Shades of Dark Olive Green #5A792C
Tints of Dark Olive Green #5A792C
RGB
CMYK
RGB Variations
Color information
#5A792C (or 0x5A792C) is known color: Dark Olive Green. HEX triplet: 5A, 79 and 2C. RGB value is (90,121,44). Sum of RGB (Red+Green+Blue) = 90+121+44=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #5A792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A792C is #A586D3. Grayscale: #676767. Windows color (decimal): -10847956 or 2914650. OLE color: 2914650.
HSL color Cylindrical-coordinate representation of color #5A792C: hue angle of 84.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A792C is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 121 | 44 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.53 |
| HSL | 84.16º | 0.47% | 0.32% | - |
| HSV(B) | 84.16º | 0.64% | 0.47% | - |
| XYZ | 11.51 | 16.03 | 4.87 | - |
| YUV | 102.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 44 | 0.26 | 0 | 0.64 | 0.53 | 84.16 | 0.47 | 0.32 |
| Hex | 5A | 79 | 2C | 1A | 0 | 40 | 35 | 54 | 2F | 20 |
| Octal | 132 | 171 | 54 | 32 | 0 | 100 | 65 | 124 | 57 | 40 |
| Binary | 1011010 | 1111001 | 101100 | 11010 | 0 | 1000000 | 110101 | 1010100 | 101111 | 100000 |
Color Harmonies of #5A792C
Complementary color
Monochromatic Colors of #5A792C
Black with #5A792C
Text Example
Text Example
White with #5A792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A792C; }
p { color: rgb(90,121,44); }
H1.HeaderClassName
{
color: #5A792C;
}
.AnyTagClassName
{
color: #5A792C;
}
</style>
background-color css
<style>
a { background-color: #5A792C; }
a { background-color: rgb(90,121,44); }
div.DivClassName
{
background-color: #5A792C;
}
.BgClassName
{
background-color: #5A792C;
}
</style>
border-color css
<style>
span { border-color: #5A792C; }
span { border-color: rgb(90,121,44); }
td.TdClassName
{
border-color: #5A792C;
}
.TagClassName
{
border-color: #5A792C;
}
</style>