#59880E

Color #59880E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #59880E

Tints of Olive Drab #59880E

Color information

#59880E (or 0x59880E) is unknown color: approx Olive Drab. HEX triplet: 59, 88 and 0E. RGB value is (89,136,14). Sum of RGB (Red+Green+Blue) = 89+136+14=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #59880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59880E is #A677F1. Grayscale: #6C6C6C. Windows color (decimal): -10909682 or 952409. OLE color: 952409.

HSL color Cylindrical-coordinate representation of color #59880E: hue angle of 83.11º 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 #59880E is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB8913614-
CMYK0.3500.900.47
HSL83.11º81.33%29.41%-
HSV(B)83.11º89.71%53.33%-
XYZ1319.763.54-
YUV108.0474.93114.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 136 (53.52% from 255) = 56.90%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=37.24%
G=56.90%
B=5.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89136140.3500.900.4783.1181.3329.41
Hex5988E2305A2F53511d
Octal131210164301325712312135
Binary1011001100010001110100011010110101011111010011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59880E;
 }
 .AnyTagClassName
 {
   color: #59880E;
 }
</style>
background-color css

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

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

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

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

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

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