Shades of Olive Drab #6B971F
Tints of Olive Drab #6B971F
RGB
CMYK
RGB Variations
Color information
#6B971F (or 0x6B971F) is known color: Olive Drab. HEX triplet: 6B, 97 and 1F. RGB value is (107,151,31). Sum of RGB (Red+Green+Blue) = 107+151+31=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #6B971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B971F is #9468E0. Grayscale: #7C7C7C. Windows color (decimal): -9726177 or 2070379. OLE color: 2070379.
HSL color Cylindrical-coordinate representation of color #6B971F: hue angle of 82º 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 #6B971F is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 31 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.41 |
| HSL | 82º | 0.66% | 0.36% | - |
| HSV(B) | 82º | 0.79% | 0.59% | - |
| XYZ | 17.38 | 25.36 | 5.28 | - |
| YUV | 124.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 31 | 0.29 | 0 | 0.79 | 0.41 | 82 | 0.66 | 0.36 |
| Hex | 6B | 97 | 1F | 1D | 0 | 4F | 29 | 52 | 42 | 24 |
| Octal | 153 | 227 | 37 | 35 | 0 | 117 | 51 | 122 | 102 | 44 |
| Binary | 1101011 | 10010111 | 11111 | 11101 | 0 | 1001111 | 101001 | 1010010 | 1000010 | 100100 |
Color Harmonies of #6B971F
Complementary color
Monochromatic Colors of #6B971F
Black with #6B971F
Text Example
Text Example
White with #6B971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B971F; }
p { color: rgb(107,151,31); }
H1.HeaderClassName
{
color: #6B971F;
}
.AnyTagClassName
{
color: #6B971F;
}
</style>
background-color css
<style>
a { background-color: #6B971F; }
a { background-color: rgb(107,151,31); }
div.DivClassName
{
background-color: #6B971F;
}
.BgClassName
{
background-color: #6B971F;
}
</style>
border-color css
<style>
span { border-color: #6B971F; }
span { border-color: rgb(107,151,31); }
td.TdClassName
{
border-color: #6B971F;
}
.TagClassName
{
border-color: #6B971F;
}
</style>