Shades of Olivine #A6C66D
Tints of Olivine #A6C66D
RGB
CMYK
RGB Variations
Color information
#A6C66D (or 0xA6C66D) is known color: Olivine. HEX triplet: A6, C6 and 6D. RGB value is (166,198,109). Sum of RGB (Red+Green+Blue) = 166+198+109=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C66D is #593992. Grayscale: #B2B2B2. Windows color (decimal): -5847443 or 7194278. OLE color: 7194278.
HSL color Cylindrical-coordinate representation of color #A6C66D: hue angle of 81.57º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6C66D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 109 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.22 |
| HSL | 81.57º | 0.44% | 0.6% | - |
| HSV(B) | 81.57º | 0.45% | 0.78% | - |
| XYZ | 38.68 | 49.6 | 22 | - |
| YUV | 178.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 109 | 0.16 | 0 | 0.45 | 0.22 | 81.57 | 0.44 | 0.6 |
| Hex | A6 | C6 | 6D | 10 | 0 | 2D | 16 | 52 | 2C | 3C |
| Octal | 246 | 306 | 155 | 20 | 0 | 55 | 26 | 122 | 54 | 74 |
| Binary | 10100110 | 11000110 | 1101101 | 10000 | 0 | 101101 | 10110 | 1010010 | 101100 | 111100 |
Color Harmonies of #A6C66D
Complementary color
Monochromatic Colors of #A6C66D
Black with #A6C66D
Text Example
Text Example
White with #A6C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C66D; }
p { color: rgb(166,198,109); }
H1.HeaderClassName
{
color: #A6C66D;
}
.AnyTagClassName
{
color: #A6C66D;
}
</style>
background-color css
<style>
a { background-color: #A6C66D; }
a { background-color: rgb(166,198,109); }
div.DivClassName
{
background-color: #A6C66D;
}
.BgClassName
{
background-color: #A6C66D;
}
</style>
border-color css
<style>
span { border-color: #A6C66D; }
span { border-color: rgb(166,198,109); }
td.TdClassName
{
border-color: #A6C66D;
}
.TagClassName
{
border-color: #A6C66D;
}
</style>