Html Css Color HEX #779610 Olive Drab

📋 copy color: '#779610'

red 119 ◦ green 150 ◦ blue 16

#779610
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #779610

Tints of Olive Drab #779610

RGB

 RED value IS 119 (46.88% from 255) = 41.75%

 GREEN value IS 150 (58.98% from 255) = 52.63%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 41.75%
G = 52.63%
B = 5.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#779610 (or 0x779610) is known color: Olive Drab. HEX triplet: 77, 96 and 10. RGB value is (119,150,16). Sum of RGB (Red+Green+Blue) = 119+150+16=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #779610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779610 is #8869EF. Grayscale: #7D7D7D. Windows color (decimal): -8940016 or 1087095. OLE color: 1087095.

HSL color Cylindrical-coordinate representation of color #779610: hue angle of 73.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #779610 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 16 -
CMYK 0.21 0 0.89 0.41
HSL 73.88º 0.81% 0.33% -
HSV(B) 73.88º 0.89% 0.59% -
XYZ 18.61 25.77 4.48 -
YUV 125.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 119 150 16 0.21 0 0.89 0.41 73.88 0.81 0.33
Hex 77 96 10 15 0 59 29 4A 51 21
Octal 167 226 20 25 0 131 51 112 121 41
Binary 1110111 10010110 10000 10101 0 1011001 101001 1001010 1010001 100001

Color Harmonies of #779610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779610

Black with #779610

Text Example


Text Example

White with #779610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779610; }

 p { color: rgb(119,150,16); }

 H1.HeaderClassName
 {
   color: #779610;
 }
 .AnyTagClassName
 {
   color: #779610;
 }
</style>

background-color css

<style>
 a { background-color: #779610; }

 a { background-color: rgb(119,150,16); }

 div.DivClassName
 {
   background-color: #779610;
 }
 .BgClassName
 {
   background-color: #779610;
 }
</style>

border-color css

<style>
 span { border-color: #779610; }

 span { border-color: rgb(119,150,16); }

 td.TdClassName
 {
   border-color: #779610;
 }
 .TagClassName
 {
   border-color: #779610;
 }
</style>