Shades of Dark Olive Green #5A722F
Tints of Dark Olive Green #5A722F
RGB
CMYK
RGB Variations
Color information
#5A722F (or 0x5A722F) is known color: Dark Olive Green. HEX triplet: 5A, 72 and 2F. RGB value is (90,114,47). Sum of RGB (Red+Green+Blue) = 90+114+47=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #5A722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A722F is #A58DD0. Grayscale: #636363. Windows color (decimal): -10849745 or 3109466. OLE color: 3109466.
HSL color Cylindrical-coordinate representation of color #5A722F: hue angle of 81.49º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A722F is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 47 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.55 |
| HSL | 81.49º | 0.42% | 0.32% | - |
| HSV(B) | 81.49º | 0.59% | 0.45% | - |
| XYZ | 10.75 | 14.41 | 4.9 | - |
| YUV | 99.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 47 | 0.21 | 0 | 0.59 | 0.55 | 81.49 | 0.42 | 0.32 |
| Hex | 5A | 72 | 2F | 15 | 0 | 3B | 37 | 51 | 2A | 20 |
| Octal | 132 | 162 | 57 | 25 | 0 | 73 | 67 | 121 | 52 | 40 |
| Binary | 1011010 | 1110010 | 101111 | 10101 | 0 | 111011 | 110111 | 1010001 | 101010 | 100000 |
Color Harmonies of #5A722F
Complementary color
Monochromatic Colors of #5A722F
Black with #5A722F
Text Example
Text Example
White with #5A722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A722F; }
p { color: rgb(90,114,47); }
H1.HeaderClassName
{
color: #5A722F;
}
.AnyTagClassName
{
color: #5A722F;
}
</style>
background-color css
<style>
a { background-color: #5A722F; }
a { background-color: rgb(90,114,47); }
div.DivClassName
{
background-color: #5A722F;
}
.BgClassName
{
background-color: #5A722F;
}
</style>
border-color css
<style>
span { border-color: #5A722F; }
span { border-color: rgb(90,114,47); }
td.TdClassName
{
border-color: #5A722F;
}
.TagClassName
{
border-color: #5A722F;
}
</style>