Shades of Olive Drab #6A9716
Tints of Olive Drab #6A9716
RGB
CMYK
RGB Variations
Color information
#6A9716 (or 0x6A9716) is known color: Olive Drab. HEX triplet: 6A, 97 and 16. RGB value is (106,151,22). Sum of RGB (Red+Green+Blue) = 106+151+22=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9716 is #9568E9. Grayscale: #7B7B7B. Windows color (decimal): -9791722 or 1480554. OLE color: 1480554.
HSL color Cylindrical-coordinate representation of color #6A9716: hue angle of 80.93º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A9716 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 22 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.41 |
| HSL | 80.93º | 0.75% | 0.34% | - |
| HSV(B) | 80.93º | 0.85% | 0.59% | - |
| XYZ | 17.16 | 25.26 | 4.73 | - |
| YUV | 122.84 | 71.09 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 22 | 0.30 | 0 | 0.85 | 0.41 | 80.93 | 0.75 | 0.34 |
| Hex | 6A | 97 | 16 | 1E | 0 | 55 | 29 | 51 | 4B | 22 |
| Octal | 152 | 227 | 26 | 36 | 0 | 125 | 51 | 121 | 113 | 42 |
| Binary | 1101010 | 10010111 | 10110 | 11110 | 0 | 1010101 | 101001 | 1010001 | 1001011 | 100010 |
Color Harmonies of #6A9716
Complementary color
Monochromatic Colors of #6A9716
Black with #6A9716
Text Example
Text Example
White with #6A9716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9716; }
p { color: rgb(106,151,22); }
H1.HeaderClassName
{
color: #6A9716;
}
.AnyTagClassName
{
color: #6A9716;
}
</style>
background-color css
<style>
a { background-color: #6A9716; }
a { background-color: rgb(106,151,22); }
div.DivClassName
{
background-color: #6A9716;
}
.BgClassName
{
background-color: #6A9716;
}
</style>
border-color css
<style>
span { border-color: #6A9716; }
span { border-color: rgb(106,151,22); }
td.TdClassName
{
border-color: #6A9716;
}
.TagClassName
{
border-color: #6A9716;
}
</style>