Shades of Apple #66A854
Tints of Apple #66A854
RGB
CMYK
RGB Variations
Color information
#66A854 (or 0x66A854) is known color: Apple. HEX triplet: 66, A8 and 54. RGB value is (102,168,84). Sum of RGB (Red+Green+Blue) = 102+168+84=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #66A854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A854 is #9957AB. Grayscale: #8A8A8A. Windows color (decimal): -10049452 or 5548134. OLE color: 5548134.
HSL color Cylindrical-coordinate representation of color #66A854: hue angle of 107.14º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A854 is Cyan = 0.39, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 84 | - |
| CMYK | 0.39 | 0 | 0.5 | 0.34 |
| HSL | 107.14º | 0.33% | 0.49% | - |
| HSV(B) | 107.14º | 0.5% | 0.66% | - |
| XYZ | 21.08 | 31.47 | 13.35 | - |
| YUV | 138.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 84 | 0.39 | 0 | 0.5 | 0.34 | 107.14 | 0.33 | 0.49 |
| Hex | 66 | A8 | 54 | 27 | 0 | 32 | 22 | 6B | 21 | 31 |
| Octal | 146 | 250 | 124 | 47 | 0 | 62 | 42 | 153 | 41 | 61 |
| Binary | 1100110 | 10101000 | 1010100 | 100111 | 0 | 110010 | 100010 | 1101011 | 100001 | 110001 |
Color Harmonies of #66A854
Complementary color
Monochromatic Colors of #66A854
Black with #66A854
Text Example
Text Example
White with #66A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A854; }
p { color: rgb(102,168,84); }
H1.HeaderClassName
{
color: #66A854;
}
.AnyTagClassName
{
color: #66A854;
}
</style>
background-color css
<style>
a { background-color: #66A854; }
a { background-color: rgb(102,168,84); }
div.DivClassName
{
background-color: #66A854;
}
.BgClassName
{
background-color: #66A854;
}
</style>
border-color css
<style>
span { border-color: #66A854; }
span { border-color: rgb(102,168,84); }
td.TdClassName
{
border-color: #66A854;
}
.TagClassName
{
border-color: #66A854;
}
</style>