#5B762D

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

Shades of Dark Olive Green #5B762D

Tints of Dark Olive Green #5B762D

Color information

#5B762D (or 0x5B762D) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 76 and 2D. RGB value is (91,118,45). Sum of RGB (Red+Green+Blue) = 91+118+45=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #5B762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B762D is #A489D2. Grayscale: #656565. Windows color (decimal): -10783187 or 2979419. OLE color: 2979419.

HSL color Cylindrical-coordinate representation of color #5B762D: hue angle of 82.19º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B762D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB9111845-
CMYK0.2300.620.54
HSL82.19º44.79%31.96%-
HSV(B)82.19º61.86%46.27%-
XYZ11.2715.374.86-
YUV101.696.05120.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.83%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=35.83%
G=46.46%
B=17.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91118450.2300.620.5482.1944.7931.96
Hex5B762D1703E36522d20
Octal1331665527076661225540
Binary101101111101101011011011101111101101101010010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,118,45); }

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

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

 a { background-color: rgb(91,118,45); }

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

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

 span { border-color: rgb(91,118,45); }

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