Shades of Dark Olive Green #5A762F
Tints of Dark Olive Green #5A762F
RGB
CMYK
RGB Variations
Color information
#5A762F (or 0x5A762F) is known color: Dark Olive Green. HEX triplet: 5A, 76 and 2F. RGB value is (90,118,47). Sum of RGB (Red+Green+Blue) = 90+118+47=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #5A762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A762F is #A589D0. Grayscale: #656565. Windows color (decimal): -10848721 or 3110490. OLE color: 3110490.
HSL color Cylindrical-coordinate representation of color #5A762F: hue angle of 83.66º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A762F is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 47 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.54 |
| HSL | 83.66º | 0.43% | 0.32% | - |
| HSV(B) | 83.66º | 0.6% | 0.46% | - |
| XYZ | 11.21 | 15.34 | 5.06 | - |
| YUV | 101.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 47 | 0.24 | 0 | 0.60 | 0.54 | 83.66 | 0.43 | 0.32 |
| Hex | 5A | 76 | 2F | 18 | 0 | 3C | 36 | 54 | 2B | 20 |
| Octal | 132 | 166 | 57 | 30 | 0 | 74 | 66 | 124 | 53 | 40 |
| Binary | 1011010 | 1110110 | 101111 | 11000 | 0 | 111100 | 110110 | 1010100 | 101011 | 100000 |
Color Harmonies of #5A762F
Complementary color
Monochromatic Colors of #5A762F
Black with #5A762F
Text Example
Text Example
White with #5A762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A762F; }
p { color: rgb(90,118,47); }
H1.HeaderClassName
{
color: #5A762F;
}
.AnyTagClassName
{
color: #5A762F;
}
</style>
background-color css
<style>
a { background-color: #5A762F; }
a { background-color: rgb(90,118,47); }
div.DivClassName
{
background-color: #5A762F;
}
.BgClassName
{
background-color: #5A762F;
}
</style>
border-color css
<style>
span { border-color: #5A762F; }
span { border-color: rgb(90,118,47); }
td.TdClassName
{
border-color: #5A762F;
}
.TagClassName
{
border-color: #5A762F;
}
</style>