Shades of Olive Drab #5A8508
Tints of Olive Drab #5A8508
RGB
CMYK
RGB Variations
Color information
#5A8508 (or 0x5A8508) is known color: Olive Drab. HEX triplet: 5A, 85 and 08. RGB value is (90,133,8). Sum of RGB (Red+Green+Blue) = 90+133+8=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8508 is #A57AF7. Grayscale: #6A6A6A. Windows color (decimal): -10844920 or 558426. OLE color: 558426.
HSL color Cylindrical-coordinate representation of color #5A8508: hue angle of 80.64º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A8508 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 8 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.48 |
| HSL | 80.64º | 0.89% | 0.28% | - |
| HSV(B) | 80.64º | 0.94% | 0.52% | - |
| XYZ | 12.65 | 18.97 | 3.22 | - |
| YUV | 105.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 8 | 0.32 | 0 | 0.94 | 0.48 | 80.64 | 0.89 | 0.28 |
| Hex | 5A | 85 | 8 | 20 | 0 | 5E | 30 | 51 | 59 | 1C |
| Octal | 132 | 205 | 10 | 40 | 0 | 136 | 60 | 121 | 131 | 34 |
| Binary | 1011010 | 10000101 | 1000 | 100000 | 0 | 1011110 | 110000 | 1010001 | 1011001 | 11100 |
Color Harmonies of #5A8508
Complementary color
Monochromatic Colors of #5A8508
Black with #5A8508
Text Example
Text Example
White with #5A8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8508; }
p { color: rgb(90,133,8); }
H1.HeaderClassName
{
color: #5A8508;
}
.AnyTagClassName
{
color: #5A8508;
}
</style>
background-color css
<style>
a { background-color: #5A8508; }
a { background-color: rgb(90,133,8); }
div.DivClassName
{
background-color: #5A8508;
}
.BgClassName
{
background-color: #5A8508;
}
</style>
border-color css
<style>
span { border-color: #5A8508; }
span { border-color: rgb(90,133,8); }
td.TdClassName
{
border-color: #5A8508;
}
.TagClassName
{
border-color: #5A8508;
}
</style>