Shades of Olivine #A7C366
Tints of Olivine #A7C366
RGB
CMYK
RGB Variations
Color information
#A7C366 (or 0xA7C366) is known color: Olivine. HEX triplet: A7, C3 and 66. RGB value is (167,195,102). Sum of RGB (Red+Green+Blue) = 167+195+102=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C366 is #583C99. Grayscale: #B0B0B0. Windows color (decimal): -5782682 or 6734759. OLE color: 6734759.
HSL color Cylindrical-coordinate representation of color #A7C366: hue angle of 78.06º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7C366 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 102 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.24 |
| HSL | 78.06º | 0.44% | 0.58% | - |
| HSV(B) | 78.06º | 0.48% | 0.76% | - |
| XYZ | 37.85 | 48.21 | 19.88 | - |
| YUV | 176.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 102 | 0.14 | 0 | 0.48 | 0.24 | 78.06 | 0.44 | 0.58 |
| Hex | A7 | C3 | 66 | E | 0 | 30 | 18 | 4E | 2C | 3A |
| Octal | 247 | 303 | 146 | 16 | 0 | 60 | 30 | 116 | 54 | 72 |
| Binary | 10100111 | 11000011 | 1100110 | 1110 | 0 | 110000 | 11000 | 1001110 | 101100 | 111010 |
Color Harmonies of #A7C366
Complementary color
Monochromatic Colors of #A7C366
Black with #A7C366
Text Example
Text Example
White with #A7C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C366; }
p { color: rgb(167,195,102); }
H1.HeaderClassName
{
color: #A7C366;
}
.AnyTagClassName
{
color: #A7C366;
}
</style>
background-color css
<style>
a { background-color: #A7C366; }
a { background-color: rgb(167,195,102); }
div.DivClassName
{
background-color: #A7C366;
}
.BgClassName
{
background-color: #A7C366;
}
</style>
border-color css
<style>
span { border-color: #A7C366; }
span { border-color: rgb(167,195,102); }
td.TdClassName
{
border-color: #A7C366;
}
.TagClassName
{
border-color: #A7C366;
}
</style>