Shades of Olive Drab #6B971E
Tints of Olive Drab #6B971E
RGB
CMYK
RGB Variations
Color information
#6B971E (or 0x6B971E) is known color: Olive Drab. HEX triplet: 6B, 97 and 1E. RGB value is (107,151,30). Sum of RGB (Red+Green+Blue) = 107+151+30=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #6B971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B971E is #9468E1. Grayscale: #7C7C7C. Windows color (decimal): -9726178 or 2004843. OLE color: 2004843.
HSL color Cylindrical-coordinate representation of color #6B971E: hue angle of 81.82º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B971E is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 30 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.41 |
| HSL | 81.82º | 0.67% | 0.35% | - |
| HSV(B) | 81.82º | 0.8% | 0.59% | - |
| XYZ | 17.36 | 25.35 | 5.21 | - |
| YUV | 124.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 30 | 0.29 | 0 | 0.80 | 0.41 | 81.82 | 0.67 | 0.35 |
| Hex | 6B | 97 | 1E | 1D | 0 | 50 | 29 | 52 | 43 | 23 |
| Octal | 153 | 227 | 36 | 35 | 0 | 120 | 51 | 122 | 103 | 43 |
| Binary | 1101011 | 10010111 | 11110 | 11101 | 0 | 1010000 | 101001 | 1010010 | 1000011 | 100011 |
Color Harmonies of #6B971E
Complementary color
Monochromatic Colors of #6B971E
Black with #6B971E
Text Example
Text Example
White with #6B971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B971E; }
p { color: rgb(107,151,30); }
H1.HeaderClassName
{
color: #6B971E;
}
.AnyTagClassName
{
color: #6B971E;
}
</style>
background-color css
<style>
a { background-color: #6B971E; }
a { background-color: rgb(107,151,30); }
div.DivClassName
{
background-color: #6B971E;
}
.BgClassName
{
background-color: #6B971E;
}
</style>
border-color css
<style>
span { border-color: #6B971E; }
span { border-color: rgb(107,151,30); }
td.TdClassName
{
border-color: #6B971E;
}
.TagClassName
{
border-color: #6B971E;
}
</style>