Shades of Olive Drab #6A9913
Tints of Olive Drab #6A9913
RGB
CMYK
RGB Variations
Color information
#6A9913 (or 0x6A9913) is known color: Olive Drab. HEX triplet: 6A, 99 and 13. RGB value is (106,153,19). Sum of RGB (Red+Green+Blue) = 106+153+19=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9913 is #9566EC. Grayscale: #7C7C7C. Windows color (decimal): -9791213 or 1284458. OLE color: 1284458.
HSL color Cylindrical-coordinate representation of color #6A9913: hue angle of 81.04º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A9913 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 19 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.4 |
| HSL | 81.04º | 0.78% | 0.34% | - |
| HSV(B) | 81.04º | 0.88% | 0.6% | - |
| XYZ | 17.45 | 25.89 | 4.69 | - |
| YUV | 123.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 19 | 0.31 | 0 | 0.88 | 0.4 | 81.04 | 0.78 | 0.34 |
| Hex | 6A | 99 | 13 | 1F | 0 | 58 | 28 | 51 | 4E | 22 |
| Octal | 152 | 231 | 23 | 37 | 0 | 130 | 50 | 121 | 116 | 42 |
| Binary | 1101010 | 10011001 | 10011 | 11111 | 0 | 1011000 | 101000 | 1010001 | 1001110 | 100010 |
Color Harmonies of #6A9913
Complementary color
Monochromatic Colors of #6A9913
Black with #6A9913
Text Example
Text Example
White with #6A9913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9913; }
p { color: rgb(106,153,19); }
H1.HeaderClassName
{
color: #6A9913;
}
.AnyTagClassName
{
color: #6A9913;
}
</style>
background-color css
<style>
a { background-color: #6A9913; }
a { background-color: rgb(106,153,19); }
div.DivClassName
{
background-color: #6A9913;
}
.BgClassName
{
background-color: #6A9913;
}
</style>
border-color css
<style>
span { border-color: #6A9913; }
span { border-color: rgb(106,153,19); }
td.TdClassName
{
border-color: #6A9913;
}
.TagClassName
{
border-color: #6A9913;
}
</style>