Shades of Olive Drab #6A8F16
Tints of Olive Drab #6A8F16
RGB
CMYK
RGB Variations
Color information
#6A8F16 (or 0x6A8F16) is known color: Olive Drab. HEX triplet: 6A, 8F and 16. RGB value is (106,143,22). Sum of RGB (Red+Green+Blue) = 106+143+22=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8F16 is #9570E9. Grayscale: #767676. Windows color (decimal): -9793770 or 1478506. OLE color: 1478506.
HSL color Cylindrical-coordinate representation of color #6A8F16: hue angle of 78.35º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A8F16 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 143 | 22 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.44 |
| HSL | 78.35º | 0.73% | 0.32% | - |
| HSV(B) | 78.35º | 0.85% | 0.56% | - |
| XYZ | 15.91 | 22.77 | 4.31 | - |
| YUV | 118.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 22 | 0.26 | 0 | 0.85 | 0.44 | 78.35 | 0.73 | 0.32 |
| Hex | 6A | 8F | 16 | 1A | 0 | 55 | 2C | 4E | 49 | 20 |
| Octal | 152 | 217 | 26 | 32 | 0 | 125 | 54 | 116 | 111 | 40 |
| Binary | 1101010 | 10001111 | 10110 | 11010 | 0 | 1010101 | 101100 | 1001110 | 1001001 | 100000 |
Color Harmonies of #6A8F16
Complementary color
Monochromatic Colors of #6A8F16
Black with #6A8F16
Text Example
Text Example
White with #6A8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8F16; }
p { color: rgb(106,143,22); }
H1.HeaderClassName
{
color: #6A8F16;
}
.AnyTagClassName
{
color: #6A8F16;
}
</style>
background-color css
<style>
a { background-color: #6A8F16; }
a { background-color: rgb(106,143,22); }
div.DivClassName
{
background-color: #6A8F16;
}
.BgClassName
{
background-color: #6A8F16;
}
</style>
border-color css
<style>
span { border-color: #6A8F16; }
span { border-color: rgb(106,143,22); }
td.TdClassName
{
border-color: #6A8F16;
}
.TagClassName
{
border-color: #6A8F16;
}
</style>