#56692A

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

Shades of Dark Olive Green #56692A

Tints of Dark Olive Green #56692A

Color information

#56692A (or 0x56692A) is unknown color: approx Dark Olive Green. HEX triplet: 56, 69 and 2A. RGB value is (86,105,42). Sum of RGB (Red+Green+Blue) = 86+105+42=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #56692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56692A is #A996D5. Grayscale: #5C5C5C. Windows color (decimal): -11114198 or 2779478. OLE color: 2779478.

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

Color convert

RGB8610542-
CMYK0.1800.60.59
HSL78.1º42.86%28.82%-
HSV(B)78.1º60%41.18%-
XYZ9.3112.254.06-
YUV92.1499.71123.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=36.91%
G=45.06%
B=18.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105420.1800.60.5978.142.8628.82
Hex56692A1203C3B4e2b1d
Octal1261515222074731165335
Binary10101101101001101010100100111100111011100111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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