Shades of Olive Drab #60940E
Tints of Olive Drab #60940E
RGB
CMYK
RGB Variations
Color information
#60940E (or 0x60940E) is known color: Olive Drab. HEX triplet: 60, 94 and 0E. RGB value is (96,148,14). Sum of RGB (Red+Green+Blue) = 96+148+14=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #60940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60940E is #9F6BF1. Grayscale: #757575. Windows color (decimal): -10447858 or 955488. OLE color: 955488.
HSL color Cylindrical-coordinate representation of color #60940E: hue angle of 83.28º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60940E is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 14 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.42 |
| HSL | 83.28º | 0.83% | 0.32% | - |
| HSV(B) | 83.28º | 0.91% | 0.58% | - |
| XYZ | 15.49 | 23.7 | 4.17 | - |
| YUV | 117.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 14 | 0.35 | 0 | 0.91 | 0.42 | 83.28 | 0.83 | 0.32 |
| Hex | 60 | 94 | E | 23 | 0 | 5B | 2A | 53 | 53 | 20 |
| Octal | 140 | 224 | 16 | 43 | 0 | 133 | 52 | 123 | 123 | 40 |
| Binary | 1100000 | 10010100 | 1110 | 100011 | 0 | 1011011 | 101010 | 1010011 | 1010011 | 100000 |
Color Harmonies of #60940E
Complementary color
Monochromatic Colors of #60940E
Black with #60940E
Text Example
Text Example
White with #60940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60940E; }
p { color: rgb(96,148,14); }
H1.HeaderClassName
{
color: #60940E;
}
.AnyTagClassName
{
color: #60940E;
}
</style>
background-color css
<style>
a { background-color: #60940E; }
a { background-color: rgb(96,148,14); }
div.DivClassName
{
background-color: #60940E;
}
.BgClassName
{
background-color: #60940E;
}
</style>
border-color css
<style>
span { border-color: #60940E; }
span { border-color: rgb(96,148,14); }
td.TdClassName
{
border-color: #60940E;
}
.TagClassName
{
border-color: #60940E;
}
</style>