Shades of Olivine #A6C060
Tints of Olivine #A6C060
RGB
CMYK
RGB Variations
Color information
#A6C060 (or 0xA6C060) is known color: Olivine. HEX triplet: A6, C0 and 60. RGB value is (166,192,96). Sum of RGB (Red+Green+Blue) = 166+192+96=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C060 is #593F9F. Grayscale: #ADADAD. Windows color (decimal): -5848992 or 6340774. OLE color: 6340774.
HSL color Cylindrical-coordinate representation of color #A6C060: hue angle of 76.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6C060 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 96 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.25 |
| HSL | 76.25º | 0.43% | 0.56% | - |
| HSV(B) | 76.25º | 0.5% | 0.75% | - |
| XYZ | 36.69 | 46.65 | 18.14 | - |
| YUV | 173.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 96 | 0.14 | 0 | 0.50 | 0.25 | 76.25 | 0.43 | 0.56 |
| Hex | A6 | C0 | 60 | E | 0 | 32 | 19 | 4C | 2B | 38 |
| Octal | 246 | 300 | 140 | 16 | 0 | 62 | 31 | 114 | 53 | 70 |
| Binary | 10100110 | 11000000 | 1100000 | 1110 | 0 | 110010 | 11001 | 1001100 | 101011 | 111000 |
Color Harmonies of #A6C060
Complementary color
Monochromatic Colors of #A6C060
Black with #A6C060
Text Example
Text Example
White with #A6C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C060; }
p { color: rgb(166,192,96); }
H1.HeaderClassName
{
color: #A6C060;
}
.AnyTagClassName
{
color: #A6C060;
}
</style>
background-color css
<style>
a { background-color: #A6C060; }
a { background-color: rgb(166,192,96); }
div.DivClassName
{
background-color: #A6C060;
}
.BgClassName
{
background-color: #A6C060;
}
</style>
border-color css
<style>
span { border-color: #A6C060; }
span { border-color: rgb(166,192,96); }
td.TdClassName
{
border-color: #A6C060;
}
.TagClassName
{
border-color: #A6C060;
}
</style>