Shades of Conifer #A7DA68
Tints of Conifer #A7DA68
RGB
CMYK
RGB Variations
Color information
#A7DA68 (or 0xA7DA68) is known color: Conifer. HEX triplet: A7, DA and 68. RGB value is (167,218,104). Sum of RGB (Red+Green+Blue) = 167+218+104=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DA68 is #582597. Grayscale: #BEBEBE. Windows color (decimal): -5776792 or 6871719. OLE color: 6871719.
HSL color Cylindrical-coordinate representation of color #A7DA68: hue angle of 86.84º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7DA68 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 104 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.15 |
| HSL | 86.84º | 0.61% | 0.63% | - |
| HSV(B) | 86.84º | 0.52% | 0.85% | - |
| XYZ | 43.51 | 59.36 | 22.26 | - |
| YUV | 189.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 104 | 0.23 | 0 | 0.52 | 0.15 | 86.84 | 0.61 | 0.63 |
| Hex | A7 | DA | 68 | 17 | 0 | 34 | F | 57 | 3D | 3F |
| Octal | 247 | 332 | 150 | 27 | 0 | 64 | 17 | 127 | 75 | 77 |
| Binary | 10100111 | 11011010 | 1101000 | 10111 | 0 | 110100 | 1111 | 1010111 | 111101 | 111111 |
Color Harmonies of #A7DA68
Complementary color
Monochromatic Colors of #A7DA68
Black with #A7DA68
Text Example
Text Example
White with #A7DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA68; }
p { color: rgb(167,218,104); }
H1.HeaderClassName
{
color: #A7DA68;
}
.AnyTagClassName
{
color: #A7DA68;
}
</style>
background-color css
<style>
a { background-color: #A7DA68; }
a { background-color: rgb(167,218,104); }
div.DivClassName
{
background-color: #A7DA68;
}
.BgClassName
{
background-color: #A7DA68;
}
</style>
border-color css
<style>
span { border-color: #A7DA68; }
span { border-color: rgb(167,218,104); }
td.TdClassName
{
border-color: #A7DA68;
}
.TagClassName
{
border-color: #A7DA68;
}
</style>