COLOR #768F01

HEX: #768F01
RGB: (118,143,1)

Color info

#768F01 contains mainly red and green colors. Web safe color of #768F01 is #669900 (or #690).

RGB color model

#768F01 color RGB value is (118,143,1).

  • red value is 118;
  • green value is 143;
  • blue value is 1.
RGB:
(118,143,1)
(46%,56%,0%)

RGB channels and saturation

R 118 of 255 = 46%
G 143 of 255 = 56%
B 1 of 255 = 0%

118
143
1

R + G + B ~ 34%. #768F01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 143 + 1 = 262 (100%)
R 118 of 262 ~ 45.04%
G 143 of 262 ~ 54.58%
B 1 of 262 ~ 0.38%

%45.04
%54.58

CMYK color model

#768F01 color CMYK value is (17,0,99,44).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 99.30%
  • key color value is 43.92%
CMYK:
(17,0,99,44)
C17M0Y99K44 
(17%,0%,99%,44%)
(0.17/0.00/0.99/0.44)	

CMYK percentages

%17.48
%0
%99.3
%43.92

Codes

Color #768F01 in popluar color models

768F01
RGB1181431
HSL71°98.61%28.24%
HSB/HSV71°99.30%56.08%
CMYK17.48%0.00%99.30%
43.92%

Color #768F01 in popluar number systems.

HEX768F01
Decimal1181431
Binary1110110100011111
Octal1662171

Shades and tints

Shades of #768F01

#768F01
(118,143,1)
#6C8201
(108,130,1)
#627501
(98,117,1)
#586801
(88,104,1)
#4E5B01
(78,91,1)
#444E01
(68,78,1)
#3A4101
(58,65,1)
#303401
(48,52,1)
#262701
(38,39,1)
#1C1A01
(28,26,1)
#120D01
(18,13,1)
#000000
(0,0,0)

Tints of #768F01

#768F01
(118,143,1)
#829918
(130,153,24)
#8EA32F
(142,163,47)
#9AAD46
(154,173,70)
#A6B75D
(166,183,93)
#B2C174
(178,193,116)
#BECB8B
(190,203,139)
#CAD5A2
(202,213,162)
#D6DFB9
(214,223,185)
#E2E9D0
(226,233,208)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768F01 color. Also use rgb(118,143,1) instead hex code.

Text Font Color

.myTextColor { color: #768F01; }

<p style="color:#768F01">This sample text font color is #768F01.</p>

This text font color is #768F01.


Background Color

.myBgColor { background-color: #768F01; }

<div style="background-color:#768F01">Inner text</div>

This div background color is #768F01.


Border color

.myBorderColor { border: 1px solid #768F01; }

<div style="border:3px solid #768F01">Div</div>

This div border color is #768F01.


Opacity

.myOpacity80 { color: #768F01; opacity: 0.8; }

<p style="color:#768F01;opacity:0.8;">80%</p>

Text with #768F01 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #768F01;}

<p style="text-shadow: 3px 3px 1px #768F01">Text here.</p>

This text has shadow with #768F01 color.

.textShadow {text-shadow: 3px 3px 1px #768F01, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #768F01, 5px 5px 20px red">Text here.</p>

This text has shadow with #768F01 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#768F01, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#768F01, Direction=45, Strength=4)">Text</p>

This text has shadow with #768F01 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #768F01;
  -webkit-box-shadow:	1px 1px 3px 2px #768F01;
  box-shadow:		1px 1px 3px 2px #768F01;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #768F01;
-webkit-box-shadow: 1px 1px 3px 2px #768F01;
box-shadow:1px 1px 3px 2px #768F01;">
Div content here</div>
This div box has shadow with color #768F01.

Preview

Color preview on black background

This text has color #768F01 on black background.


Color preview on white background

This text has color #768F01 on white background.



Black color preview on #768F01 background

This text has black color on #768F01 background.


White color preview on #768F01 background

This text has white color on #768F01 background.