Shades of Conifer #A7CF66
Tints of Conifer #A7CF66
RGB
CMYK
RGB Variations
Color information
#A7CF66 (or 0xA7CF66) is known color: Conifer. HEX triplet: A7, CF and 66. RGB value is (167,207,102). Sum of RGB (Red+Green+Blue) = 167+207+102=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF66 is #583099. Grayscale: #B7B7B7. Windows color (decimal): -5779610 or 6737831. OLE color: 6737831.
HSL color Cylindrical-coordinate representation of color #A7CF66: hue angle of 82.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7CF66 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 102 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.19 |
| HSL | 82.86º | 0.52% | 0.61% | - |
| HSV(B) | 82.86º | 0.51% | 0.81% | - |
| XYZ | 40.65 | 53.8 | 20.81 | - |
| YUV | 183.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 102 | 0.19 | 0 | 0.51 | 0.19 | 82.86 | 0.52 | 0.61 |
| Hex | A7 | CF | 66 | 13 | 0 | 33 | 13 | 53 | 34 | 3D |
| Octal | 247 | 317 | 146 | 23 | 0 | 63 | 23 | 123 | 64 | 75 |
| Binary | 10100111 | 11001111 | 1100110 | 10011 | 0 | 110011 | 10011 | 1010011 | 110100 | 111101 |
Color Harmonies of #A7CF66
Complementary color
Monochromatic Colors of #A7CF66
Black with #A7CF66
Text Example
Text Example
White with #A7CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF66; }
p { color: rgb(167,207,102); }
H1.HeaderClassName
{
color: #A7CF66;
}
.AnyTagClassName
{
color: #A7CF66;
}
</style>
background-color css
<style>
a { background-color: #A7CF66; }
a { background-color: rgb(167,207,102); }
div.DivClassName
{
background-color: #A7CF66;
}
.BgClassName
{
background-color: #A7CF66;
}
</style>
border-color css
<style>
span { border-color: #A7CF66; }
span { border-color: rgb(167,207,102); }
td.TdClassName
{
border-color: #A7CF66;
}
.TagClassName
{
border-color: #A7CF66;
}
</style>