Shades of Olivine #A1C676
Tints of Olivine #A1C676
RGB
CMYK
RGB Variations
Color information
#A1C676 (or 0xA1C676) is known color: Olivine. HEX triplet: A1, C6 and 76. RGB value is (161,198,118). Sum of RGB (Red+Green+Blue) = 161+198+118=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C676 is #5E3989. Grayscale: #B2B2B2. Windows color (decimal): -6175114 or 7784097. OLE color: 7784097.
HSL color Cylindrical-coordinate representation of color #A1C676: hue angle of 87.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C676 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 118 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.22 |
| HSL | 87.75º | 0.41% | 0.62% | - |
| HSV(B) | 87.75º | 0.4% | 0.78% | - |
| XYZ | 38.16 | 49.27 | 24.64 | - |
| YUV | 177.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 118 | 0.19 | 0 | 0.40 | 0.22 | 87.75 | 0.41 | 0.62 |
| Hex | A1 | C6 | 76 | 13 | 0 | 28 | 16 | 58 | 29 | 3E |
| Octal | 241 | 306 | 166 | 23 | 0 | 50 | 26 | 130 | 51 | 76 |
| Binary | 10100001 | 11000110 | 1110110 | 10011 | 0 | 101000 | 10110 | 1011000 | 101001 | 111110 |
Color Harmonies of #A1C676
Complementary color
Monochromatic Colors of #A1C676
Black with #A1C676
Text Example
Text Example
White with #A1C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C676; }
p { color: rgb(161,198,118); }
H1.HeaderClassName
{
color: #A1C676;
}
.AnyTagClassName
{
color: #A1C676;
}
</style>
background-color css
<style>
a { background-color: #A1C676; }
a { background-color: rgb(161,198,118); }
div.DivClassName
{
background-color: #A1C676;
}
.BgClassName
{
background-color: #A1C676;
}
</style>
border-color css
<style>
span { border-color: #A1C676; }
span { border-color: rgb(161,198,118); }
td.TdClassName
{
border-color: #A1C676;
}
.TagClassName
{
border-color: #A1C676;
}
</style>