#56800E

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

Shades of Olive Drab #56800E

Tints of Olive Drab #56800E

Color information

#56800E (or 0x56800E) is unknown color: approx Olive Drab. HEX triplet: 56, 80 and 0E. RGB value is (86,128,14). Sum of RGB (Red+Green+Blue) = 86+128+14=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #56800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56800E is #A97FF1. Grayscale: #666666. Windows color (decimal): -11108338 or 950358. OLE color: 950358.

HSL color Cylindrical-coordinate representation of color #56800E: hue angle of 82.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56800E is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB8612814-
CMYK0.3300.890.50
HSL82.11º80.28%27.84%-
HSV(B)82.11º89.06%50.2%-
XYZ11.6417.453.17-
YUV102.4578.09116.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=37.72%
G=56.14%
B=6.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86128140.3300.890.5082.1180.2827.84
Hex5680E210593252501c
Octal126200164101316212212034
Binary1010110100000001110100001010110011100101010010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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