Shades of Conifer #A7D669
Tints of Conifer #A7D669
RGB
CMYK
RGB Variations
Color information
#A7D669 (or 0xA7D669) is known color: Conifer. HEX triplet: A7, D6 and 69. RGB value is (167,214,105). Sum of RGB (Red+Green+Blue) = 167+214+105=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D669 is #582996. Grayscale: #BBBBBB. Windows color (decimal): -5777815 or 6936231. OLE color: 6936231.
HSL color Cylindrical-coordinate representation of color #A7D669: hue angle of 85.87º degrees, saturation: 0.57, 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 #A7D669 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 105 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.16 |
| HSL | 85.87º | 0.57% | 0.63% | - |
| HSV(B) | 85.87º | 0.51% | 0.84% | - |
| XYZ | 42.53 | 57.33 | 22.19 | - |
| YUV | 187.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 105 | 0.22 | 0 | 0.51 | 0.16 | 85.87 | 0.57 | 0.63 |
| Hex | A7 | D6 | 69 | 16 | 0 | 33 | 10 | 56 | 39 | 3F |
| Octal | 247 | 326 | 151 | 26 | 0 | 63 | 20 | 126 | 71 | 77 |
| Binary | 10100111 | 11010110 | 1101001 | 10110 | 0 | 110011 | 10000 | 1010110 | 111001 | 111111 |
Color Harmonies of #A7D669
Complementary color
Monochromatic Colors of #A7D669
Black with #A7D669
Text Example
Text Example
White with #A7D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D669; }
p { color: rgb(167,214,105); }
H1.HeaderClassName
{
color: #A7D669;
}
.AnyTagClassName
{
color: #A7D669;
}
</style>
background-color css
<style>
a { background-color: #A7D669; }
a { background-color: rgb(167,214,105); }
div.DivClassName
{
background-color: #A7D669;
}
.BgClassName
{
background-color: #A7D669;
}
</style>
border-color css
<style>
span { border-color: #A7D669; }
span { border-color: rgb(167,214,105); }
td.TdClassName
{
border-color: #A7D669;
}
.TagClassName
{
border-color: #A7D669;
}
</style>