Shades of Apple #66A352
Tints of Apple #66A352
RGB
CMYK
RGB Variations
Color information
#66A352 (or 0x66A352) is known color: Apple. HEX triplet: 66, A3 and 52. RGB value is (102,163,82). Sum of RGB (Red+Green+Blue) = 102+163+82=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #66A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A352 is #995CAD. Grayscale: #878787. Windows color (decimal): -10050734 or 5415782. OLE color: 5415782.
HSL color Cylindrical-coordinate representation of color #66A352: hue angle of 105.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A352 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 82 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.36 |
| HSL | 105.19º | 0.33% | 0.48% | - |
| HSV(B) | 105.19º | 0.5% | 0.64% | - |
| XYZ | 20.1 | 29.63 | 12.64 | - |
| YUV | 135.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 82 | 0.37 | 0 | 0.50 | 0.36 | 105.19 | 0.33 | 0.48 |
| Hex | 66 | A3 | 52 | 25 | 0 | 32 | 24 | 69 | 21 | 30 |
| Octal | 146 | 243 | 122 | 45 | 0 | 62 | 44 | 151 | 41 | 60 |
| Binary | 1100110 | 10100011 | 1010010 | 100101 | 0 | 110010 | 100100 | 1101001 | 100001 | 110000 |
Color Harmonies of #66A352
Complementary color
Monochromatic Colors of #66A352
Black with #66A352
Text Example
Text Example
White with #66A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A352; }
p { color: rgb(102,163,82); }
H1.HeaderClassName
{
color: #66A352;
}
.AnyTagClassName
{
color: #66A352;
}
</style>
background-color css
<style>
a { background-color: #66A352; }
a { background-color: rgb(102,163,82); }
div.DivClassName
{
background-color: #66A352;
}
.BgClassName
{
background-color: #66A352;
}
</style>
border-color css
<style>
span { border-color: #66A352; }
span { border-color: rgb(102,163,82); }
td.TdClassName
{
border-color: #66A352;
}
.TagClassName
{
border-color: #66A352;
}
</style>