#56662F

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

Shades of Dark Olive Green #56662F

Tints of Dark Olive Green #56662F

Color information

#56662F (or 0x56662F) is unknown color: approx Dark Olive Green. HEX triplet: 56, 66 and 2F. RGB value is (86,102,47). Sum of RGB (Red+Green+Blue) = 86+102+47=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #56662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56662F is #A999D0. Grayscale: #5B5B5B. Windows color (decimal): -11114961 or 3106390. OLE color: 3106390.

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

Color convert

RGB8610247-
CMYK0.1600.540.6
HSL77.45º36.91%29.22%-
HSV(B)77.45º53.92%40%-
XYZ9.111.694.47-
YUV90.95103.2124.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 47 (18.75% from 255) = 20%
R=36.60%
G=43.40%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102470.1600.540.677.4536.9129.22
Hex56662F100363C4d251d
Octal1261465720066741154535
Binary10101101100110101111100000110110111100100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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