#56692F

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

Shades of Dark Olive Green #56692F

Tints of Dark Olive Green #56692F

Color information

#56692F (or 0x56692F) is unknown color: approx Dark Olive Green. HEX triplet: 56, 69 and 2F. RGB value is (86,105,47). Sum of RGB (Red+Green+Blue) = 86+105+47=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #56692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56692F is #A996D0. Grayscale: #5C5C5C. Windows color (decimal): -11114193 or 3107158. OLE color: 3107158.

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

Color convert

RGB8610547-
CMYK0.1800.550.59
HSL79.66º38.16%29.8%-
HSV(B)79.66º55.24%41.18%-
XYZ9.412.294.57-
YUV92.71102.21123.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=36.13%
G=44.12%
B=19.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105470.1800.550.5979.6638.1629.8
Hex56692F120373B50261e
Octal1261515722067731204636
Binary10101101101001101111100100110111111011101000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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