Html Css Color HEX #59860C Olive Drab

📋 copy color: '#59860C'

red 89 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #59860C

Tints of Olive Drab #59860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.02%

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

R = 37.87%
G = 57.02%
B = 5.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#59860C (or 0x59860C) is known color: Olive Drab. HEX triplet: 59, 86 and 0C. RGB value is (89,134,12). Sum of RGB (Red+Green+Blue) = 89+134+12=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #59860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59860C is #A679F3. Grayscale: #6B6B6B. Windows color (decimal): -10910196 or 820825. OLE color: 820825.

HSL color Cylindrical-coordinate representation of color #59860C: hue angle of 82.13º 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 #59860C is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 134 12 -
CMYK 0.34 0 0.91 0.47
HSL 82.13º 0.84% 0.29% -
HSV(B) 82.13º 0.91% 0.53% -
XYZ 12.71 19.2 3.38 -
YUV 106.64 74.59 115.42 -
System Red Green Blue C M Y K H S L
Decimal 89 134 12 0.34 0 0.91 0.47 82.13 0.84 0.29
Hex 59 86 C 22 0 5B 2F 52 54 1D
Octal 131 206 14 42 0 133 57 122 124 35
Binary 1011001 10000110 1100 100010 0 1011011 101111 1010010 1010100 11101

Color Harmonies of #59860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59860C

Black with #59860C

Text Example


Text Example

White with #59860C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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