Shades of Olivine #A6CC76
Tints of Olivine #A6CC76
RGB
CMYK
RGB Variations
Color information
#A6CC76 (or 0xA6CC76) is known color: Olivine. HEX triplet: A6, CC and 76. RGB value is (166,204,118). Sum of RGB (Red+Green+Blue) = 166+204+118=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC76 is #593389. Grayscale: #B7B7B7. Windows color (decimal): -5845898 or 7785638. OLE color: 7785638.
HSL color Cylindrical-coordinate representation of color #A6CC76: hue angle of 86.51º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6CC76 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 118 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.2 |
| HSL | 86.51º | 0.46% | 0.63% | - |
| HSV(B) | 86.51º | 0.42% | 0.8% | - |
| XYZ | 40.59 | 52.6 | 25.15 | - |
| YUV | 182.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 118 | 0.19 | 0 | 0.42 | 0.2 | 86.51 | 0.46 | 0.63 |
| Hex | A6 | CC | 76 | 13 | 0 | 2A | 14 | 57 | 2E | 3F |
| Octal | 246 | 314 | 166 | 23 | 0 | 52 | 24 | 127 | 56 | 77 |
| Binary | 10100110 | 11001100 | 1110110 | 10011 | 0 | 101010 | 10100 | 1010111 | 101110 | 111111 |
Color Harmonies of #A6CC76
Complementary color
Monochromatic Colors of #A6CC76
Black with #A6CC76
Text Example
Text Example
White with #A6CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC76; }
p { color: rgb(166,204,118); }
H1.HeaderClassName
{
color: #A6CC76;
}
.AnyTagClassName
{
color: #A6CC76;
}
</style>
background-color css
<style>
a { background-color: #A6CC76; }
a { background-color: rgb(166,204,118); }
div.DivClassName
{
background-color: #A6CC76;
}
.BgClassName
{
background-color: #A6CC76;
}
</style>
border-color css
<style>
span { border-color: #A6CC76; }
span { border-color: rgb(166,204,118); }
td.TdClassName
{
border-color: #A6CC76;
}
.TagClassName
{
border-color: #A6CC76;
}
</style>