Shades of Olive Drab #5A8608
Tints of Olive Drab #5A8608
RGB
CMYK
RGB Variations
Color information
#5A8608 (or 0x5A8608) is known color: Olive Drab. HEX triplet: 5A, 86 and 08. RGB value is (90,134,8). Sum of RGB (Red+Green+Blue) = 90+134+8=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8608 is #A579F7. Grayscale: #6A6A6A. Windows color (decimal): -10844664 or 558682. OLE color: 558682.
HSL color Cylindrical-coordinate representation of color #5A8608: hue angle of 80.95º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A8608 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 8 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.47 |
| HSL | 80.95º | 0.89% | 0.28% | - |
| HSV(B) | 80.95º | 0.94% | 0.53% | - |
| XYZ | 12.79 | 19.24 | 3.27 | - |
| YUV | 106.48 | 72.42 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 8 | 0.33 | 0 | 0.94 | 0.47 | 80.95 | 0.89 | 0.28 |
| Hex | 5A | 86 | 8 | 21 | 0 | 5E | 2F | 51 | 59 | 1C |
| Octal | 132 | 206 | 10 | 41 | 0 | 136 | 57 | 121 | 131 | 34 |
| Binary | 1011010 | 10000110 | 1000 | 100001 | 0 | 1011110 | 101111 | 1010001 | 1011001 | 11100 |
Color Harmonies of #5A8608
Complementary color
Monochromatic Colors of #5A8608
Black with #5A8608
Text Example
Text Example
White with #5A8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8608; }
p { color: rgb(90,134,8); }
H1.HeaderClassName
{
color: #5A8608;
}
.AnyTagClassName
{
color: #5A8608;
}
</style>
background-color css
<style>
a { background-color: #5A8608; }
a { background-color: rgb(90,134,8); }
div.DivClassName
{
background-color: #5A8608;
}
.BgClassName
{
background-color: #5A8608;
}
</style>
border-color css
<style>
span { border-color: #5A8608; }
span { border-color: rgb(90,134,8); }
td.TdClassName
{
border-color: #5A8608;
}
.TagClassName
{
border-color: #5A8608;
}
</style>