Shades of Olive Drab #60980A
Tints of Olive Drab #60980A
RGB
CMYK
RGB Variations
Color information
#60980A (or 0x60980A) is known color: Olive Drab. HEX triplet: 60, 98 and 0A. RGB value is (96,152,10). Sum of RGB (Red+Green+Blue) = 96+152+10=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 152 (59.77% from 255 or 58.91% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 152 - color contains mainly: green. Hex color #60980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60980A is #9F67F5. Grayscale: #777777. Windows color (decimal): -10446838 or 694368. OLE color: 694368.
HSL color Cylindrical-coordinate representation of color #60980A: hue angle of 83.66º 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 #60980A is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 10 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.40 |
| HSL | 83.66º | 0.88% | 0.32% | - |
| HSV(B) | 83.66º | 0.93% | 0.6% | - |
| XYZ | 16.11 | 24.97 | 4.26 | - |
| YUV | 119.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 10 | 0.37 | 0 | 0.93 | 0.40 | 83.66 | 0.88 | 0.32 |
| Hex | 60 | 98 | A | 25 | 0 | 5D | 28 | 54 | 58 | 20 |
| Octal | 140 | 230 | 12 | 45 | 0 | 135 | 50 | 124 | 130 | 40 |
| Binary | 1100000 | 10011000 | 1010 | 100101 | 0 | 1011101 | 101000 | 1010100 | 1011000 | 100000 |
Color Harmonies of #60980A
Complementary color
Monochromatic Colors of #60980A
Black with #60980A
Text Example
Text Example
White with #60980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60980A; }
p { color: rgb(96,152,10); }
H1.HeaderClassName
{
color: #60980A;
}
.AnyTagClassName
{
color: #60980A;
}
</style>
background-color css
<style>
a { background-color: #60980A; }
a { background-color: rgb(96,152,10); }
div.DivClassName
{
background-color: #60980A;
}
.BgClassName
{
background-color: #60980A;
}
</style>
border-color css
<style>
span { border-color: #60980A; }
span { border-color: rgb(96,152,10); }
td.TdClassName
{
border-color: #60980A;
}
.TagClassName
{
border-color: #60980A;
}
</style>