#56662A

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

Shades of Dark Olive Green #56662A

Tints of Dark Olive Green #56662A

Color information

#56662A (or 0x56662A) is unknown color: approx Dark Olive Green. HEX triplet: 56, 66 and 2A. RGB value is (86,102,42). Sum of RGB (Red+Green+Blue) = 86+102+42=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #56662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56662A is #A999D5. Grayscale: #5A5A5A. Windows color (decimal): -11114966 or 2778710. OLE color: 2778710.

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

Color convert

RGB8610242-
CMYK0.1600.590.6
HSL76º41.67%28.24%-
HSV(B)76º58.82%40%-
XYZ9.0111.653.96-
YUV90.38100.7124.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=37.39%
G=44.35%
B=18.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102420.1600.590.67641.6728.24
Hex56662A1003B3C4c2a1c
Octal1261465220073741145234
Binary10101101100110101010100000111011111100100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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