Shades of Dark Olive Green #5A6F28
Tints of Dark Olive Green #5A6F28
RGB
CMYK
RGB Variations
Color information
#5A6F28 (or 0x5A6F28) is known color: Dark Olive Green. HEX triplet: 5A, 6F and 28. RGB value is (90,111,40). Sum of RGB (Red+Green+Blue) = 90+111+40=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6F28 is #A590D7. Grayscale: #606060. Windows color (decimal): -10850520 or 2649946. OLE color: 2649946.
HSL color Cylindrical-coordinate representation of color #5A6F28: hue angle of 77.75º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6F28 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 111 | 40 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.56 |
| HSL | 77.75º | 0.47% | 0.3% | - |
| HSV(B) | 77.75º | 0.64% | 0.44% | - |
| XYZ | 10.28 | 13.7 | 4.11 | - |
| YUV | 96.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 40 | 0.19 | 0 | 0.64 | 0.56 | 77.75 | 0.47 | 0.3 |
| Hex | 5A | 6F | 28 | 13 | 0 | 40 | 38 | 4E | 2F | 1E |
| Octal | 132 | 157 | 50 | 23 | 0 | 100 | 70 | 116 | 57 | 36 |
| Binary | 1011010 | 1101111 | 101000 | 10011 | 0 | 1000000 | 111000 | 1001110 | 101111 | 11110 |
Color Harmonies of #5A6F28
Complementary color
Monochromatic Colors of #5A6F28
Black with #5A6F28
Text Example
Text Example
White with #5A6F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F28; }
p { color: rgb(90,111,40); }
H1.HeaderClassName
{
color: #5A6F28;
}
.AnyTagClassName
{
color: #5A6F28;
}
</style>
background-color css
<style>
a { background-color: #5A6F28; }
a { background-color: rgb(90,111,40); }
div.DivClassName
{
background-color: #5A6F28;
}
.BgClassName
{
background-color: #5A6F28;
}
</style>
border-color css
<style>
span { border-color: #5A6F28; }
span { border-color: rgb(90,111,40); }
td.TdClassName
{
border-color: #5A6F28;
}
.TagClassName
{
border-color: #5A6F28;
}
</style>