#77900D

Color #77900D Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #77900D

Tints of Olive Drab #77900D

Color information

#77900D (or 0x77900D) is unknown color: approx Olive Drab. HEX triplet: 77, 90 and 0D. RGB value is (119,144,13). Sum of RGB (Red+Green+Blue) = 119+144+13=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #77900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77900D is #886FF2. Grayscale: #7A7A7A. Windows color (decimal): -8941555 or 888951. OLE color: 888951.

HSL color Cylindrical-coordinate representation of color #77900D: hue angle of 71.45º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77900D is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB11914413-
CMYK0.1700.910.44
HSL71.45º83.44%30.78%-
HSV(B)71.45º90.97%56.47%-
XYZ17.6523.94.06-
YUV121.5966.72126.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 144 (56.64% from 255) = 52.17%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=43.12%
G=52.17%
B=4.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119144130.1700.910.4471.4583.4430.78
Hex7790D1105B2C47531f
Octal167220152101335410712337
Binary111011110010000110110001010110111011001000111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77900D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77900D; }

 p { color: rgb(119,144,13); }

 H1.HeaderClassName
 {
   color: #77900D;
 }
 .AnyTagClassName
 {
   color: #77900D;
 }
</style>
background-color css

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

 a { background-color: rgb(119,144,13); }

 div.DivClassName
 {
   background-color: #77900D;
 }
 .BgClassName
 {
   background-color: #77900D;
 }
</style>
border-color css

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

 span { border-color: rgb(119,144,13); }

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