Shades of Olivine #A1C07A
Tints of Olivine #A1C07A
RGB
CMYK
RGB Variations
Color information
#A1C07A (or 0xA1C07A) is known color: Olivine. HEX triplet: A1, C0 and 7A. RGB value is (161,192,122). Sum of RGB (Red+Green+Blue) = 161+192+122=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C07A is #5E3F85. Grayscale: #AEAEAE. Windows color (decimal): -6176646 or 8044705. OLE color: 8044705.
HSL color Cylindrical-coordinate representation of color #A1C07A: hue angle of 86.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C07A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 122 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.25 |
| HSL | 86.57º | 0.36% | 0.62% | - |
| HSV(B) | 86.57º | 0.36% | 0.75% | - |
| XYZ | 37.06 | 46.68 | 25.47 | - |
| YUV | 174.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 122 | 0.16 | 0 | 0.36 | 0.25 | 86.57 | 0.36 | 0.62 |
| Hex | A1 | C0 | 7A | 10 | 0 | 24 | 19 | 57 | 24 | 3E |
| Octal | 241 | 300 | 172 | 20 | 0 | 44 | 31 | 127 | 44 | 76 |
| Binary | 10100001 | 11000000 | 1111010 | 10000 | 0 | 100100 | 11001 | 1010111 | 100100 | 111110 |
Color Harmonies of #A1C07A
Complementary color
Monochromatic Colors of #A1C07A
Black with #A1C07A
Text Example
Text Example
White with #A1C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C07A; }
p { color: rgb(161,192,122); }
H1.HeaderClassName
{
color: #A1C07A;
}
.AnyTagClassName
{
color: #A1C07A;
}
</style>
background-color css
<style>
a { background-color: #A1C07A; }
a { background-color: rgb(161,192,122); }
div.DivClassName
{
background-color: #A1C07A;
}
.BgClassName
{
background-color: #A1C07A;
}
</style>
border-color css
<style>
span { border-color: #A1C07A; }
span { border-color: rgb(161,192,122); }
td.TdClassName
{
border-color: #A1C07A;
}
.TagClassName
{
border-color: #A1C07A;
}
</style>