#56692B

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

Shades of Dark Olive Green #56692B

Tints of Dark Olive Green #56692B

Color information

#56692B (or 0x56692B) is unknown color: approx Dark Olive Green. HEX triplet: 56, 69 and 2B. RGB value is (86,105,43). Sum of RGB (Red+Green+Blue) = 86+105+43=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #56692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56692B is #A996D4. Grayscale: #5C5C5C. Windows color (decimal): -11114197 or 2845014. OLE color: 2845014.

HSL color Cylindrical-coordinate representation of color #56692B: hue angle of 78.39º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56692B is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB8610543-
CMYK0.1800.590.59
HSL78.39º41.89%29.02%-
HSV(B)78.39º59.05%41.18%-
XYZ9.3312.264.16-
YUV92.25100.21123.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=36.75%
G=44.87%
B=18.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105430.1800.590.5978.3941.8929.02
Hex56692B1203B3B4e2a1d
Octal1261515322073731165235
Binary10101101101001101011100100111011111011100111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56692B; }

 p { color: rgb(86,105,43); }

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

<style>
 a { background-color: #56692B; }

 a { background-color: rgb(86,105,43); }

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

<style>
 span { border-color: #56692B; }

 span { border-color: rgb(86,105,43); }

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