Shades of Olivine #A3C666
Tints of Olivine #A3C666
RGB
CMYK
RGB Variations
Color information
#A3C666 (or 0xA3C666) is known color: Olivine. HEX triplet: A3, C6 and 66. RGB value is (163,198,102). Sum of RGB (Red+Green+Blue) = 163+198+102=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C666 is #5C3999. Grayscale: #B0B0B0. Windows color (decimal): -6044058 or 6735523. OLE color: 6735523.
HSL color Cylindrical-coordinate representation of color #A3C666: hue angle of 81.87º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3C666 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 102 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.22 |
| HSL | 81.87º | 0.46% | 0.59% | - |
| HSV(B) | 81.87º | 0.48% | 0.78% | - |
| XYZ | 37.7 | 49.13 | 20.07 | - |
| YUV | 176.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 102 | 0.18 | 0 | 0.48 | 0.22 | 81.87 | 0.46 | 0.59 |
| Hex | A3 | C6 | 66 | 12 | 0 | 30 | 16 | 52 | 2E | 3B |
| Octal | 243 | 306 | 146 | 22 | 0 | 60 | 26 | 122 | 56 | 73 |
| Binary | 10100011 | 11000110 | 1100110 | 10010 | 0 | 110000 | 10110 | 1010010 | 101110 | 111011 |
Color Harmonies of #A3C666
Complementary color
Monochromatic Colors of #A3C666
Black with #A3C666
Text Example
Text Example
White with #A3C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C666; }
p { color: rgb(163,198,102); }
H1.HeaderClassName
{
color: #A3C666;
}
.AnyTagClassName
{
color: #A3C666;
}
</style>
background-color css
<style>
a { background-color: #A3C666; }
a { background-color: rgb(163,198,102); }
div.DivClassName
{
background-color: #A3C666;
}
.BgClassName
{
background-color: #A3C666;
}
</style>
border-color css
<style>
span { border-color: #A3C666; }
span { border-color: rgb(163,198,102); }
td.TdClassName
{
border-color: #A3C666;
}
.TagClassName
{
border-color: #A3C666;
}
</style>