Shades of Olive Drab #60940F
Tints of Olive Drab #60940F
RGB
CMYK
RGB Variations
Color information
#60940F (or 0x60940F) is known color: Olive Drab. HEX triplet: 60, 94 and 0F. RGB value is (96,148,15). Sum of RGB (Red+Green+Blue) = 96+148+15=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #60940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60940F is #9F6BF0. Grayscale: #757575. Windows color (decimal): -10447857 or 1021024. OLE color: 1021024.
HSL color Cylindrical-coordinate representation of color #60940F: hue angle of 83.46º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60940F is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 15 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.42 |
| HSL | 83.46º | 0.82% | 0.32% | - |
| HSV(B) | 83.46º | 0.9% | 0.58% | - |
| XYZ | 15.5 | 23.7 | 4.21 | - |
| YUV | 117.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 15 | 0.35 | 0 | 0.90 | 0.42 | 83.46 | 0.82 | 0.32 |
| Hex | 60 | 94 | F | 23 | 0 | 5A | 2A | 53 | 52 | 20 |
| Octal | 140 | 224 | 17 | 43 | 0 | 132 | 52 | 123 | 122 | 40 |
| Binary | 1100000 | 10010100 | 1111 | 100011 | 0 | 1011010 | 101010 | 1010011 | 1010010 | 100000 |
Color Harmonies of #60940F
Complementary color
Monochromatic Colors of #60940F
Black with #60940F
Text Example
Text Example
White with #60940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60940F; }
p { color: rgb(96,148,15); }
H1.HeaderClassName
{
color: #60940F;
}
.AnyTagClassName
{
color: #60940F;
}
</style>
background-color css
<style>
a { background-color: #60940F; }
a { background-color: rgb(96,148,15); }
div.DivClassName
{
background-color: #60940F;
}
.BgClassName
{
background-color: #60940F;
}
</style>
border-color css
<style>
span { border-color: #60940F; }
span { border-color: rgb(96,148,15); }
td.TdClassName
{
border-color: #60940F;
}
.TagClassName
{
border-color: #60940F;
}
</style>