Shades of Olive Drab #60940C
Tints of Olive Drab #60940C
RGB
CMYK
RGB Variations
Color information
#60940C (or 0x60940C) is known color: Olive Drab. HEX triplet: 60, 94 and 0C. RGB value is (96,148,12). Sum of RGB (Red+Green+Blue) = 96+148+12=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #60940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60940C is #9F6BF3. Grayscale: #757575. Windows color (decimal): -10447860 or 824416. OLE color: 824416.
HSL color Cylindrical-coordinate representation of color #60940C: hue angle of 82.94º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60940C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 12 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.42 |
| HSL | 82.94º | 0.85% | 0.31% | - |
| HSV(B) | 82.94º | 0.92% | 0.58% | - |
| XYZ | 15.48 | 23.69 | 4.11 | - |
| YUV | 116.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 12 | 0.35 | 0 | 0.92 | 0.42 | 82.94 | 0.85 | 0.31 |
| Hex | 60 | 94 | C | 23 | 0 | 5C | 2A | 53 | 55 | 1F |
| Octal | 140 | 224 | 14 | 43 | 0 | 134 | 52 | 123 | 125 | 37 |
| Binary | 1100000 | 10010100 | 1100 | 100011 | 0 | 1011100 | 101010 | 1010011 | 1010101 | 11111 |
Color Harmonies of #60940C
Complementary color
Monochromatic Colors of #60940C
Black with #60940C
Text Example
Text Example
White with #60940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60940C; }
p { color: rgb(96,148,12); }
H1.HeaderClassName
{
color: #60940C;
}
.AnyTagClassName
{
color: #60940C;
}
</style>
background-color css
<style>
a { background-color: #60940C; }
a { background-color: rgb(96,148,12); }
div.DivClassName
{
background-color: #60940C;
}
.BgClassName
{
background-color: #60940C;
}
</style>
border-color css
<style>
span { border-color: #60940C; }
span { border-color: rgb(96,148,12); }
td.TdClassName
{
border-color: #60940C;
}
.TagClassName
{
border-color: #60940C;
}
</style>