Shades of Olivine #A8C86F
Tints of Olivine #A8C86F
RGB
CMYK
RGB Variations
Color information
#A8C86F (or 0xA8C86F) is known color: Olivine. HEX triplet: A8, C8 and 6F. RGB value is (168,200,111). Sum of RGB (Red+Green+Blue) = 168+200+111=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C86F is #573790. Grayscale: #B4B4B4. Windows color (decimal): -5715857 or 7325864. OLE color: 7325864.
HSL color Cylindrical-coordinate representation of color #A8C86F: hue angle of 81.57º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C86F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 111 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.22 |
| HSL | 81.57º | 0.45% | 0.61% | - |
| HSV(B) | 81.57º | 0.45% | 0.78% | - |
| XYZ | 39.67 | 50.78 | 22.75 | - |
| YUV | 180.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 111 | 0.16 | 0 | 0.44 | 0.22 | 81.57 | 0.45 | 0.61 |
| Hex | A8 | C8 | 6F | 10 | 0 | 2C | 16 | 52 | 2D | 3D |
| Octal | 250 | 310 | 157 | 20 | 0 | 54 | 26 | 122 | 55 | 75 |
| Binary | 10101000 | 11001000 | 1101111 | 10000 | 0 | 101100 | 10110 | 1010010 | 101101 | 111101 |
Color Harmonies of #A8C86F
Complementary color
Monochromatic Colors of #A8C86F
Black with #A8C86F
Text Example
Text Example
White with #A8C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C86F; }
p { color: rgb(168,200,111); }
H1.HeaderClassName
{
color: #A8C86F;
}
.AnyTagClassName
{
color: #A8C86F;
}
</style>
background-color css
<style>
a { background-color: #A8C86F; }
a { background-color: rgb(168,200,111); }
div.DivClassName
{
background-color: #A8C86F;
}
.BgClassName
{
background-color: #A8C86F;
}
</style>
border-color css
<style>
span { border-color: #A8C86F; }
span { border-color: rgb(168,200,111); }
td.TdClassName
{
border-color: #A8C86F;
}
.TagClassName
{
border-color: #A8C86F;
}
</style>