Html Css Color HEX #59800C Olive Drab

📋 copy color: '#59800C'

red 89 ◦ green 128 ◦ blue 12

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

Shades of Olive Drab #59800C

Tints of Olive Drab #59800C

RGB

 RED value IS 89 (35.16% from 255) = 38.86%

 GREEN value IS 128 (50.39% from 255) = 55.9%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 38.86%
G = 55.9%
B = 5.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#59800C (or 0x59800C) is known color: Olive Drab. HEX triplet: 59, 80 and 0C. RGB value is (89,128,12). Sum of RGB (Red+Green+Blue) = 89+128+12=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #59800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59800C is #A67FF3. Grayscale: #676767. Windows color (decimal): -10911732 or 819289. OLE color: 819289.

HSL color Cylindrical-coordinate representation of color #59800C: hue angle of 80.17º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59800C is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 128 12 -
CMYK 0.30 0 0.91 0.50
HSL 80.17º 0.83% 0.27% -
HSV(B) 80.17º 0.91% 0.5% -
XYZ 11.91 17.59 3.12 -
YUV 103.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 89 128 12 0.30 0 0.91 0.50 80.17 0.83 0.27
Hex 59 80 C 1E 0 5B 32 50 53 1B
Octal 131 200 14 36 0 133 62 120 123 33
Binary 1011001 10000000 1100 11110 0 1011011 110010 1010000 1010011 11011

Color Harmonies of #59800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59800C

Black with #59800C

Text Example


Text Example

White with #59800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59800C; }

 p { color: rgb(89,128,12); }

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

background-color css

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

 a { background-color: rgb(89,128,12); }

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

border-color css

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

 span { border-color: rgb(89,128,12); }

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