Shades of Dark Olive Green #5A6E30
Tints of Dark Olive Green #5A6E30
RGB
CMYK
RGB Variations
Color information
#5A6E30 (or 0x5A6E30) is known color: Dark Olive Green. HEX triplet: 5A, 6E and 30. RGB value is (90,110,48). Sum of RGB (Red+Green+Blue) = 90+110+48=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6E30 is #A591CF. Grayscale: #616161. Windows color (decimal): -10850768 or 3173978. OLE color: 3173978.
HSL color Cylindrical-coordinate representation of color #5A6E30: hue angle of 79.35º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6E30 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 48 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.57 |
| HSL | 79.35º | 0.39% | 0.31% | - |
| HSV(B) | 79.35º | 0.56% | 0.43% | - |
| XYZ | 10.33 | 13.54 | 4.87 | - |
| YUV | 96.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 48 | 0.18 | 0 | 0.56 | 0.57 | 79.35 | 0.39 | 0.31 |
| Hex | 5A | 6E | 30 | 12 | 0 | 38 | 39 | 4F | 27 | 1F |
| Octal | 132 | 156 | 60 | 22 | 0 | 70 | 71 | 117 | 47 | 37 |
| Binary | 1011010 | 1101110 | 110000 | 10010 | 0 | 111000 | 111001 | 1001111 | 100111 | 11111 |
Color Harmonies of #5A6E30
Complementary color
Monochromatic Colors of #5A6E30
Black with #5A6E30
Text Example
Text Example
White with #5A6E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E30; }
p { color: rgb(90,110,48); }
H1.HeaderClassName
{
color: #5A6E30;
}
.AnyTagClassName
{
color: #5A6E30;
}
</style>
background-color css
<style>
a { background-color: #5A6E30; }
a { background-color: rgb(90,110,48); }
div.DivClassName
{
background-color: #5A6E30;
}
.BgClassName
{
background-color: #5A6E30;
}
</style>
border-color css
<style>
span { border-color: #5A6E30; }
span { border-color: rgb(90,110,48); }
td.TdClassName
{
border-color: #5A6E30;
}
.TagClassName
{
border-color: #5A6E30;
}
</style>