Shades of Olive Drab #6B970B
Tints of Olive Drab #6B970B
RGB
CMYK
RGB Variations
Color information
#6B970B (or 0x6B970B) is known color: Olive Drab. HEX triplet: 6B, 97 and 0B. RGB value is (107,151,11). Sum of RGB (Red+Green+Blue) = 107+151+11=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #6B970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B970B is #9468F4. Grayscale: #7A7A7A. Windows color (decimal): -9726197 or 759659. OLE color: 759659.
HSL color Cylindrical-coordinate representation of color #6B970B: hue angle of 78.86º 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 #6B970B is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 11 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.41 |
| HSL | 78.86º | 0.86% | 0.32% | - |
| HSV(B) | 78.86º | 0.93% | 0.59% | - |
| XYZ | 17.19 | 25.28 | 4.29 | - |
| YUV | 121.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 11 | 0.29 | 0 | 0.93 | 0.41 | 78.86 | 0.86 | 0.32 |
| Hex | 6B | 97 | B | 1D | 0 | 5D | 29 | 4F | 56 | 20 |
| Octal | 153 | 227 | 13 | 35 | 0 | 135 | 51 | 117 | 126 | 40 |
| Binary | 1101011 | 10010111 | 1011 | 11101 | 0 | 1011101 | 101001 | 1001111 | 1010110 | 100000 |
Color Harmonies of #6B970B
Complementary color
Monochromatic Colors of #6B970B
Black with #6B970B
Text Example
Text Example
White with #6B970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B970B; }
p { color: rgb(107,151,11); }
H1.HeaderClassName
{
color: #6B970B;
}
.AnyTagClassName
{
color: #6B970B;
}
</style>
background-color css
<style>
a { background-color: #6B970B; }
a { background-color: rgb(107,151,11); }
div.DivClassName
{
background-color: #6B970B;
}
.BgClassName
{
background-color: #6B970B;
}
</style>
border-color css
<style>
span { border-color: #6B970B; }
span { border-color: rgb(107,151,11); }
td.TdClassName
{
border-color: #6B970B;
}
.TagClassName
{
border-color: #6B970B;
}
</style>