Shades of Olive Drab #6C950B
Tints of Olive Drab #6C950B
RGB
CMYK
RGB Variations
Color information
#6C950B (or 0x6C950B) is known color: Olive Drab. HEX triplet: 6C, 95 and 0B. RGB value is (108,149,11). Sum of RGB (Red+Green+Blue) = 108+149+11=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #6C950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C950B is #936AF4. Grayscale: #797979. Windows color (decimal): -9661173 or 759148. OLE color: 759148.
HSL color Cylindrical-coordinate representation of color #6C950B: hue angle of 77.83º 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 #6C950B is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 149 | 11 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.42 |
| HSL | 77.83º | 0.86% | 0.31% | - |
| HSV(B) | 77.83º | 0.93% | 0.58% | - |
| XYZ | 16.99 | 24.71 | 4.19 | - |
| YUV | 121.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 11 | 0.28 | 0 | 0.93 | 0.42 | 77.83 | 0.86 | 0.31 |
| Hex | 6C | 95 | B | 1C | 0 | 5D | 2A | 4E | 56 | 1F |
| Octal | 154 | 225 | 13 | 34 | 0 | 135 | 52 | 116 | 126 | 37 |
| Binary | 1101100 | 10010101 | 1011 | 11100 | 0 | 1011101 | 101010 | 1001110 | 1010110 | 11111 |
Color Harmonies of #6C950B
Complementary color
Monochromatic Colors of #6C950B
Black with #6C950B
Text Example
Text Example
White with #6C950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C950B; }
p { color: rgb(108,149,11); }
H1.HeaderClassName
{
color: #6C950B;
}
.AnyTagClassName
{
color: #6C950B;
}
</style>
background-color css
<style>
a { background-color: #6C950B; }
a { background-color: rgb(108,149,11); }
div.DivClassName
{
background-color: #6C950B;
}
.BgClassName
{
background-color: #6C950B;
}
</style>
border-color css
<style>
span { border-color: #6C950B; }
span { border-color: rgb(108,149,11); }
td.TdClassName
{
border-color: #6C950B;
}
.TagClassName
{
border-color: #6C950B;
}
</style>