Shades of Conifer #A7D76A
Tints of Conifer #A7D76A
RGB
CMYK
RGB Variations
Color information
#A7D76A (or 0xA7D76A) is known color: Conifer. HEX triplet: A7, D7 and 6A. RGB value is (167,215,106). Sum of RGB (Red+Green+Blue) = 167+215+106=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D76A is #582895. Grayscale: #BCBCBC. Windows color (decimal): -5777558 or 7002023. OLE color: 7002023.
HSL color Cylindrical-coordinate representation of color #A7D76A: hue angle of 86.42º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7D76A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 106 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.16 |
| HSL | 86.42º | 0.58% | 0.63% | - |
| HSV(B) | 86.42º | 0.51% | 0.84% | - |
| XYZ | 42.84 | 57.86 | 22.55 | - |
| YUV | 188.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 106 | 0.22 | 0 | 0.51 | 0.16 | 86.42 | 0.58 | 0.63 |
| Hex | A7 | D7 | 6A | 16 | 0 | 33 | 10 | 56 | 3A | 3F |
| Octal | 247 | 327 | 152 | 26 | 0 | 63 | 20 | 126 | 72 | 77 |
| Binary | 10100111 | 11010111 | 1101010 | 10110 | 0 | 110011 | 10000 | 1010110 | 111010 | 111111 |
Color Harmonies of #A7D76A
Complementary color
Monochromatic Colors of #A7D76A
Black with #A7D76A
Text Example
Text Example
White with #A7D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D76A; }
p { color: rgb(167,215,106); }
H1.HeaderClassName
{
color: #A7D76A;
}
.AnyTagClassName
{
color: #A7D76A;
}
</style>
background-color css
<style>
a { background-color: #A7D76A; }
a { background-color: rgb(167,215,106); }
div.DivClassName
{
background-color: #A7D76A;
}
.BgClassName
{
background-color: #A7D76A;
}
</style>
border-color css
<style>
span { border-color: #A7D76A; }
span { border-color: rgb(167,215,106); }
td.TdClassName
{
border-color: #A7D76A;
}
.TagClassName
{
border-color: #A7D76A;
}
</style>