Shades of Feijoa #A7D77B
Tints of Feijoa #A7D77B
RGB
CMYK
RGB Variations
Color information
#A7D77B (or 0xA7D77B) is known color: Feijoa. HEX triplet: A7, D7 and 7B. RGB value is (167,215,123). Sum of RGB (Red+Green+Blue) = 167+215+123=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D77B is #582884. Grayscale: #BEBEBE. Windows color (decimal): -5777541 or 8116135. OLE color: 8116135.
HSL color Cylindrical-coordinate representation of color #A7D77B: hue angle of 91.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7D77B is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 123 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.16 |
| HSL | 91.3º | 0.53% | 0.66% | - |
| HSV(B) | 91.3º | 0.43% | 0.84% | - |
| XYZ | 43.81 | 58.25 | 27.67 | - |
| YUV | 190.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 123 | 0.22 | 0 | 0.43 | 0.16 | 91.3 | 0.53 | 0.66 |
| Hex | A7 | D7 | 7B | 16 | 0 | 2B | 10 | 5B | 35 | 42 |
| Octal | 247 | 327 | 173 | 26 | 0 | 53 | 20 | 133 | 65 | 102 |
| Binary | 10100111 | 11010111 | 1111011 | 10110 | 0 | 101011 | 10000 | 1011011 | 110101 | 1000010 |
Color Harmonies of #A7D77B
Complementary color
Monochromatic Colors of #A7D77B
Black with #A7D77B
Text Example
Text Example
White with #A7D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D77B; }
p { color: rgb(167,215,123); }
H1.HeaderClassName
{
color: #A7D77B;
}
.AnyTagClassName
{
color: #A7D77B;
}
</style>
background-color css
<style>
a { background-color: #A7D77B; }
a { background-color: rgb(167,215,123); }
div.DivClassName
{
background-color: #A7D77B;
}
.BgClassName
{
background-color: #A7D77B;
}
</style>
border-color css
<style>
span { border-color: #A7D77B; }
span { border-color: rgb(167,215,123); }
td.TdClassName
{
border-color: #A7D77B;
}
.TagClassName
{
border-color: #A7D77B;
}
</style>