Shades of Olivine #A8C96C
Tints of Olivine #A8C96C
RGB
CMYK
RGB Variations
Color information
#A8C96C (or 0xA8C96C) is known color: Olivine. HEX triplet: A8, C9 and 6C. RGB value is (168,201,108). Sum of RGB (Red+Green+Blue) = 168+201+108=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C96C is #573693. Grayscale: #B4B4B4. Windows color (decimal): -5715604 or 7129512. OLE color: 7129512.
HSL color Cylindrical-coordinate representation of color #A8C96C: hue angle of 81.29º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C96C is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 201 | 108 | - |
CMYK | 0.16 | 0 | 0.46 | 0.21 |
HSL | 81.29º | 0.46% | 0.61% | - |
HSV(B) | 81.29º | 0.46% | 0.79% | - |
XYZ | 39.74 | 51.18 | 21.97 | - |
YUV | 180.53 | 87.07 | 119.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 108 | 0.16 | 0 | 0.46 | 0.21 | 81.29 | 0.46 | 0.61 |
Hex | A8 | C9 | 6C | 10 | 0 | 2E | 15 | 51 | 2E | 3D |
Octal | 250 | 311 | 154 | 20 | 0 | 56 | 25 | 121 | 56 | 75 |
Binary | 10101000 | 11001001 | 1101100 | 10000 | 0 | 101110 | 10101 | 1010001 | 101110 | 111101 |
Color Harmonies of #A8C96C
Complementary color
Monochromatic Colors of #A8C96C
Black with #A8C96C
Text Example
Text Example
White with #A8C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C96C; }
p { color: rgb(168,201,108); }
H1.HeaderClassName
{
color: #A8C96C;
}
.AnyTagClassName
{
color: #A8C96C;
}
</style>
background-color css
<style>
a { background-color: #A8C96C; }
a { background-color: rgb(168,201,108); }
div.DivClassName
{
background-color: #A8C96C;
}
.BgClassName
{
background-color: #A8C96C;
}
</style>
border-color css
<style>
span { border-color: #A8C96C; }
span { border-color: rgb(168,201,108); }
td.TdClassName
{
border-color: #A8C96C;
}
.TagClassName
{
border-color: #A8C96C;
}
</style>