#56662E

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

Shades of Dark Olive Green #56662E

Tints of Dark Olive Green #56662E

Color information

#56662E (or 0x56662E) is unknown color: approx Dark Olive Green. HEX triplet: 56, 66 and 2E. RGB value is (86,102,46). Sum of RGB (Red+Green+Blue) = 86+102+46=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #56662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56662E is #A999D1. Grayscale: #5B5B5B. Windows color (decimal): -11114962 or 3040854. OLE color: 3040854.

HSL color Cylindrical-coordinate representation of color #56662E: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56662E is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB8610246-
CMYK0.1600.550.6
HSL77.14º37.84%29.02%-
HSV(B)77.14º54.9%40%-
XYZ9.0811.684.36-
YUV90.83102.7124.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=36.75%
G=43.59%
B=19.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102460.1600.550.677.1437.8429.02
Hex56662E100373C4d261d
Octal1261465620067741154635
Binary10101101100110101110100000110111111100100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,102,46); }

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

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

 a { background-color: rgb(86,102,46); }

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

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

 span { border-color: rgb(86,102,46); }

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