Shades of Olive Drab #6D971B
Tints of Olive Drab #6D971B
RGB
CMYK
RGB Variations
Color information
#6D971B (or 0x6D971B) is known color: Olive Drab. HEX triplet: 6D, 97 and 1B. RGB value is (109,151,27). Sum of RGB (Red+Green+Blue) = 109+151+27=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #6D971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D971B is #9268E4. Grayscale: #7C7C7C. Windows color (decimal): -9595109 or 1808237. OLE color: 1808237.
HSL color Cylindrical-coordinate representation of color #6D971B: hue angle of 80.32º 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 #6D971B is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 27 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.41 |
| HSL | 80.32º | 0.7% | 0.35% | - |
| HSV(B) | 80.32º | 0.82% | 0.59% | - |
| XYZ | 17.57 | 25.46 | 5.03 | - |
| YUV | 124.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 27 | 0.28 | 0 | 0.82 | 0.41 | 80.32 | 0.7 | 0.35 |
| Hex | 6D | 97 | 1B | 1C | 0 | 52 | 29 | 50 | 46 | 23 |
| Octal | 155 | 227 | 33 | 34 | 0 | 122 | 51 | 120 | 106 | 43 |
| Binary | 1101101 | 10010111 | 11011 | 11100 | 0 | 1010010 | 101001 | 1010000 | 1000110 | 100011 |
Color Harmonies of #6D971B
Complementary color
Monochromatic Colors of #6D971B
Black with #6D971B
Text Example
Text Example
White with #6D971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D971B; }
p { color: rgb(109,151,27); }
H1.HeaderClassName
{
color: #6D971B;
}
.AnyTagClassName
{
color: #6D971B;
}
</style>
background-color css
<style>
a { background-color: #6D971B; }
a { background-color: rgb(109,151,27); }
div.DivClassName
{
background-color: #6D971B;
}
.BgClassName
{
background-color: #6D971B;
}
</style>
border-color css
<style>
span { border-color: #6D971B; }
span { border-color: rgb(109,151,27); }
td.TdClassName
{
border-color: #6D971B;
}
.TagClassName
{
border-color: #6D971B;
}
</style>