Shades of Apple #66A456
Tints of Apple #66A456
RGB
CMYK
RGB Variations
Color information
#66A456 (or 0x66A456) is known color: Apple. HEX triplet: 66, A4 and 56. RGB value is (102,164,86). Sum of RGB (Red+Green+Blue) = 102+164+86=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #66A456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A456 is #995BA9. Grayscale: #888888. Windows color (decimal): -10050474 or 5678182. OLE color: 5678182.
HSL color Cylindrical-coordinate representation of color #66A456: hue angle of 107.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66A456 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 86 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.36 |
| HSL | 107.69º | 0.31% | 0.49% | - |
| HSV(B) | 107.69º | 0.48% | 0.64% | - |
| XYZ | 20.43 | 30.05 | 13.53 | - |
| YUV | 136.57 | 99.46 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 86 | 0.38 | 0 | 0.48 | 0.36 | 107.69 | 0.31 | 0.49 |
| Hex | 66 | A4 | 56 | 26 | 0 | 30 | 24 | 6C | 1F | 31 |
| Octal | 146 | 244 | 126 | 46 | 0 | 60 | 44 | 154 | 37 | 61 |
| Binary | 1100110 | 10100100 | 1010110 | 100110 | 0 | 110000 | 100100 | 1101100 | 11111 | 110001 |
Color Harmonies of #66A456
Complementary color
Monochromatic Colors of #66A456
Black with #66A456
Text Example
Text Example
White with #66A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A456; }
p { color: rgb(102,164,86); }
H1.HeaderClassName
{
color: #66A456;
}
.AnyTagClassName
{
color: #66A456;
}
</style>
background-color css
<style>
a { background-color: #66A456; }
a { background-color: rgb(102,164,86); }
div.DivClassName
{
background-color: #66A456;
}
.BgClassName
{
background-color: #66A456;
}
</style>
border-color css
<style>
span { border-color: #66A456; }
span { border-color: rgb(102,164,86); }
td.TdClassName
{
border-color: #66A456;
}
.TagClassName
{
border-color: #66A456;
}
</style>