Shades of Feijoa #A7D776
Tints of Feijoa #A7D776
RGB
CMYK
RGB Variations
Color information
#A7D776 (or 0xA7D776) is known color: Feijoa. HEX triplet: A7, D7 and 76. RGB value is (167,215,118). Sum of RGB (Red+Green+Blue) = 167+215+118=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D776 is #582889. Grayscale: #BDBDBD. Windows color (decimal): -5777546 or 7788455. OLE color: 7788455.
HSL color Cylindrical-coordinate representation of color #A7D776: hue angle of 89.69º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7D776 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 118 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.16 |
| HSL | 89.69º | 0.55% | 0.65% | - |
| HSV(B) | 89.69º | 0.45% | 0.84% | - |
| XYZ | 43.51 | 58.12 | 26.07 | - |
| YUV | 189.59 | 87.6 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 118 | 0.22 | 0 | 0.45 | 0.16 | 89.69 | 0.55 | 0.65 |
| Hex | A7 | D7 | 76 | 16 | 0 | 2D | 10 | 5A | 37 | 41 |
| Octal | 247 | 327 | 166 | 26 | 0 | 55 | 20 | 132 | 67 | 101 |
| Binary | 10100111 | 11010111 | 1110110 | 10110 | 0 | 101101 | 10000 | 1011010 | 110111 | 1000001 |
Color Harmonies of #A7D776
Complementary color
Monochromatic Colors of #A7D776
Black with #A7D776
Text Example
Text Example
White with #A7D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D776; }
p { color: rgb(167,215,118); }
H1.HeaderClassName
{
color: #A7D776;
}
.AnyTagClassName
{
color: #A7D776;
}
</style>
background-color css
<style>
a { background-color: #A7D776; }
a { background-color: rgb(167,215,118); }
div.DivClassName
{
background-color: #A7D776;
}
.BgClassName
{
background-color: #A7D776;
}
</style>
border-color css
<style>
span { border-color: #A7D776; }
span { border-color: rgb(167,215,118); }
td.TdClassName
{
border-color: #A7D776;
}
.TagClassName
{
border-color: #A7D776;
}
</style>