#5D792F

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

Shades of Dark Olive Green #5D792F

Tints of Dark Olive Green #5D792F

Color information

#5D792F (or 0x5D792F) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 79 and 2F. RGB value is (93,121,47). Sum of RGB (Red+Green+Blue) = 93+121+47=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #5D792F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D792F is #A286D0. Grayscale: #686868. Windows color (decimal): -10651345 or 3111261. OLE color: 3111261.

HSL color Cylindrical-coordinate representation of color #5D792F: hue angle of 82.7º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D792F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB9312147-
CMYK0.2300.610.53
HSL82.7º44.05%32.94%-
HSV(B)82.7º61.16%47.45%-
XYZ11.8616.215.19-
YUV104.1995.72120.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.63%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=35.63%
G=46.36%
B=18.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93121470.2300.610.5382.744.0532.94
Hex5D792F1703D35532c21
Octal1351715727075651235441
Binary101110111110011011111011101111011101011010011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D792F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D792F; }

 p { color: rgb(93,121,47); }

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

<style>
 a { background-color: #5D792F; }

 a { background-color: rgb(93,121,47); }

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

<style>
 span { border-color: #5D792F; }

 span { border-color: rgb(93,121,47); }

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