Shades of Olivine #A8C66D
Tints of Olivine #A8C66D
RGB
CMYK
RGB Variations
Color information
#A8C66D (or 0xA8C66D) is known color: Olivine. HEX triplet: A8, C6 and 6D. RGB value is (168,198,109). Sum of RGB (Red+Green+Blue) = 168+198+109=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C66D is #573992. Grayscale: #B3B3B3. Windows color (decimal): -5716371 or 7194280. OLE color: 7194280.
HSL color Cylindrical-coordinate representation of color #A8C66D: hue angle of 80.22º 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 #A8C66D is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 109 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.22 |
| HSL | 80.22º | 0.44% | 0.6% | - |
| HSV(B) | 80.22º | 0.45% | 0.78% | - |
| XYZ | 39.1 | 49.82 | 22.02 | - |
| YUV | 178.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 109 | 0.15 | 0 | 0.45 | 0.22 | 80.22 | 0.44 | 0.6 |
| Hex | A8 | C6 | 6D | F | 0 | 2D | 16 | 50 | 2C | 3C |
| Octal | 250 | 306 | 155 | 17 | 0 | 55 | 26 | 120 | 54 | 74 |
| Binary | 10101000 | 11000110 | 1101101 | 1111 | 0 | 101101 | 10110 | 1010000 | 101100 | 111100 |
Color Harmonies of #A8C66D
Complementary color
Monochromatic Colors of #A8C66D
Black with #A8C66D
Text Example
Text Example
White with #A8C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C66D; }
p { color: rgb(168,198,109); }
H1.HeaderClassName
{
color: #A8C66D;
}
.AnyTagClassName
{
color: #A8C66D;
}
</style>
background-color css
<style>
a { background-color: #A8C66D; }
a { background-color: rgb(168,198,109); }
div.DivClassName
{
background-color: #A8C66D;
}
.BgClassName
{
background-color: #A8C66D;
}
</style>
border-color css
<style>
span { border-color: #A8C66D; }
span { border-color: rgb(168,198,109); }
td.TdClassName
{
border-color: #A8C66D;
}
.TagClassName
{
border-color: #A8C66D;
}
</style>