Shades of Dark Olive Green #5F752C
Tints of Dark Olive Green #5F752C
RGB
CMYK
RGB Variations
Color information
#5F752C (or 0x5F752C) is known color: Dark Olive Green. HEX triplet: 5F, 75 and 2C. RGB value is (95,117,44). Sum of RGB (Red+Green+Blue) = 95+117+44=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #5F752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F752C is #A08AD3. Grayscale: #666666. Windows color (decimal): -10521300 or 2913631. OLE color: 2913631.
HSL color Cylindrical-coordinate representation of color #5F752C: hue angle of 78.08º 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 #5F752C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 44 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.54 |
| HSL | 78.08º | 0.45% | 0.32% | - |
| HSV(B) | 78.08º | 0.62% | 0.46% | - |
| XYZ | 11.54 | 15.34 | 4.74 | - |
| YUV | 102.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 44 | 0.19 | 0 | 0.62 | 0.54 | 78.08 | 0.45 | 0.32 |
| Hex | 5F | 75 | 2C | 13 | 0 | 3E | 36 | 4E | 2D | 20 |
| Octal | 137 | 165 | 54 | 23 | 0 | 76 | 66 | 116 | 55 | 40 |
| Binary | 1011111 | 1110101 | 101100 | 10011 | 0 | 111110 | 110110 | 1001110 | 101101 | 100000 |
Color Harmonies of #5F752C
Complementary color
Monochromatic Colors of #5F752C
Black with #5F752C
Text Example
Text Example
White with #5F752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F752C; }
p { color: rgb(95,117,44); }
H1.HeaderClassName
{
color: #5F752C;
}
.AnyTagClassName
{
color: #5F752C;
}
</style>
background-color css
<style>
a { background-color: #5F752C; }
a { background-color: rgb(95,117,44); }
div.DivClassName
{
background-color: #5F752C;
}
.BgClassName
{
background-color: #5F752C;
}
</style>
border-color css
<style>
span { border-color: #5F752C; }
span { border-color: rgb(95,117,44); }
td.TdClassName
{
border-color: #5F752C;
}
.TagClassName
{
border-color: #5F752C;
}
</style>