Shades of Olive Drab #60990A
Tints of Olive Drab #60990A
RGB
CMYK
RGB Variations
Color information
#60990A (or 0x60990A) is known color: Olive Drab. HEX triplet: 60, 99 and 0A. RGB value is (96,153,10). Sum of RGB (Red+Green+Blue) = 96+153+10=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #60990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60990A is #9F66F5. Grayscale: #787878. Windows color (decimal): -10446582 or 694624. OLE color: 694624.
HSL color Cylindrical-coordinate representation of color #60990A: hue angle of 83.92º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60990A is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 10 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.4 |
| HSL | 83.92º | 0.88% | 0.32% | - |
| HSV(B) | 83.92º | 0.93% | 0.6% | - |
| XYZ | 16.27 | 25.29 | 4.31 | - |
| YUV | 119.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 10 | 0.37 | 0 | 0.93 | 0.4 | 83.92 | 0.88 | 0.32 |
| Hex | 60 | 99 | A | 25 | 0 | 5D | 28 | 54 | 58 | 20 |
| Octal | 140 | 231 | 12 | 45 | 0 | 135 | 50 | 124 | 130 | 40 |
| Binary | 1100000 | 10011001 | 1010 | 100101 | 0 | 1011101 | 101000 | 1010100 | 1011000 | 100000 |
Color Harmonies of #60990A
Complementary color
Monochromatic Colors of #60990A
Black with #60990A
Text Example
Text Example
White with #60990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60990A; }
p { color: rgb(96,153,10); }
H1.HeaderClassName
{
color: #60990A;
}
.AnyTagClassName
{
color: #60990A;
}
</style>
background-color css
<style>
a { background-color: #60990A; }
a { background-color: rgb(96,153,10); }
div.DivClassName
{
background-color: #60990A;
}
.BgClassName
{
background-color: #60990A;
}
</style>
border-color css
<style>
span { border-color: #60990A; }
span { border-color: rgb(96,153,10); }
td.TdClassName
{
border-color: #60990A;
}
.TagClassName
{
border-color: #60990A;
}
</style>