Shades of Olive Drab #6A9816
Tints of Olive Drab #6A9816
RGB
CMYK
RGB Variations
Color information
#6A9816 (or 0x6A9816) is known color: Olive Drab. HEX triplet: 6A, 98 and 16. RGB value is (106,152,22). Sum of RGB (Red+Green+Blue) = 106+152+22=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9816 is #9567E9. Grayscale: #7B7B7B. Windows color (decimal): -9791466 or 1480810. OLE color: 1480810.
HSL color Cylindrical-coordinate representation of color #6A9816: hue angle of 81.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A9816 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 152 | 22 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.40 |
| HSL | 81.23º | 0.75% | 0.34% | - |
| HSV(B) | 81.23º | 0.86% | 0.6% | - |
| XYZ | 17.32 | 25.58 | 4.78 | - |
| YUV | 123.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 152 | 22 | 0.30 | 0 | 0.86 | 0.40 | 81.23 | 0.75 | 0.34 |
| Hex | 6A | 98 | 16 | 1E | 0 | 56 | 28 | 51 | 4B | 22 |
| Octal | 152 | 230 | 26 | 36 | 0 | 126 | 50 | 121 | 113 | 42 |
| Binary | 1101010 | 10011000 | 10110 | 11110 | 0 | 1010110 | 101000 | 1010001 | 1001011 | 100010 |
Color Harmonies of #6A9816
Complementary color
Monochromatic Colors of #6A9816
Black with #6A9816
Text Example
Text Example
White with #6A9816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9816; }
p { color: rgb(106,152,22); }
H1.HeaderClassName
{
color: #6A9816;
}
.AnyTagClassName
{
color: #6A9816;
}
</style>
background-color css
<style>
a { background-color: #6A9816; }
a { background-color: rgb(106,152,22); }
div.DivClassName
{
background-color: #6A9816;
}
.BgClassName
{
background-color: #6A9816;
}
</style>
border-color css
<style>
span { border-color: #6A9816; }
span { border-color: rgb(106,152,22); }
td.TdClassName
{
border-color: #6A9816;
}
.TagClassName
{
border-color: #6A9816;
}
</style>