Shades of Olive Drab #60850C
Tints of Olive Drab #60850C
RGB
CMYK
RGB Variations
Color information
#60850C (or 0x60850C) is known color: Olive Drab. HEX triplet: 60, 85 and 0C. RGB value is (96,133,12). Sum of RGB (Red+Green+Blue) = 96+133+12=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #60850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60850C is #9F7AF3. Grayscale: #6C6C6C. Windows color (decimal): -10451700 or 820576. OLE color: 820576.
HSL color Cylindrical-coordinate representation of color #60850C: hue angle of 78.35º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60850C is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 12 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.48 |
| HSL | 78.35º | 0.83% | 0.28% | - |
| HSV(B) | 78.35º | 0.91% | 0.52% | - |
| XYZ | 13.28 | 19.29 | 3.37 | - |
| YUV | 108.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 12 | 0.28 | 0 | 0.91 | 0.48 | 78.35 | 0.83 | 0.28 |
| Hex | 60 | 85 | C | 1C | 0 | 5B | 30 | 4E | 53 | 1C |
| Octal | 140 | 205 | 14 | 34 | 0 | 133 | 60 | 116 | 123 | 34 |
| Binary | 1100000 | 10000101 | 1100 | 11100 | 0 | 1011011 | 110000 | 1001110 | 1010011 | 11100 |
Color Harmonies of #60850C
Complementary color
Monochromatic Colors of #60850C
Black with #60850C
Text Example
Text Example
White with #60850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60850C; }
p { color: rgb(96,133,12); }
H1.HeaderClassName
{
color: #60850C;
}
.AnyTagClassName
{
color: #60850C;
}
</style>
background-color css
<style>
a { background-color: #60850C; }
a { background-color: rgb(96,133,12); }
div.DivClassName
{
background-color: #60850C;
}
.BgClassName
{
background-color: #60850C;
}
</style>
border-color css
<style>
span { border-color: #60850C; }
span { border-color: rgb(96,133,12); }
td.TdClassName
{
border-color: #60850C;
}
.TagClassName
{
border-color: #60850C;
}
</style>