Shades of Apple #66A847
Tints of Apple #66A847
RGB
CMYK
RGB Variations
Color information
#66A847 (or 0x66A847) is known color: Apple. HEX triplet: 66, A8 and 47. RGB value is (102,168,71). Sum of RGB (Red+Green+Blue) = 102+168+71=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #66A847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A847 is #9957B8. Grayscale: #898989. Windows color (decimal): -10049465 or 4696166. OLE color: 4696166.
HSL color Cylindrical-coordinate representation of color #66A847: hue angle of 100.82º 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 #66A847 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 71 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.34 |
| HSL | 100.82º | 0.41% | 0.47% | - |
| HSV(B) | 100.82º | 0.58% | 0.66% | - |
| XYZ | 20.62 | 31.28 | 10.91 | - |
| YUV | 137.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 71 | 0.39 | 0 | 0.58 | 0.34 | 100.82 | 0.41 | 0.47 |
| Hex | 66 | A8 | 47 | 27 | 0 | 3A | 22 | 65 | 29 | 2F |
| Octal | 146 | 250 | 107 | 47 | 0 | 72 | 42 | 145 | 51 | 57 |
| Binary | 1100110 | 10101000 | 1000111 | 100111 | 0 | 111010 | 100010 | 1100101 | 101001 | 101111 |
Color Harmonies of #66A847
Complementary color
Monochromatic Colors of #66A847
Black with #66A847
Text Example
Text Example
White with #66A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A847; }
p { color: rgb(102,168,71); }
H1.HeaderClassName
{
color: #66A847;
}
.AnyTagClassName
{
color: #66A847;
}
</style>
background-color css
<style>
a { background-color: #66A847; }
a { background-color: rgb(102,168,71); }
div.DivClassName
{
background-color: #66A847;
}
.BgClassName
{
background-color: #66A847;
}
</style>
border-color css
<style>
span { border-color: #66A847; }
span { border-color: rgb(102,168,71); }
td.TdClassName
{
border-color: #66A847;
}
.TagClassName
{
border-color: #66A847;
}
</style>