Shades of Apple #66AA46
Tints of Apple #66AA46
RGB
CMYK
RGB Variations
Color information
#66AA46 (or 0x66AA46) is known color: Apple. HEX triplet: 66, AA and 46. RGB value is (102,170,70). Sum of RGB (Red+Green+Blue) = 102+170+70=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA46 is #9955B9. Grayscale: #8A8A8A. Windows color (decimal): -10048954 or 4631142. OLE color: 4631142.
HSL color Cylindrical-coordinate representation of color #66AA46: hue angle of 100.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66AA46 is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 70 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.33 |
| HSL | 100.8º | 0.42% | 0.47% | - |
| HSV(B) | 100.8º | 0.59% | 0.67% | - |
| XYZ | 20.96 | 32.02 | 10.87 | - |
| YUV | 138.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 70 | 0.4 | 0 | 0.59 | 0.33 | 100.8 | 0.42 | 0.47 |
| Hex | 66 | AA | 46 | 28 | 0 | 3B | 21 | 65 | 2A | 2F |
| Octal | 146 | 252 | 106 | 50 | 0 | 73 | 41 | 145 | 52 | 57 |
| Binary | 1100110 | 10101010 | 1000110 | 101000 | 0 | 111011 | 100001 | 1100101 | 101010 | 101111 |
Color Harmonies of #66AA46
Complementary color
Monochromatic Colors of #66AA46
Black with #66AA46
Text Example
Text Example
White with #66AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA46; }
p { color: rgb(102,170,70); }
H1.HeaderClassName
{
color: #66AA46;
}
.AnyTagClassName
{
color: #66AA46;
}
</style>
background-color css
<style>
a { background-color: #66AA46; }
a { background-color: rgb(102,170,70); }
div.DivClassName
{
background-color: #66AA46;
}
.BgClassName
{
background-color: #66AA46;
}
</style>
border-color css
<style>
span { border-color: #66AA46; }
span { border-color: rgb(102,170,70); }
td.TdClassName
{
border-color: #66AA46;
}
.TagClassName
{
border-color: #66AA46;
}
</style>