Html Css Color HEX #59840E Olive Drab

📋 copy color: '#59840E'

red 89 ◦ green 132 ◦ blue 14

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

Shades of Olive Drab #59840E

Tints of Olive Drab #59840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.17%

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

R = 37.87%
G = 56.17%
B = 5.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#59840E (or 0x59840E) is known color: Olive Drab. HEX triplet: 59, 84 and 0E. RGB value is (89,132,14). Sum of RGB (Red+Green+Blue) = 89+132+14=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #59840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59840E is #A67BF1. Grayscale: #6A6A6A. Windows color (decimal): -10910706 or 951385. OLE color: 951385.

HSL color Cylindrical-coordinate representation of color #59840E: hue angle of 81.86º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59840E is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 132 14 -
CMYK 0.33 0 0.89 0.48
HSL 81.86º 0.81% 0.29% -
HSV(B) 81.86º 0.89% 0.52% -
XYZ 12.45 18.66 3.36 -
YUV 105.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 89 132 14 0.33 0 0.89 0.48 81.86 0.81 0.29
Hex 59 84 E 21 0 59 30 52 51 1D
Octal 131 204 16 41 0 131 60 122 121 35
Binary 1011001 10000100 1110 100001 0 1011001 110000 1010010 1010001 11101

Color Harmonies of #59840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59840E

Black with #59840E

Text Example


Text Example

White with #59840E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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