Html Css Color HEX #59880C Olive Drab

📋 copy color: '#59880C'

red 89 ◦ green 136 ◦ blue 12

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

Shades of Olive Drab #59880C

Tints of Olive Drab #59880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.38%

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

R = 37.55%
G = 57.38%
B = 5.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#59880C (or 0x59880C) is known color: Olive Drab. HEX triplet: 59, 88 and 0C. RGB value is (89,136,12). Sum of RGB (Red+Green+Blue) = 89+136+12=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #59880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59880C is #A677F3. Grayscale: #6C6C6C. Windows color (decimal): -10909684 or 821337. OLE color: 821337.

HSL color Cylindrical-coordinate representation of color #59880C: hue angle of 82.74º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59880C is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 136 12 -
CMYK 0.35 0 0.91 0.47
HSL 82.74º 0.84% 0.29% -
HSV(B) 82.74º 0.91% 0.53% -
XYZ 12.99 19.76 3.48 -
YUV 107.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 89 136 12 0.35 0 0.91 0.47 82.74 0.84 0.29
Hex 59 88 C 23 0 5B 2F 53 54 1D
Octal 131 210 14 43 0 133 57 123 124 35
Binary 1011001 10001000 1100 100011 0 1011011 101111 1010011 1010100 11101

Color Harmonies of #59880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59880C

Black with #59880C

Text Example


Text Example

White with #59880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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