Shades of Olive Drab #6F950B
Tints of Olive Drab #6F950B
RGB
CMYK
RGB Variations
Color information
#6F950B (or 0x6F950B) is known color: Olive Drab. HEX triplet: 6F, 95 and 0B. RGB value is (111,149,11). Sum of RGB (Red+Green+Blue) = 111+149+11=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #6F950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F950B is #906AF4. Grayscale: #7A7A7A. Windows color (decimal): -9464565 or 759151. OLE color: 759151.
HSL color Cylindrical-coordinate representation of color #6F950B: hue angle of 76.52º 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 #6F950B is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 11 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.42 |
| HSL | 76.52º | 0.86% | 0.31% | - |
| HSV(B) | 76.52º | 0.93% | 0.58% | - |
| XYZ | 17.36 | 24.9 | 4.21 | - |
| YUV | 121.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 11 | 0.26 | 0 | 0.93 | 0.42 | 76.52 | 0.86 | 0.31 |
| Hex | 6F | 95 | B | 1A | 0 | 5D | 2A | 4D | 56 | 1F |
| Octal | 157 | 225 | 13 | 32 | 0 | 135 | 52 | 115 | 126 | 37 |
| Binary | 1101111 | 10010101 | 1011 | 11010 | 0 | 1011101 | 101010 | 1001101 | 1010110 | 11111 |
Color Harmonies of #6F950B
Complementary color
Monochromatic Colors of #6F950B
Black with #6F950B
Text Example
Text Example
White with #6F950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F950B; }
p { color: rgb(111,149,11); }
H1.HeaderClassName
{
color: #6F950B;
}
.AnyTagClassName
{
color: #6F950B;
}
</style>
background-color css
<style>
a { background-color: #6F950B; }
a { background-color: rgb(111,149,11); }
div.DivClassName
{
background-color: #6F950B;
}
.BgClassName
{
background-color: #6F950B;
}
</style>
border-color css
<style>
span { border-color: #6F950B; }
span { border-color: rgb(111,149,11); }
td.TdClassName
{
border-color: #6F950B;
}
.TagClassName
{
border-color: #6F950B;
}
</style>