Shades of Olivine #A6C566
Tints of Olivine #A6C566
RGB
CMYK
RGB Variations
Color information
#A6C566 (or 0xA6C566) is known color: Olivine. HEX triplet: A6, C5 and 66. RGB value is (166,197,102). Sum of RGB (Red+Green+Blue) = 166+197+102=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C566 is #593A99. Grayscale: #B1B1B1. Windows color (decimal): -5847706 or 6735270. OLE color: 6735270.
HSL color Cylindrical-coordinate representation of color #A6C566: hue angle of 79.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C566 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 102 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.23 |
| HSL | 79.58º | 0.45% | 0.59% | - |
| HSV(B) | 79.58º | 0.48% | 0.77% | - |
| XYZ | 38.09 | 49 | 20.02 | - |
| YUV | 176.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 102 | 0.16 | 0 | 0.48 | 0.23 | 79.58 | 0.45 | 0.59 |
| Hex | A6 | C5 | 66 | 10 | 0 | 30 | 17 | 50 | 2D | 3B |
| Octal | 246 | 305 | 146 | 20 | 0 | 60 | 27 | 120 | 55 | 73 |
| Binary | 10100110 | 11000101 | 1100110 | 10000 | 0 | 110000 | 10111 | 1010000 | 101101 | 111011 |
Color Harmonies of #A6C566
Complementary color
Monochromatic Colors of #A6C566
Black with #A6C566
Text Example
Text Example
White with #A6C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C566; }
p { color: rgb(166,197,102); }
H1.HeaderClassName
{
color: #A6C566;
}
.AnyTagClassName
{
color: #A6C566;
}
</style>
background-color css
<style>
a { background-color: #A6C566; }
a { background-color: rgb(166,197,102); }
div.DivClassName
{
background-color: #A6C566;
}
.BgClassName
{
background-color: #A6C566;
}
</style>
border-color css
<style>
span { border-color: #A6C566; }
span { border-color: rgb(166,197,102); }
td.TdClassName
{
border-color: #A6C566;
}
.TagClassName
{
border-color: #A6C566;
}
</style>