Shades of Dark Olive Green #5F762A
Tints of Dark Olive Green #5F762A
RGB
CMYK
RGB Variations
Color information
#5F762A (or 0x5F762A) is known color: Dark Olive Green. HEX triplet: 5F, 76 and 2A. RGB value is (95,118,42). Sum of RGB (Red+Green+Blue) = 95+118+42=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #5F762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F762A is #A089D5. Grayscale: #666666. Windows color (decimal): -10521046 or 2782815. OLE color: 2782815.
HSL color Cylindrical-coordinate representation of color #5F762A: hue angle of 78.16º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F762A is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 42 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.54 |
| HSL | 78.16º | 0.48% | 0.31% | - |
| HSV(B) | 78.16º | 0.64% | 0.46% | - |
| XYZ | 11.62 | 15.56 | 4.58 | - |
| YUV | 102.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 42 | 0.19 | 0 | 0.64 | 0.54 | 78.16 | 0.48 | 0.31 |
| Hex | 5F | 76 | 2A | 13 | 0 | 40 | 36 | 4E | 30 | 1F |
| Octal | 137 | 166 | 52 | 23 | 0 | 100 | 66 | 116 | 60 | 37 |
| Binary | 1011111 | 1110110 | 101010 | 10011 | 0 | 1000000 | 110110 | 1001110 | 110000 | 11111 |
Color Harmonies of #5F762A
Complementary color
Monochromatic Colors of #5F762A
Black with #5F762A
Text Example
Text Example
White with #5F762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F762A; }
p { color: rgb(95,118,42); }
H1.HeaderClassName
{
color: #5F762A;
}
.AnyTagClassName
{
color: #5F762A;
}
</style>
background-color css
<style>
a { background-color: #5F762A; }
a { background-color: rgb(95,118,42); }
div.DivClassName
{
background-color: #5F762A;
}
.BgClassName
{
background-color: #5F762A;
}
</style>
border-color css
<style>
span { border-color: #5F762A; }
span { border-color: rgb(95,118,42); }
td.TdClassName
{
border-color: #5F762A;
}
.TagClassName
{
border-color: #5F762A;
}
</style>