Html Css Color HEX #59860E Olive Drab

📋 copy color: '#59860E'

red 89 ◦ green 134 ◦ blue 14

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

Shades of Olive Drab #59860E

Tints of Olive Drab #59860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 37.55%
G = 56.54%
B = 5.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#59860E (or 0x59860E) is known color: Olive Drab. HEX triplet: 59, 86 and 0E. RGB value is (89,134,14). Sum of RGB (Red+Green+Blue) = 89+134+14=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #59860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59860E is #A679F1. Grayscale: #6B6B6B. Windows color (decimal): -10910194 or 951897. OLE color: 951897.

HSL color Cylindrical-coordinate representation of color #59860E: hue angle of 82.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59860E is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 134 14 -
CMYK 0.34 0 0.90 0.47
HSL 82.5º 0.81% 0.29% -
HSV(B) 82.5º 0.9% 0.53% -
XYZ 12.72 19.21 3.45 -
YUV 106.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 89 134 14 0.34 0 0.90 0.47 82.5 0.81 0.29
Hex 59 86 E 22 0 5A 2F 52 51 1D
Octal 131 206 16 42 0 132 57 122 121 35
Binary 1011001 10000110 1110 100010 0 1011010 101111 1010010 1010001 11101

Color Harmonies of #59860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59860E

Black with #59860E

Text Example


Text Example

White with #59860E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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