Shades of Dark Olive Green #5A6C34
Tints of Dark Olive Green #5A6C34
RGB
CMYK
RGB Variations
Color information
#5A6C34 (or 0x5A6C34) is known color: Dark Olive Green. HEX triplet: 5A, 6C and 34. RGB value is (90,108,52). Sum of RGB (Red+Green+Blue) = 90+108+52=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6C34 is #A593CB. Grayscale: #606060. Windows color (decimal): -10851276 or 3435610. OLE color: 3435610.
HSL color Cylindrical-coordinate representation of color #5A6C34: hue angle of 79.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A6C34 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 108 | 52 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.58 |
| HSL | 79.29º | 0.35% | 0.31% | - |
| HSV(B) | 79.29º | 0.52% | 0.42% | - |
| XYZ | 10.2 | 13.15 | 5.25 | - |
| YUV | 96.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 52 | 0.17 | 0 | 0.52 | 0.58 | 79.29 | 0.35 | 0.31 |
| Hex | 5A | 6C | 34 | 11 | 0 | 34 | 3A | 4F | 23 | 1F |
| Octal | 132 | 154 | 64 | 21 | 0 | 64 | 72 | 117 | 43 | 37 |
| Binary | 1011010 | 1101100 | 110100 | 10001 | 0 | 110100 | 111010 | 1001111 | 100011 | 11111 |
Color Harmonies of #5A6C34
Complementary color
Monochromatic Colors of #5A6C34
Black with #5A6C34
Text Example
Text Example
White with #5A6C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C34; }
p { color: rgb(90,108,52); }
H1.HeaderClassName
{
color: #5A6C34;
}
.AnyTagClassName
{
color: #5A6C34;
}
</style>
background-color css
<style>
a { background-color: #5A6C34; }
a { background-color: rgb(90,108,52); }
div.DivClassName
{
background-color: #5A6C34;
}
.BgClassName
{
background-color: #5A6C34;
}
</style>
border-color css
<style>
span { border-color: #5A6C34; }
span { border-color: rgb(90,108,52); }
td.TdClassName
{
border-color: #5A6C34;
}
.TagClassName
{
border-color: #5A6C34;
}
</style>