Shades of Olive Drab #6D960B
Tints of Olive Drab #6D960B
RGB
CMYK
RGB Variations
Color information
#6D960B (or 0x6D960B) is known color: Olive Drab. HEX triplet: 6D, 96 and 0B. RGB value is (109,150,11). Sum of RGB (Red+Green+Blue) = 109+150+11=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #6D960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D960B is #9269F4. Grayscale: #7A7A7A. Windows color (decimal): -9595381 or 759405. OLE color: 759405.
HSL color Cylindrical-coordinate representation of color #6D960B: hue angle of 77.7º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D960B is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 11 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.41 |
| HSL | 77.7º | 0.86% | 0.32% | - |
| HSV(B) | 77.7º | 0.93% | 0.59% | - |
| XYZ | 17.27 | 25.09 | 4.25 | - |
| YUV | 121.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 11 | 0.27 | 0 | 0.93 | 0.41 | 77.7 | 0.86 | 0.32 |
| Hex | 6D | 96 | B | 1B | 0 | 5D | 29 | 4E | 56 | 20 |
| Octal | 155 | 226 | 13 | 33 | 0 | 135 | 51 | 116 | 126 | 40 |
| Binary | 1101101 | 10010110 | 1011 | 11011 | 0 | 1011101 | 101001 | 1001110 | 1010110 | 100000 |
Color Harmonies of #6D960B
Complementary color
Monochromatic Colors of #6D960B
Black with #6D960B
Text Example
Text Example
White with #6D960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D960B; }
p { color: rgb(109,150,11); }
H1.HeaderClassName
{
color: #6D960B;
}
.AnyTagClassName
{
color: #6D960B;
}
</style>
background-color css
<style>
a { background-color: #6D960B; }
a { background-color: rgb(109,150,11); }
div.DivClassName
{
background-color: #6D960B;
}
.BgClassName
{
background-color: #6D960B;
}
</style>
border-color css
<style>
span { border-color: #6D960B; }
span { border-color: rgb(109,150,11); }
td.TdClassName
{
border-color: #6D960B;
}
.TagClassName
{
border-color: #6D960B;
}
</style>