Shades of Olivine #A7C968
Tints of Olivine #A7C968
RGB
CMYK
RGB Variations
Color information
#A7C968 (or 0xA7C968) is known color: Olivine. HEX triplet: A7, C9 and 68. RGB value is (167,201,104). Sum of RGB (Red+Green+Blue) = 167+201+104=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C968 is #583697. Grayscale: #B4B4B4. Windows color (decimal): -5781144 or 6867367. OLE color: 6867367.
HSL color Cylindrical-coordinate representation of color #A7C968: hue angle of 81.03º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7C968 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 104 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.21 |
| HSL | 81.03º | 0.47% | 0.6% | - |
| HSV(B) | 81.03º | 0.48% | 0.79% | - |
| XYZ | 39.32 | 50.99 | 20.87 | - |
| YUV | 179.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 104 | 0.17 | 0 | 0.48 | 0.21 | 81.03 | 0.47 | 0.6 |
| Hex | A7 | C9 | 68 | 11 | 0 | 30 | 15 | 51 | 2F | 3C |
| Octal | 247 | 311 | 150 | 21 | 0 | 60 | 25 | 121 | 57 | 74 |
| Binary | 10100111 | 11001001 | 1101000 | 10001 | 0 | 110000 | 10101 | 1010001 | 101111 | 111100 |
Color Harmonies of #A7C968
Complementary color
Monochromatic Colors of #A7C968
Black with #A7C968
Text Example
Text Example
White with #A7C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C968; }
p { color: rgb(167,201,104); }
H1.HeaderClassName
{
color: #A7C968;
}
.AnyTagClassName
{
color: #A7C968;
}
</style>
background-color css
<style>
a { background-color: #A7C968; }
a { background-color: rgb(167,201,104); }
div.DivClassName
{
background-color: #A7C968;
}
.BgClassName
{
background-color: #A7C968;
}
</style>
border-color css
<style>
span { border-color: #A7C968; }
span { border-color: rgb(167,201,104); }
td.TdClassName
{
border-color: #A7C968;
}
.TagClassName
{
border-color: #A7C968;
}
</style>