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