Shades of Apple #66A846
Tints of Apple #66A846
RGB
CMYK
RGB Variations
Color information
#66A846 (or 0x66A846) is known color: Apple. HEX triplet: 66, A8 and 46. RGB value is (102,168,70). Sum of RGB (Red+Green+Blue) = 102+168+70=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #66A846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A846 is #9957B9. Grayscale: #898989. Windows color (decimal): -10049466 or 4630630. OLE color: 4630630.
HSL color Cylindrical-coordinate representation of color #66A846: hue angle of 100.41º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66A846 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 70 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.34 |
| HSL | 100.41º | 0.41% | 0.47% | - |
| HSV(B) | 100.41º | 0.58% | 0.66% | - |
| XYZ | 20.59 | 31.27 | 10.75 | - |
| YUV | 137.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 70 | 0.39 | 0 | 0.58 | 0.34 | 100.41 | 0.41 | 0.47 |
| Hex | 66 | A8 | 46 | 27 | 0 | 3A | 22 | 64 | 29 | 2F |
| Octal | 146 | 250 | 106 | 47 | 0 | 72 | 42 | 144 | 51 | 57 |
| Binary | 1100110 | 10101000 | 1000110 | 100111 | 0 | 111010 | 100010 | 1100100 | 101001 | 101111 |
Color Harmonies of #66A846
Complementary color
Monochromatic Colors of #66A846
Black with #66A846
Text Example
Text Example
White with #66A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A846; }
p { color: rgb(102,168,70); }
H1.HeaderClassName
{
color: #66A846;
}
.AnyTagClassName
{
color: #66A846;
}
</style>
background-color css
<style>
a { background-color: #66A846; }
a { background-color: rgb(102,168,70); }
div.DivClassName
{
background-color: #66A846;
}
.BgClassName
{
background-color: #66A846;
}
</style>
border-color css
<style>
span { border-color: #66A846; }
span { border-color: rgb(102,168,70); }
td.TdClassName
{
border-color: #66A846;
}
.TagClassName
{
border-color: #66A846;
}
</style>