Shades of Dark Olive Green #5A7B33
Tints of Dark Olive Green #5A7B33
RGB
CMYK
RGB Variations
Color information
#5A7B33 (or 0x5A7B33) is known color: Dark Olive Green. HEX triplet: 5A, 7B and 33. RGB value is (90,123,51). Sum of RGB (Red+Green+Blue) = 90+123+51=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7B33 is #A584CC. Grayscale: #696969. Windows color (decimal): -10847437 or 3373914. OLE color: 3373914.
HSL color Cylindrical-coordinate representation of color #5A7B33: hue angle of 87.5º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A7B33 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 123 | 51 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.52 |
| HSL | 87.5º | 0.41% | 0.34% | - |
| HSV(B) | 87.5º | 0.59% | 0.48% | - |
| XYZ | 11.9 | 16.58 | 5.7 | - |
| YUV | 104.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 51 | 0.27 | 0 | 0.59 | 0.52 | 87.5 | 0.41 | 0.34 |
| Hex | 5A | 7B | 33 | 1B | 0 | 3B | 34 | 57 | 29 | 22 |
| Octal | 132 | 173 | 63 | 33 | 0 | 73 | 64 | 127 | 51 | 42 |
| Binary | 1011010 | 1111011 | 110011 | 11011 | 0 | 111011 | 110100 | 1010111 | 101001 | 100010 |
Color Harmonies of #5A7B33
Complementary color
Monochromatic Colors of #5A7B33
Black with #5A7B33
Text Example
Text Example
White with #5A7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7B33; }
p { color: rgb(90,123,51); }
H1.HeaderClassName
{
color: #5A7B33;
}
.AnyTagClassName
{
color: #5A7B33;
}
</style>
background-color css
<style>
a { background-color: #5A7B33; }
a { background-color: rgb(90,123,51); }
div.DivClassName
{
background-color: #5A7B33;
}
.BgClassName
{
background-color: #5A7B33;
}
</style>
border-color css
<style>
span { border-color: #5A7B33; }
span { border-color: rgb(90,123,51); }
td.TdClassName
{
border-color: #5A7B33;
}
.TagClassName
{
border-color: #5A7B33;
}
</style>