Shades of Olive Drab #60890C
Tints of Olive Drab #60890C
RGB
CMYK
RGB Variations
Color information
#60890C (or 0x60890C) is known color: Olive Drab. HEX triplet: 60, 89 and 0C. RGB value is (96,137,12). Sum of RGB (Red+Green+Blue) = 96+137+12=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #60890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60890C is #9F76F3. Grayscale: #6E6E6E. Windows color (decimal): -10450676 or 821600. OLE color: 821600.
HSL color Cylindrical-coordinate representation of color #60890C: hue angle of 79.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60890C is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 12 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.46 |
| HSL | 79.68º | 0.84% | 0.29% | - |
| HSV(B) | 79.68º | 0.91% | 0.54% | - |
| XYZ | 13.84 | 20.4 | 3.56 | - |
| YUV | 110.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 12 | 0.30 | 0 | 0.91 | 0.46 | 79.68 | 0.84 | 0.29 |
| Hex | 60 | 89 | C | 1E | 0 | 5B | 2E | 50 | 54 | 1D |
| Octal | 140 | 211 | 14 | 36 | 0 | 133 | 56 | 120 | 124 | 35 |
| Binary | 1100000 | 10001001 | 1100 | 11110 | 0 | 1011011 | 101110 | 1010000 | 1010100 | 11101 |
Color Harmonies of #60890C
Complementary color
Monochromatic Colors of #60890C
Black with #60890C
Text Example
Text Example
White with #60890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60890C; }
p { color: rgb(96,137,12); }
H1.HeaderClassName
{
color: #60890C;
}
.AnyTagClassName
{
color: #60890C;
}
</style>
background-color css
<style>
a { background-color: #60890C; }
a { background-color: rgb(96,137,12); }
div.DivClassName
{
background-color: #60890C;
}
.BgClassName
{
background-color: #60890C;
}
</style>
border-color css
<style>
span { border-color: #60890C; }
span { border-color: rgb(96,137,12); }
td.TdClassName
{
border-color: #60890C;
}
.TagClassName
{
border-color: #60890C;
}
</style>