Shades of Olive Drab #60910C
Tints of Olive Drab #60910C
RGB
CMYK
RGB Variations
Color information
#60910C (or 0x60910C) is known color: Olive Drab. HEX triplet: 60, 91 and 0C. RGB value is (96,145,12). Sum of RGB (Red+Green+Blue) = 96+145+12=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #60910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60910C is #9F6EF3. Grayscale: #737373. Windows color (decimal): -10448628 or 823648. OLE color: 823648.
HSL color Cylindrical-coordinate representation of color #60910C: hue angle of 82.11º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60910C is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 12 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.43 |
| HSL | 82.11º | 0.85% | 0.31% | - |
| HSV(B) | 82.11º | 0.92% | 0.57% | - |
| XYZ | 15.02 | 22.76 | 3.95 | - |
| YUV | 115.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 12 | 0.34 | 0 | 0.92 | 0.43 | 82.11 | 0.85 | 0.31 |
| Hex | 60 | 91 | C | 22 | 0 | 5C | 2B | 52 | 55 | 1F |
| Octal | 140 | 221 | 14 | 42 | 0 | 134 | 53 | 122 | 125 | 37 |
| Binary | 1100000 | 10010001 | 1100 | 100010 | 0 | 1011100 | 101011 | 1010010 | 1010101 | 11111 |
Color Harmonies of #60910C
Complementary color
Monochromatic Colors of #60910C
Black with #60910C
Text Example
Text Example
White with #60910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60910C; }
p { color: rgb(96,145,12); }
H1.HeaderClassName
{
color: #60910C;
}
.AnyTagClassName
{
color: #60910C;
}
</style>
background-color css
<style>
a { background-color: #60910C; }
a { background-color: rgb(96,145,12); }
div.DivClassName
{
background-color: #60910C;
}
.BgClassName
{
background-color: #60910C;
}
</style>
border-color css
<style>
span { border-color: #60910C; }
span { border-color: rgb(96,145,12); }
td.TdClassName
{
border-color: #60910C;
}
.TagClassName
{
border-color: #60910C;
}
</style>