Shades of Olive Drab #6F971B
Tints of Olive Drab #6F971B
RGB
CMYK
RGB Variations
Color information
#6F971B (or 0x6F971B) is known color: Olive Drab. HEX triplet: 6F, 97 and 1B. RGB value is (111,151,27). Sum of RGB (Red+Green+Blue) = 111+151+27=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #6F971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F971B is #9068E4. Grayscale: #7D7D7D. Windows color (decimal): -9464037 or 1808239. OLE color: 1808239.
HSL color Cylindrical-coordinate representation of color #6F971B: hue angle of 79.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F971B is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 151 | 27 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.41 |
| HSL | 79.35º | 0.7% | 0.35% | - |
| HSV(B) | 79.35º | 0.82% | 0.59% | - |
| XYZ | 17.82 | 25.59 | 5.04 | - |
| YUV | 124.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 151 | 27 | 0.26 | 0 | 0.82 | 0.41 | 79.35 | 0.7 | 0.35 |
| Hex | 6F | 97 | 1B | 1A | 0 | 52 | 29 | 4F | 46 | 23 |
| Octal | 157 | 227 | 33 | 32 | 0 | 122 | 51 | 117 | 106 | 43 |
| Binary | 1101111 | 10010111 | 11011 | 11010 | 0 | 1010010 | 101001 | 1001111 | 1000110 | 100011 |
Color Harmonies of #6F971B
Complementary color
Monochromatic Colors of #6F971B
Black with #6F971B
Text Example
Text Example
White with #6F971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F971B; }
p { color: rgb(111,151,27); }
H1.HeaderClassName
{
color: #6F971B;
}
.AnyTagClassName
{
color: #6F971B;
}
</style>
background-color css
<style>
a { background-color: #6F971B; }
a { background-color: rgb(111,151,27); }
div.DivClassName
{
background-color: #6F971B;
}
.BgClassName
{
background-color: #6F971B;
}
</style>
border-color css
<style>
span { border-color: #6F971B; }
span { border-color: rgb(111,151,27); }
td.TdClassName
{
border-color: #6F971B;
}
.TagClassName
{
border-color: #6F971B;
}
</style>