Shades of Olivine #A6C970
Tints of Olivine #A6C970
RGB
CMYK
RGB Variations
Color information
#A6C970 (or 0xA6C970) is known color: Olivine. HEX triplet: A6, C9 and 70. RGB value is (166,201,112). Sum of RGB (Red+Green+Blue) = 166+201+112=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C970 is #59368F. Grayscale: #B4B4B4. Windows color (decimal): -5846672 or 7391654. OLE color: 7391654.
HSL color Cylindrical-coordinate representation of color #A6C970: hue angle of 83.6º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C970 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 112 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.21 |
| HSL | 83.6º | 0.45% | 0.61% | - |
| HSV(B) | 83.6º | 0.44% | 0.79% | - |
| XYZ | 39.54 | 51.05 | 23.1 | - |
| YUV | 180.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 112 | 0.17 | 0 | 0.44 | 0.21 | 83.6 | 0.45 | 0.61 |
| Hex | A6 | C9 | 70 | 11 | 0 | 2C | 15 | 54 | 2D | 3D |
| Octal | 246 | 311 | 160 | 21 | 0 | 54 | 25 | 124 | 55 | 75 |
| Binary | 10100110 | 11001001 | 1110000 | 10001 | 0 | 101100 | 10101 | 1010100 | 101101 | 111101 |
Color Harmonies of #A6C970
Complementary color
Monochromatic Colors of #A6C970
Black with #A6C970
Text Example
Text Example
White with #A6C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C970; }
p { color: rgb(166,201,112); }
H1.HeaderClassName
{
color: #A6C970;
}
.AnyTagClassName
{
color: #A6C970;
}
</style>
background-color css
<style>
a { background-color: #A6C970; }
a { background-color: rgb(166,201,112); }
div.DivClassName
{
background-color: #A6C970;
}
.BgClassName
{
background-color: #A6C970;
}
</style>
border-color css
<style>
span { border-color: #A6C970; }
span { border-color: rgb(166,201,112); }
td.TdClassName
{
border-color: #A6C970;
}
.TagClassName
{
border-color: #A6C970;
}
</style>