Shades of Olive Drab #6D971F
Tints of Olive Drab #6D971F
RGB
CMYK
RGB Variations
Color information
#6D971F (or 0x6D971F) is known color: Olive Drab. HEX triplet: 6D, 97 and 1F. RGB value is (109,151,31). Sum of RGB (Red+Green+Blue) = 109+151+31=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #6D971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D971F is #9268E0. Grayscale: #7D7D7D. Windows color (decimal): -9595105 or 2070381. OLE color: 2070381.
HSL color Cylindrical-coordinate representation of color #6D971F: hue angle of 81º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D971F is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 31 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.41 |
| HSL | 81º | 0.66% | 0.36% | - |
| HSV(B) | 81º | 0.79% | 0.59% | - |
| XYZ | 17.62 | 25.48 | 5.29 | - |
| YUV | 124.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 31 | 0.28 | 0 | 0.79 | 0.41 | 81 | 0.66 | 0.36 |
| Hex | 6D | 97 | 1F | 1C | 0 | 4F | 29 | 51 | 42 | 24 |
| Octal | 155 | 227 | 37 | 34 | 0 | 117 | 51 | 121 | 102 | 44 |
| Binary | 1101101 | 10010111 | 11111 | 11100 | 0 | 1001111 | 101001 | 1010001 | 1000010 | 100100 |
Color Harmonies of #6D971F
Complementary color
Monochromatic Colors of #6D971F
Black with #6D971F
Text Example
Text Example
White with #6D971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D971F; }
p { color: rgb(109,151,31); }
H1.HeaderClassName
{
color: #6D971F;
}
.AnyTagClassName
{
color: #6D971F;
}
</style>
background-color css
<style>
a { background-color: #6D971F; }
a { background-color: rgb(109,151,31); }
div.DivClassName
{
background-color: #6D971F;
}
.BgClassName
{
background-color: #6D971F;
}
</style>
border-color css
<style>
span { border-color: #6D971F; }
span { border-color: rgb(109,151,31); }
td.TdClassName
{
border-color: #6D971F;
}
.TagClassName
{
border-color: #6D971F;
}
</style>