#56840E

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

Shades of Olive Drab #56840E

Tints of Olive Drab #56840E

Color information

#56840E (or 0x56840E) is unknown color: approx Olive Drab. HEX triplet: 56, 84 and 0E. RGB value is (86,132,14). Sum of RGB (Red+Green+Blue) = 86+132+14=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #56840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56840E is #A97BF1. Grayscale: #696969. Windows color (decimal): -11107314 or 951382. OLE color: 951382.

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

Color convert

RGB8613214-
CMYK0.3500.890.48
HSL83.39º80.82%28.63%-
HSV(B)83.39º89.39%51.76%-
XYZ12.1718.513.35-
YUV104.7976.76114.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 14 (5.86% from 255) = 6.03%
R=37.07%
G=56.90%
B=6.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86132140.3500.890.4883.3980.8228.63
Hex5684E230593053511d
Octal126204164301316012312135
Binary1010110100001001110100011010110011100001010011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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