Shades of Olive Drab #60950B
Tints of Olive Drab #60950B
RGB
CMYK
RGB Variations
Color information
#60950B (or 0x60950B) is known color: Olive Drab. HEX triplet: 60, 95 and 0B. RGB value is (96,149,11). Sum of RGB (Red+Green+Blue) = 96+149+11=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #60950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60950B is #9F6AF4. Grayscale: #757575. Windows color (decimal): -10447605 or 759136. OLE color: 759136.
HSL color Cylindrical-coordinate representation of color #60950B: hue angle of 83.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60950B is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 11 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.42 |
| HSL | 83.04º | 0.86% | 0.31% | - |
| HSV(B) | 83.04º | 0.93% | 0.58% | - |
| XYZ | 15.63 | 24.01 | 4.13 | - |
| YUV | 117.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 11 | 0.36 | 0 | 0.93 | 0.42 | 83.04 | 0.86 | 0.31 |
| Hex | 60 | 95 | B | 24 | 0 | 5D | 2A | 53 | 56 | 1F |
| Octal | 140 | 225 | 13 | 44 | 0 | 135 | 52 | 123 | 126 | 37 |
| Binary | 1100000 | 10010101 | 1011 | 100100 | 0 | 1011101 | 101010 | 1010011 | 1010110 | 11111 |
Color Harmonies of #60950B
Complementary color
Monochromatic Colors of #60950B
Black with #60950B
Text Example
Text Example
White with #60950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60950B; }
p { color: rgb(96,149,11); }
H1.HeaderClassName
{
color: #60950B;
}
.AnyTagClassName
{
color: #60950B;
}
</style>
background-color css
<style>
a { background-color: #60950B; }
a { background-color: rgb(96,149,11); }
div.DivClassName
{
background-color: #60950B;
}
.BgClassName
{
background-color: #60950B;
}
</style>
border-color css
<style>
span { border-color: #60950B; }
span { border-color: rgb(96,149,11); }
td.TdClassName
{
border-color: #60950B;
}
.TagClassName
{
border-color: #60950B;
}
</style>