Shades of Dark Olive Green #5D7B28
Tints of Dark Olive Green #5D7B28
RGB
CMYK
RGB Variations
Color information
#5D7B28 (or 0x5D7B28) is known color: Dark Olive Green. HEX triplet: 5D, 7B and 28. RGB value is (93,123,40). Sum of RGB (Red+Green+Blue) = 93+123+40=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7B28 is #A284D7. Grayscale: #686868. Windows color (decimal): -10650840 or 2653021. OLE color: 2653021.
HSL color Cylindrical-coordinate representation of color #5D7B28: hue angle of 81.69º 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 #5D7B28 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 123 | 40 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.52 |
| HSL | 81.69º | 0.51% | 0.32% | - |
| HSV(B) | 81.69º | 0.67% | 0.48% | - |
| XYZ | 11.98 | 16.65 | 4.59 | - |
| YUV | 104.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 123 | 40 | 0.24 | 0 | 0.67 | 0.52 | 81.69 | 0.51 | 0.32 |
| Hex | 5D | 7B | 28 | 18 | 0 | 43 | 34 | 52 | 33 | 20 |
| Octal | 135 | 173 | 50 | 30 | 0 | 103 | 64 | 122 | 63 | 40 |
| Binary | 1011101 | 1111011 | 101000 | 11000 | 0 | 1000011 | 110100 | 1010010 | 110011 | 100000 |
Color Harmonies of #5D7B28
Complementary color
Monochromatic Colors of #5D7B28
Black with #5D7B28
Text Example
Text Example
White with #5D7B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7B28; }
p { color: rgb(93,123,40); }
H1.HeaderClassName
{
color: #5D7B28;
}
.AnyTagClassName
{
color: #5D7B28;
}
</style>
background-color css
<style>
a { background-color: #5D7B28; }
a { background-color: rgb(93,123,40); }
div.DivClassName
{
background-color: #5D7B28;
}
.BgClassName
{
background-color: #5D7B28;
}
</style>
border-color css
<style>
span { border-color: #5D7B28; }
span { border-color: rgb(93,123,40); }
td.TdClassName
{
border-color: #5D7B28;
}
.TagClassName
{
border-color: #5D7B28;
}
</style>