Shades of Olivine #A6C072
Tints of Olivine #A6C072
RGB
CMYK
RGB Variations
Color information
#A6C072 (or 0xA6C072) is known color: Olivine. HEX triplet: A6, C0 and 72. RGB value is (166,192,114). Sum of RGB (Red+Green+Blue) = 166+192+114=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C072 is #593F8D. Grayscale: #AFAFAF. Windows color (decimal): -5848974 or 7520422. OLE color: 7520422.
HSL color Cylindrical-coordinate representation of color #A6C072: hue angle of 80º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6C072 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 114 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.25 |
| HSL | 80º | 0.38% | 0.6% | - |
| HSV(B) | 80º | 0.41% | 0.75% | - |
| XYZ | 37.61 | 47.02 | 23.01 | - |
| YUV | 175.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 114 | 0.14 | 0 | 0.41 | 0.25 | 80 | 0.38 | 0.6 |
| Hex | A6 | C0 | 72 | E | 0 | 29 | 19 | 50 | 26 | 3C |
| Octal | 246 | 300 | 162 | 16 | 0 | 51 | 31 | 120 | 46 | 74 |
| Binary | 10100110 | 11000000 | 1110010 | 1110 | 0 | 101001 | 11001 | 1010000 | 100110 | 111100 |
Color Harmonies of #A6C072
Complementary color
Monochromatic Colors of #A6C072
Black with #A6C072
Text Example
Text Example
White with #A6C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C072; }
p { color: rgb(166,192,114); }
H1.HeaderClassName
{
color: #A6C072;
}
.AnyTagClassName
{
color: #A6C072;
}
</style>
background-color css
<style>
a { background-color: #A6C072; }
a { background-color: rgb(166,192,114); }
div.DivClassName
{
background-color: #A6C072;
}
.BgClassName
{
background-color: #A6C072;
}
</style>
border-color css
<style>
span { border-color: #A6C072; }
span { border-color: rgb(166,192,114); }
td.TdClassName
{
border-color: #A6C072;
}
.TagClassName
{
border-color: #A6C072;
}
</style>