Shades of Dark Olive Green #5F7B28
Tints of Dark Olive Green #5F7B28
RGB
CMYK
RGB Variations
Color information
#5F7B28 (or 0x5F7B28) is known color: Dark Olive Green. HEX triplet: 5F, 7B and 28. RGB value is (95,123,40). Sum of RGB (Red+Green+Blue) = 95+123+40=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7B28 is #A084D7. Grayscale: #696969. Windows color (decimal): -10519768 or 2653023. OLE color: 2653023.
HSL color Cylindrical-coordinate representation of color #5F7B28: hue angle of 80.24º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F7B28 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 123 | 40 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.52 |
| HSL | 80.24º | 0.51% | 0.32% | - |
| HSV(B) | 80.24º | 0.67% | 0.48% | - |
| XYZ | 12.19 | 16.75 | 4.6 | - |
| YUV | 105.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 40 | 0.23 | 0 | 0.67 | 0.52 | 80.24 | 0.51 | 0.32 |
| Hex | 5F | 7B | 28 | 17 | 0 | 43 | 34 | 50 | 33 | 20 |
| Octal | 137 | 173 | 50 | 27 | 0 | 103 | 64 | 120 | 63 | 40 |
| Binary | 1011111 | 1111011 | 101000 | 10111 | 0 | 1000011 | 110100 | 1010000 | 110011 | 100000 |
Color Harmonies of #5F7B28
Complementary color
Monochromatic Colors of #5F7B28
Black with #5F7B28
Text Example
Text Example
White with #5F7B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7B28; }
p { color: rgb(95,123,40); }
H1.HeaderClassName
{
color: #5F7B28;
}
.AnyTagClassName
{
color: #5F7B28;
}
</style>
background-color css
<style>
a { background-color: #5F7B28; }
a { background-color: rgb(95,123,40); }
div.DivClassName
{
background-color: #5F7B28;
}
.BgClassName
{
background-color: #5F7B28;
}
</style>
border-color css
<style>
span { border-color: #5F7B28; }
span { border-color: rgb(95,123,40); }
td.TdClassName
{
border-color: #5F7B28;
}
.TagClassName
{
border-color: #5F7B28;
}
</style>