Shades of Dark Olive Green #5A7225
Tints of Dark Olive Green #5A7225
RGB
CMYK
RGB Variations
Color information
#5A7225 (or 0x5A7225) is known color: Dark Olive Green. HEX triplet: 5A, 72 and 25. RGB value is (90,114,37). Sum of RGB (Red+Green+Blue) = 90+114+37=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7225 is #A58DDA. Grayscale: #626262. Windows color (decimal): -10849755 or 2454106. OLE color: 2454106.
HSL color Cylindrical-coordinate representation of color #5A7225: hue angle of 78.7º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A7225 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 37 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.55 |
| HSL | 78.7º | 0.51% | 0.3% | - |
| HSV(B) | 78.7º | 0.68% | 0.45% | - |
| XYZ | 10.57 | 14.34 | 3.96 | - |
| YUV | 98.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 37 | 0.21 | 0 | 0.68 | 0.55 | 78.7 | 0.51 | 0.3 |
| Hex | 5A | 72 | 25 | 15 | 0 | 44 | 37 | 4F | 33 | 1E |
| Octal | 132 | 162 | 45 | 25 | 0 | 104 | 67 | 117 | 63 | 36 |
| Binary | 1011010 | 1110010 | 100101 | 10101 | 0 | 1000100 | 110111 | 1001111 | 110011 | 11110 |
Color Harmonies of #5A7225
Complementary color
Monochromatic Colors of #5A7225
Black with #5A7225
Text Example
Text Example
White with #5A7225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7225; }
p { color: rgb(90,114,37); }
H1.HeaderClassName
{
color: #5A7225;
}
.AnyTagClassName
{
color: #5A7225;
}
</style>
background-color css
<style>
a { background-color: #5A7225; }
a { background-color: rgb(90,114,37); }
div.DivClassName
{
background-color: #5A7225;
}
.BgClassName
{
background-color: #5A7225;
}
</style>
border-color css
<style>
span { border-color: #5A7225; }
span { border-color: rgb(90,114,37); }
td.TdClassName
{
border-color: #5A7225;
}
.TagClassName
{
border-color: #5A7225;
}
</style>