Shades of Olivine #A6C772
Tints of Olivine #A6C772
RGB
CMYK
RGB Variations
Color information
#A6C772 (or 0xA6C772) is known color: Olivine. HEX triplet: A6, C7 and 72. RGB value is (166,199,114). Sum of RGB (Red+Green+Blue) = 166+199+114=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C772 is #59388D. Grayscale: #B3B3B3. Windows color (decimal): -5847182 or 7522214. OLE color: 7522214.
HSL color Cylindrical-coordinate representation of color #A6C772: hue angle of 83.29º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6C772 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 114 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.22 |
| HSL | 83.29º | 0.43% | 0.61% | - |
| HSV(B) | 83.29º | 0.43% | 0.78% | - |
| XYZ | 39.19 | 50.17 | 23.54 | - |
| YUV | 179.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 114 | 0.17 | 0 | 0.43 | 0.22 | 83.29 | 0.43 | 0.61 |
| Hex | A6 | C7 | 72 | 11 | 0 | 2B | 16 | 53 | 2B | 3D |
| Octal | 246 | 307 | 162 | 21 | 0 | 53 | 26 | 123 | 53 | 75 |
| Binary | 10100110 | 11000111 | 1110010 | 10001 | 0 | 101011 | 10110 | 1010011 | 101011 | 111101 |
Color Harmonies of #A6C772
Complementary color
Monochromatic Colors of #A6C772
Black with #A6C772
Text Example
Text Example
White with #A6C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C772; }
p { color: rgb(166,199,114); }
H1.HeaderClassName
{
color: #A6C772;
}
.AnyTagClassName
{
color: #A6C772;
}
</style>
background-color css
<style>
a { background-color: #A6C772; }
a { background-color: rgb(166,199,114); }
div.DivClassName
{
background-color: #A6C772;
}
.BgClassName
{
background-color: #A6C772;
}
</style>
border-color css
<style>
span { border-color: #A6C772; }
span { border-color: rgb(166,199,114); }
td.TdClassName
{
border-color: #A6C772;
}
.TagClassName
{
border-color: #A6C772;
}
</style>