Shades of Olivine #A6C275
Tints of Olivine #A6C275
RGB
CMYK
RGB Variations
Color information
#A6C275 (or 0xA6C275) is known color: Olivine. HEX triplet: A6, C2 and 75. RGB value is (166,194,117). Sum of RGB (Red+Green+Blue) = 166+194+117=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C275 is #593D8A. Grayscale: #B1B1B1. Windows color (decimal): -5848459 or 7717542. OLE color: 7717542.
HSL color Cylindrical-coordinate representation of color #A6C275: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6C275 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 117 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.24 |
| HSL | 81.82º | 0.39% | 0.61% | - |
| HSV(B) | 81.82º | 0.4% | 0.76% | - |
| XYZ | 38.23 | 47.97 | 24.07 | - |
| YUV | 176.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 117 | 0.14 | 0 | 0.40 | 0.24 | 81.82 | 0.39 | 0.61 |
| Hex | A6 | C2 | 75 | E | 0 | 28 | 18 | 52 | 27 | 3D |
| Octal | 246 | 302 | 165 | 16 | 0 | 50 | 30 | 122 | 47 | 75 |
| Binary | 10100110 | 11000010 | 1110101 | 1110 | 0 | 101000 | 11000 | 1010010 | 100111 | 111101 |
Color Harmonies of #A6C275
Complementary color
Monochromatic Colors of #A6C275
Black with #A6C275
Text Example
Text Example
White with #A6C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C275; }
p { color: rgb(166,194,117); }
H1.HeaderClassName
{
color: #A6C275;
}
.AnyTagClassName
{
color: #A6C275;
}
</style>
background-color css
<style>
a { background-color: #A6C275; }
a { background-color: rgb(166,194,117); }
div.DivClassName
{
background-color: #A6C275;
}
.BgClassName
{
background-color: #A6C275;
}
</style>
border-color css
<style>
span { border-color: #A6C275; }
span { border-color: rgb(166,194,117); }
td.TdClassName
{
border-color: #A6C275;
}
.TagClassName
{
border-color: #A6C275;
}
</style>