Shades of Olivine #A8C66A
Tints of Olivine #A8C66A
RGB
CMYK
RGB Variations
Color information
#A8C66A (or 0xA8C66A) is known color: Olivine. HEX triplet: A8, C6 and 6A. RGB value is (168,198,106). Sum of RGB (Red+Green+Blue) = 168+198+106=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C66A is #573995. Grayscale: #B2B2B2. Windows color (decimal): -5716374 or 6997672. OLE color: 6997672.
HSL color Cylindrical-coordinate representation of color #A8C66A: hue angle of 79.57º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C66A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 106 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.22 |
| HSL | 79.57º | 0.45% | 0.6% | - |
| HSV(B) | 79.57º | 0.46% | 0.78% | - |
| XYZ | 38.94 | 49.75 | 21.19 | - |
| YUV | 178.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 106 | 0.15 | 0 | 0.46 | 0.22 | 79.57 | 0.45 | 0.6 |
| Hex | A8 | C6 | 6A | F | 0 | 2E | 16 | 50 | 2D | 3C |
| Octal | 250 | 306 | 152 | 17 | 0 | 56 | 26 | 120 | 55 | 74 |
| Binary | 10101000 | 11000110 | 1101010 | 1111 | 0 | 101110 | 10110 | 1010000 | 101101 | 111100 |
Color Harmonies of #A8C66A
Complementary color
Monochromatic Colors of #A8C66A
Black with #A8C66A
Text Example
Text Example
White with #A8C66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C66A; }
p { color: rgb(168,198,106); }
H1.HeaderClassName
{
color: #A8C66A;
}
.AnyTagClassName
{
color: #A8C66A;
}
</style>
background-color css
<style>
a { background-color: #A8C66A; }
a { background-color: rgb(168,198,106); }
div.DivClassName
{
background-color: #A8C66A;
}
.BgClassName
{
background-color: #A8C66A;
}
</style>
border-color css
<style>
span { border-color: #A8C66A; }
span { border-color: rgb(168,198,106); }
td.TdClassName
{
border-color: #A8C66A;
}
.TagClassName
{
border-color: #A8C66A;
}
</style>