Shades of Olivine #A6C066
Tints of Olivine #A6C066
RGB
CMYK
RGB Variations
Color information
#A6C066 (or 0xA6C066) is known color: Olivine. HEX triplet: A6, C0 and 66. RGB value is (166,192,102). Sum of RGB (Red+Green+Blue) = 166+192+102=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C066 is #593F99. Grayscale: #AEAEAE. Windows color (decimal): -5848986 or 6733990. OLE color: 6733990.
HSL color Cylindrical-coordinate representation of color #A6C066: hue angle of 77.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6C066 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 102 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.25 |
| HSL | 77.33º | 0.42% | 0.58% | - |
| HSV(B) | 77.33º | 0.47% | 0.75% | - |
| XYZ | 36.97 | 46.77 | 19.65 | - |
| YUV | 173.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 102 | 0.14 | 0 | 0.47 | 0.25 | 77.33 | 0.42 | 0.58 |
| Hex | A6 | C0 | 66 | E | 0 | 2F | 19 | 4D | 2A | 3A |
| Octal | 246 | 300 | 146 | 16 | 0 | 57 | 31 | 115 | 52 | 72 |
| Binary | 10100110 | 11000000 | 1100110 | 1110 | 0 | 101111 | 11001 | 1001101 | 101010 | 111010 |
Color Harmonies of #A6C066
Complementary color
Monochromatic Colors of #A6C066
Black with #A6C066
Text Example
Text Example
White with #A6C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C066; }
p { color: rgb(166,192,102); }
H1.HeaderClassName
{
color: #A6C066;
}
.AnyTagClassName
{
color: #A6C066;
}
</style>
background-color css
<style>
a { background-color: #A6C066; }
a { background-color: rgb(166,192,102); }
div.DivClassName
{
background-color: #A6C066;
}
.BgClassName
{
background-color: #A6C066;
}
</style>
border-color css
<style>
span { border-color: #A6C066; }
span { border-color: rgb(166,192,102); }
td.TdClassName
{
border-color: #A6C066;
}
.TagClassName
{
border-color: #A6C066;
}
</style>