Shades of Dark Olive Green #5F6F33
Tints of Dark Olive Green #5F6F33
RGB
CMYK
RGB Variations
Color information
#5F6F33 (or 0x5F6F33) is known color: Dark Olive Green. HEX triplet: 5F, 6F and 33. RGB value is (95,111,51). Sum of RGB (Red+Green+Blue) = 95+111+51=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F33 is #A090CC. Grayscale: #636363. Windows color (decimal): -10522829 or 3370847. OLE color: 3370847.
HSL color Cylindrical-coordinate representation of color #5F6F33: hue angle of 76º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F6F33 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 51 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.56 |
| HSL | 76º | 0.37% | 0.32% | - |
| HSV(B) | 76º | 0.54% | 0.44% | - |
| XYZ | 11 | 14.04 | 5.26 | - |
| YUV | 99.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 51 | 0.14 | 0 | 0.54 | 0.56 | 76 | 0.37 | 0.32 |
| Hex | 5F | 6F | 33 | E | 0 | 36 | 38 | 4C | 25 | 20 |
| Octal | 137 | 157 | 63 | 16 | 0 | 66 | 70 | 114 | 45 | 40 |
| Binary | 1011111 | 1101111 | 110011 | 1110 | 0 | 110110 | 111000 | 1001100 | 100101 | 100000 |
Color Harmonies of #5F6F33
Complementary color
Monochromatic Colors of #5F6F33
Black with #5F6F33
Text Example
Text Example
White with #5F6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F33; }
p { color: rgb(95,111,51); }
H1.HeaderClassName
{
color: #5F6F33;
}
.AnyTagClassName
{
color: #5F6F33;
}
</style>
background-color css
<style>
a { background-color: #5F6F33; }
a { background-color: rgb(95,111,51); }
div.DivClassName
{
background-color: #5F6F33;
}
.BgClassName
{
background-color: #5F6F33;
}
</style>
border-color css
<style>
span { border-color: #5F6F33; }
span { border-color: rgb(95,111,51); }
td.TdClassName
{
border-color: #5F6F33;
}
.TagClassName
{
border-color: #5F6F33;
}
</style>