Shades of Olivine #A8C96B
Tints of Olivine #A8C96B
RGB
CMYK
RGB Variations
Color information
#A8C96B (or 0xA8C96B) is known color: Olivine. HEX triplet: A8, C9 and 6B. RGB value is (168,201,107). Sum of RGB (Red+Green+Blue) = 168+201+107=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C96B is #573694. Grayscale: #B4B4B4. Windows color (decimal): -5715605 or 7063976. OLE color: 7063976.
HSL color Cylindrical-coordinate representation of color #A8C96B: hue angle of 81.06º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C96B is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 107 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.21 |
| HSL | 81.06º | 0.47% | 0.6% | - |
| HSV(B) | 81.06º | 0.47% | 0.79% | - |
| XYZ | 39.69 | 51.16 | 21.69 | - |
| YUV | 180.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 107 | 0.16 | 0 | 0.47 | 0.21 | 81.06 | 0.47 | 0.6 |
| Hex | A8 | C9 | 6B | 10 | 0 | 2F | 15 | 51 | 2F | 3C |
| Octal | 250 | 311 | 153 | 20 | 0 | 57 | 25 | 121 | 57 | 74 |
| Binary | 10101000 | 11001001 | 1101011 | 10000 | 0 | 101111 | 10101 | 1010001 | 101111 | 111100 |
Color Harmonies of #A8C96B
Complementary color
Monochromatic Colors of #A8C96B
Black with #A8C96B
Text Example
Text Example
White with #A8C96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C96B; }
p { color: rgb(168,201,107); }
H1.HeaderClassName
{
color: #A8C96B;
}
.AnyTagClassName
{
color: #A8C96B;
}
</style>
background-color css
<style>
a { background-color: #A8C96B; }
a { background-color: rgb(168,201,107); }
div.DivClassName
{
background-color: #A8C96B;
}
.BgClassName
{
background-color: #A8C96B;
}
</style>
border-color css
<style>
span { border-color: #A8C96B; }
span { border-color: rgb(168,201,107); }
td.TdClassName
{
border-color: #A8C96B;
}
.TagClassName
{
border-color: #A8C96B;
}
</style>