Shades of Feijoa #A7DB77
Tints of Feijoa #A7DB77
RGB
CMYK
RGB Variations
Color information
#A7DB77 (or 0xA7DB77) is known color: Feijoa. HEX triplet: A7, DB and 77. RGB value is (167,219,119). Sum of RGB (Red+Green+Blue) = 167+219+119=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB77 is #582488. Grayscale: #C0C0C0. Windows color (decimal): -5776521 or 7855015. OLE color: 7855015.
HSL color Cylindrical-coordinate representation of color #A7DB77: hue angle of 91.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7DB77 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 119 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.14 |
| HSL | 91.2º | 0.58% | 0.66% | - |
| HSV(B) | 91.2º | 0.46% | 0.86% | - |
| XYZ | 44.6 | 60.21 | 26.72 | - |
| YUV | 192.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 119 | 0.24 | 0 | 0.46 | 0.14 | 91.2 | 0.58 | 0.66 |
| Hex | A7 | DB | 77 | 18 | 0 | 2E | E | 5B | 3A | 42 |
| Octal | 247 | 333 | 167 | 30 | 0 | 56 | 16 | 133 | 72 | 102 |
| Binary | 10100111 | 11011011 | 1110111 | 11000 | 0 | 101110 | 1110 | 1011011 | 111010 | 1000010 |
Color Harmonies of #A7DB77
Complementary color
Monochromatic Colors of #A7DB77
Black with #A7DB77
Text Example
Text Example
White with #A7DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB77; }
p { color: rgb(167,219,119); }
H1.HeaderClassName
{
color: #A7DB77;
}
.AnyTagClassName
{
color: #A7DB77;
}
</style>
background-color css
<style>
a { background-color: #A7DB77; }
a { background-color: rgb(167,219,119); }
div.DivClassName
{
background-color: #A7DB77;
}
.BgClassName
{
background-color: #A7DB77;
}
</style>
border-color css
<style>
span { border-color: #A7DB77; }
span { border-color: rgb(167,219,119); }
td.TdClassName
{
border-color: #A7DB77;
}
.TagClassName
{
border-color: #A7DB77;
}
</style>