Shades of Olivine #A6C56E
Tints of Olivine #A6C56E
RGB
CMYK
RGB Variations
Color information
#A6C56E (or 0xA6C56E) is known color: Olivine. HEX triplet: A6, C5 and 6E. RGB value is (166,197,110). Sum of RGB (Red+Green+Blue) = 166+197+110=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C56E is #593A91. Grayscale: #B2B2B2. Windows color (decimal): -5847698 or 7259558. OLE color: 7259558.
HSL color Cylindrical-coordinate representation of color #A6C56E: hue angle of 81.38º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C56E is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 110 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.23 |
| HSL | 81.38º | 0.43% | 0.6% | - |
| HSV(B) | 81.38º | 0.44% | 0.77% | - |
| XYZ | 38.51 | 49.17 | 22.21 | - |
| YUV | 177.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 110 | 0.16 | 0 | 0.44 | 0.23 | 81.38 | 0.43 | 0.6 |
| Hex | A6 | C5 | 6E | 10 | 0 | 2C | 17 | 51 | 2B | 3C |
| Octal | 246 | 305 | 156 | 20 | 0 | 54 | 27 | 121 | 53 | 74 |
| Binary | 10100110 | 11000101 | 1101110 | 10000 | 0 | 101100 | 10111 | 1010001 | 101011 | 111100 |
Color Harmonies of #A6C56E
Complementary color
Monochromatic Colors of #A6C56E
Black with #A6C56E
Text Example
Text Example
White with #A6C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C56E; }
p { color: rgb(166,197,110); }
H1.HeaderClassName
{
color: #A6C56E;
}
.AnyTagClassName
{
color: #A6C56E;
}
</style>
background-color css
<style>
a { background-color: #A6C56E; }
a { background-color: rgb(166,197,110); }
div.DivClassName
{
background-color: #A6C56E;
}
.BgClassName
{
background-color: #A6C56E;
}
</style>
border-color css
<style>
span { border-color: #A6C56E; }
span { border-color: rgb(166,197,110); }
td.TdClassName
{
border-color: #A6C56E;
}
.TagClassName
{
border-color: #A6C56E;
}
</style>