Shades of Olivine #A1C766
Tints of Olivine #A1C766
RGB
CMYK
RGB Variations
Color information
#A1C766 (or 0xA1C766) is known color: Olivine. HEX triplet: A1, C7 and 66. RGB value is (161,199,102). Sum of RGB (Red+Green+Blue) = 161+199+102=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C766 is #5E3899. Grayscale: #B0B0B0. Windows color (decimal): -6174874 or 6735777. OLE color: 6735777.
HSL color Cylindrical-coordinate representation of color #A1C766: hue angle of 83.51º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C766 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 102 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.22 |
| HSL | 83.51º | 0.46% | 0.59% | - |
| HSV(B) | 83.51º | 0.49% | 0.78% | - |
| XYZ | 37.52 | 49.38 | 20.12 | - |
| YUV | 176.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 102 | 0.19 | 0 | 0.49 | 0.22 | 83.51 | 0.46 | 0.59 |
| Hex | A1 | C7 | 66 | 13 | 0 | 31 | 16 | 54 | 2E | 3B |
| Octal | 241 | 307 | 146 | 23 | 0 | 61 | 26 | 124 | 56 | 73 |
| Binary | 10100001 | 11000111 | 1100110 | 10011 | 0 | 110001 | 10110 | 1010100 | 101110 | 111011 |
Color Harmonies of #A1C766
Complementary color
Monochromatic Colors of #A1C766
Black with #A1C766
Text Example
Text Example
White with #A1C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C766; }
p { color: rgb(161,199,102); }
H1.HeaderClassName
{
color: #A1C766;
}
.AnyTagClassName
{
color: #A1C766;
}
</style>
background-color css
<style>
a { background-color: #A1C766; }
a { background-color: rgb(161,199,102); }
div.DivClassName
{
background-color: #A1C766;
}
.BgClassName
{
background-color: #A1C766;
}
</style>
border-color css
<style>
span { border-color: #A1C766; }
span { border-color: rgb(161,199,102); }
td.TdClassName
{
border-color: #A1C766;
}
.TagClassName
{
border-color: #A1C766;
}
</style>