Shades of Olive Drab #60910A
Tints of Olive Drab #60910A
RGB
CMYK
RGB Variations
Color information
#60910A (or 0x60910A) is known color: Olive Drab. HEX triplet: 60, 91 and 0A. RGB value is (96,145,10). Sum of RGB (Red+Green+Blue) = 96+145+10=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #60910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60910A is #9F6EF5. Grayscale: #737373. Windows color (decimal): -10448630 or 692576. OLE color: 692576.
HSL color Cylindrical-coordinate representation of color #60910A: hue angle of 81.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60910A is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 10 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.43 |
| HSL | 81.78º | 0.87% | 0.3% | - |
| HSV(B) | 81.78º | 0.93% | 0.57% | - |
| XYZ | 15 | 22.76 | 3.89 | - |
| YUV | 114.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 10 | 0.34 | 0 | 0.93 | 0.43 | 81.78 | 0.87 | 0.3 |
| Hex | 60 | 91 | A | 22 | 0 | 5D | 2B | 52 | 57 | 1E |
| Octal | 140 | 221 | 12 | 42 | 0 | 135 | 53 | 122 | 127 | 36 |
| Binary | 1100000 | 10010001 | 1010 | 100010 | 0 | 1011101 | 101011 | 1010010 | 1010111 | 11110 |
Color Harmonies of #60910A
Complementary color
Monochromatic Colors of #60910A
Black with #60910A
Text Example
Text Example
White with #60910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60910A; }
p { color: rgb(96,145,10); }
H1.HeaderClassName
{
color: #60910A;
}
.AnyTagClassName
{
color: #60910A;
}
</style>
background-color css
<style>
a { background-color: #60910A; }
a { background-color: rgb(96,145,10); }
div.DivClassName
{
background-color: #60910A;
}
.BgClassName
{
background-color: #60910A;
}
</style>
border-color css
<style>
span { border-color: #60910A; }
span { border-color: rgb(96,145,10); }
td.TdClassName
{
border-color: #60910A;
}
.TagClassName
{
border-color: #60910A;
}
</style>