Shades of Olivine #A6C06C
Tints of Olivine #A6C06C
RGB
CMYK
RGB Variations
Color information
#A6C06C (or 0xA6C06C) is known color: Olivine. HEX triplet: A6, C0 and 6C. RGB value is (166,192,108). Sum of RGB (Red+Green+Blue) = 166+192+108=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C06C is #593F93. Grayscale: #AEAEAE. Windows color (decimal): -5848980 or 7127206. OLE color: 7127206.
HSL color Cylindrical-coordinate representation of color #A6C06C: hue angle of 78.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C06C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 108 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.25 |
| HSL | 78.57º | 0.4% | 0.59% | - |
| HSV(B) | 78.57º | 0.44% | 0.75% | - |
| XYZ | 37.28 | 46.89 | 21.27 | - |
| YUV | 174.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 108 | 0.14 | 0 | 0.44 | 0.25 | 78.57 | 0.4 | 0.59 |
| Hex | A6 | C0 | 6C | E | 0 | 2C | 19 | 4F | 28 | 3B |
| Octal | 246 | 300 | 154 | 16 | 0 | 54 | 31 | 117 | 50 | 73 |
| Binary | 10100110 | 11000000 | 1101100 | 1110 | 0 | 101100 | 11001 | 1001111 | 101000 | 111011 |
Color Harmonies of #A6C06C
Complementary color
Monochromatic Colors of #A6C06C
Black with #A6C06C
Text Example
Text Example
White with #A6C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C06C; }
p { color: rgb(166,192,108); }
H1.HeaderClassName
{
color: #A6C06C;
}
.AnyTagClassName
{
color: #A6C06C;
}
</style>
background-color css
<style>
a { background-color: #A6C06C; }
a { background-color: rgb(166,192,108); }
div.DivClassName
{
background-color: #A6C06C;
}
.BgClassName
{
background-color: #A6C06C;
}
</style>
border-color css
<style>
span { border-color: #A6C06C; }
span { border-color: rgb(166,192,108); }
td.TdClassName
{
border-color: #A6C06C;
}
.TagClassName
{
border-color: #A6C06C;
}
</style>