Shades of Olive Drab #6A9610
Tints of Olive Drab #6A9610
RGB
CMYK
RGB Variations
Color information
#6A9610 (or 0x6A9610) is known color: Olive Drab. HEX triplet: 6A, 96 and 10. RGB value is (106,150,16). Sum of RGB (Red+Green+Blue) = 106+150+16=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9610 is #9569EF. Grayscale: #7A7A7A. Windows color (decimal): -9791984 or 1087082. OLE color: 1087082.
HSL color Cylindrical-coordinate representation of color #6A9610: hue angle of 79.7º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A9610 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 16 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.41 |
| HSL | 79.7º | 0.81% | 0.33% | - |
| HSV(B) | 79.7º | 0.89% | 0.59% | - |
| XYZ | 16.94 | 24.91 | 4.41 | - |
| YUV | 121.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 16 | 0.29 | 0 | 0.89 | 0.41 | 79.7 | 0.81 | 0.33 |
| Hex | 6A | 96 | 10 | 1D | 0 | 59 | 29 | 50 | 51 | 21 |
| Octal | 152 | 226 | 20 | 35 | 0 | 131 | 51 | 120 | 121 | 41 |
| Binary | 1101010 | 10010110 | 10000 | 11101 | 0 | 1011001 | 101001 | 1010000 | 1010001 | 100001 |
Color Harmonies of #6A9610
Complementary color
Monochromatic Colors of #6A9610
Black with #6A9610
Text Example
Text Example
White with #6A9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9610; }
p { color: rgb(106,150,16); }
H1.HeaderClassName
{
color: #6A9610;
}
.AnyTagClassName
{
color: #6A9610;
}
</style>
background-color css
<style>
a { background-color: #6A9610; }
a { background-color: rgb(106,150,16); }
div.DivClassName
{
background-color: #6A9610;
}
.BgClassName
{
background-color: #6A9610;
}
</style>
border-color css
<style>
span { border-color: #6A9610; }
span { border-color: rgb(106,150,16); }
td.TdClassName
{
border-color: #6A9610;
}
.TagClassName
{
border-color: #6A9610;
}
</style>