Shades of Olive Drab #6D970B
Tints of Olive Drab #6D970B
RGB
CMYK
RGB Variations
Color information
#6D970B (or 0x6D970B) is known color: Olive Drab. HEX triplet: 6D, 97 and 0B. RGB value is (109,151,11). Sum of RGB (Red+Green+Blue) = 109+151+11=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #6D970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D970B is #9268F4. Grayscale: #7A7A7A. Windows color (decimal): -9595125 or 759661. OLE color: 759661.
HSL color Cylindrical-coordinate representation of color #6D970B: hue angle of 78º 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 #6D970B is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 11 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.41 |
| HSL | 78º | 0.86% | 0.32% | - |
| HSV(B) | 78º | 0.93% | 0.59% | - |
| XYZ | 17.43 | 25.41 | 4.3 | - |
| YUV | 122.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 11 | 0.28 | 0 | 0.93 | 0.41 | 78 | 0.86 | 0.32 |
| Hex | 6D | 97 | B | 1C | 0 | 5D | 29 | 4E | 56 | 20 |
| Octal | 155 | 227 | 13 | 34 | 0 | 135 | 51 | 116 | 126 | 40 |
| Binary | 1101101 | 10010111 | 1011 | 11100 | 0 | 1011101 | 101001 | 1001110 | 1010110 | 100000 |
Color Harmonies of #6D970B
Complementary color
Monochromatic Colors of #6D970B
Black with #6D970B
Text Example
Text Example
White with #6D970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D970B; }
p { color: rgb(109,151,11); }
H1.HeaderClassName
{
color: #6D970B;
}
.AnyTagClassName
{
color: #6D970B;
}
</style>
background-color css
<style>
a { background-color: #6D970B; }
a { background-color: rgb(109,151,11); }
div.DivClassName
{
background-color: #6D970B;
}
.BgClassName
{
background-color: #6D970B;
}
</style>
border-color css
<style>
span { border-color: #6D970B; }
span { border-color: rgb(109,151,11); }
td.TdClassName
{
border-color: #6D970B;
}
.TagClassName
{
border-color: #6D970B;
}
</style>