Shades of Olivine #A6C56A
Tints of Olivine #A6C56A
RGB
CMYK
RGB Variations
Color information
#A6C56A (or 0xA6C56A) is known color: Olivine. HEX triplet: A6, C5 and 6A. RGB value is (166,197,106). Sum of RGB (Red+Green+Blue) = 166+197+106=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C56A is #593A95. Grayscale: #B1B1B1. Windows color (decimal): -5847702 or 6997414. OLE color: 6997414.
HSL color Cylindrical-coordinate representation of color #A6C56A: hue angle of 80.44º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6C56A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 106 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.23 |
| HSL | 80.44º | 0.44% | 0.59% | - |
| HSV(B) | 80.44º | 0.46% | 0.77% | - |
| XYZ | 38.29 | 49.08 | 21.09 | - |
| YUV | 177.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 106 | 0.16 | 0 | 0.46 | 0.23 | 80.44 | 0.44 | 0.59 |
| Hex | A6 | C5 | 6A | 10 | 0 | 2E | 17 | 50 | 2C | 3B |
| Octal | 246 | 305 | 152 | 20 | 0 | 56 | 27 | 120 | 54 | 73 |
| Binary | 10100110 | 11000101 | 1101010 | 10000 | 0 | 101110 | 10111 | 1010000 | 101100 | 111011 |
Color Harmonies of #A6C56A
Complementary color
Monochromatic Colors of #A6C56A
Black with #A6C56A
Text Example
Text Example
White with #A6C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C56A; }
p { color: rgb(166,197,106); }
H1.HeaderClassName
{
color: #A6C56A;
}
.AnyTagClassName
{
color: #A6C56A;
}
</style>
background-color css
<style>
a { background-color: #A6C56A; }
a { background-color: rgb(166,197,106); }
div.DivClassName
{
background-color: #A6C56A;
}
.BgClassName
{
background-color: #A6C56A;
}
</style>
border-color css
<style>
span { border-color: #A6C56A; }
span { border-color: rgb(166,197,106); }
td.TdClassName
{
border-color: #A6C56A;
}
.TagClassName
{
border-color: #A6C56A;
}
</style>