Shades of Olivine #A8C96F
Tints of Olivine #A8C96F
RGB
CMYK
RGB Variations
Color information
#A8C96F (or 0xA8C96F) is known color: Olivine. HEX triplet: A8, C9 and 6F. RGB value is (168,201,111). Sum of RGB (Red+Green+Blue) = 168+201+111=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C96F is #573690. Grayscale: #B5B5B5. Windows color (decimal): -5715601 or 7326120. OLE color: 7326120.
HSL color Cylindrical-coordinate representation of color #A8C96F: hue angle of 82º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8C96F is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 111 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.21 |
| HSL | 82º | 0.45% | 0.61% | - |
| HSV(B) | 82º | 0.45% | 0.79% | - |
| XYZ | 39.9 | 51.25 | 22.83 | - |
| YUV | 180.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 111 | 0.16 | 0 | 0.45 | 0.21 | 82 | 0.45 | 0.61 |
| Hex | A8 | C9 | 6F | 10 | 0 | 2D | 15 | 52 | 2D | 3D |
| Octal | 250 | 311 | 157 | 20 | 0 | 55 | 25 | 122 | 55 | 75 |
| Binary | 10101000 | 11001001 | 1101111 | 10000 | 0 | 101101 | 10101 | 1010010 | 101101 | 111101 |
Color Harmonies of #A8C96F
Complementary color
Monochromatic Colors of #A8C96F
Black with #A8C96F
Text Example
Text Example
White with #A8C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C96F; }
p { color: rgb(168,201,111); }
H1.HeaderClassName
{
color: #A8C96F;
}
.AnyTagClassName
{
color: #A8C96F;
}
</style>
background-color css
<style>
a { background-color: #A8C96F; }
a { background-color: rgb(168,201,111); }
div.DivClassName
{
background-color: #A8C96F;
}
.BgClassName
{
background-color: #A8C96F;
}
</style>
border-color css
<style>
span { border-color: #A8C96F; }
span { border-color: rgb(168,201,111); }
td.TdClassName
{
border-color: #A8C96F;
}
.TagClassName
{
border-color: #A8C96F;
}
</style>