Shades of Dark Olive Green #5A742C
Tints of Dark Olive Green #5A742C
RGB
CMYK
RGB Variations
Color information
#5A742C (or 0x5A742C) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 2C. RGB value is (90,116,44). Sum of RGB (Red+Green+Blue) = 90+116+44=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #5A742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A742C is #A58BD3. Grayscale: #646464. Windows color (decimal): -10849236 or 2913370. OLE color: 2913370.
HSL color Cylindrical-coordinate representation of color #5A742C: hue angle of 81.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A742C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 44 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.55 |
| HSL | 81.67º | 0.45% | 0.31% | - |
| HSV(B) | 81.67º | 0.62% | 0.45% | - |
| XYZ | 10.92 | 14.85 | 4.67 | - |
| YUV | 100.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 44 | 0.22 | 0 | 0.62 | 0.55 | 81.67 | 0.45 | 0.31 |
| Hex | 5A | 74 | 2C | 16 | 0 | 3E | 37 | 52 | 2D | 1F |
| Octal | 132 | 164 | 54 | 26 | 0 | 76 | 67 | 122 | 55 | 37 |
| Binary | 1011010 | 1110100 | 101100 | 10110 | 0 | 111110 | 110111 | 1010010 | 101101 | 11111 |
Color Harmonies of #5A742C
Complementary color
Monochromatic Colors of #5A742C
Black with #5A742C
Text Example
Text Example
White with #5A742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A742C; }
p { color: rgb(90,116,44); }
H1.HeaderClassName
{
color: #5A742C;
}
.AnyTagClassName
{
color: #5A742C;
}
</style>
background-color css
<style>
a { background-color: #5A742C; }
a { background-color: rgb(90,116,44); }
div.DivClassName
{
background-color: #5A742C;
}
.BgClassName
{
background-color: #5A742C;
}
</style>
border-color css
<style>
span { border-color: #5A742C; }
span { border-color: rgb(90,116,44); }
td.TdClassName
{
border-color: #5A742C;
}
.TagClassName
{
border-color: #5A742C;
}
</style>