Shades of Olivine #A7C164
Tints of Olivine #A7C164
RGB
CMYK
RGB Variations
Color information
#A7C164 (or 0xA7C164) is known color: Olivine. HEX triplet: A7, C1 and 64. RGB value is (167,193,100). Sum of RGB (Red+Green+Blue) = 167+193+100=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C164 is #583E9B. Grayscale: #AEAEAE. Windows color (decimal): -5783196 or 6603175. OLE color: 6603175.
HSL color Cylindrical-coordinate representation of color #A7C164: hue angle of 76.77º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7C164 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 100 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.24 |
| HSL | 76.77º | 0.43% | 0.57% | - |
| HSV(B) | 76.77º | 0.48% | 0.76% | - |
| XYZ | 37.31 | 47.28 | 19.22 | - |
| YUV | 174.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 100 | 0.13 | 0 | 0.48 | 0.24 | 76.77 | 0.43 | 0.57 |
| Hex | A7 | C1 | 64 | D | 0 | 30 | 18 | 4D | 2B | 39 |
| Octal | 247 | 301 | 144 | 15 | 0 | 60 | 30 | 115 | 53 | 71 |
| Binary | 10100111 | 11000001 | 1100100 | 1101 | 0 | 110000 | 11000 | 1001101 | 101011 | 111001 |
Color Harmonies of #A7C164
Complementary color
Monochromatic Colors of #A7C164
Black with #A7C164
Text Example
Text Example
White with #A7C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C164; }
p { color: rgb(167,193,100); }
H1.HeaderClassName
{
color: #A7C164;
}
.AnyTagClassName
{
color: #A7C164;
}
</style>
background-color css
<style>
a { background-color: #A7C164; }
a { background-color: rgb(167,193,100); }
div.DivClassName
{
background-color: #A7C164;
}
.BgClassName
{
background-color: #A7C164;
}
</style>
border-color css
<style>
span { border-color: #A7C164; }
span { border-color: rgb(167,193,100); }
td.TdClassName
{
border-color: #A7C164;
}
.TagClassName
{
border-color: #A7C164;
}
</style>