Shades of Apple #66AC49
Tints of Apple #66AC49
RGB
CMYK
RGB Variations
Color information
#66AC49 (or 0x66AC49) is known color: Apple. HEX triplet: 66, AC and 49. RGB value is (102,172,73). Sum of RGB (Red+Green+Blue) = 102+172+73=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AC49 is #9953B6. Grayscale: #8C8C8C. Windows color (decimal): -10048439 or 4828262. OLE color: 4828262.
HSL color Cylindrical-coordinate representation of color #66AC49: hue angle of 102.42º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66AC49 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 73 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.33 |
| HSL | 102.42º | 0.4% | 0.48% | - |
| HSV(B) | 102.42º | 0.58% | 0.67% | - |
| XYZ | 21.43 | 32.81 | 11.51 | - |
| YUV | 139.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 73 | 0.41 | 0 | 0.58 | 0.33 | 102.42 | 0.4 | 0.48 |
| Hex | 66 | AC | 49 | 29 | 0 | 3A | 21 | 66 | 28 | 30 |
| Octal | 146 | 254 | 111 | 51 | 0 | 72 | 41 | 146 | 50 | 60 |
| Binary | 1100110 | 10101100 | 1001001 | 101001 | 0 | 111010 | 100001 | 1100110 | 101000 | 110000 |
Color Harmonies of #66AC49
Complementary color
Monochromatic Colors of #66AC49
Black with #66AC49
Text Example
Text Example
White with #66AC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC49; }
p { color: rgb(102,172,73); }
H1.HeaderClassName
{
color: #66AC49;
}
.AnyTagClassName
{
color: #66AC49;
}
</style>
background-color css
<style>
a { background-color: #66AC49; }
a { background-color: rgb(102,172,73); }
div.DivClassName
{
background-color: #66AC49;
}
.BgClassName
{
background-color: #66AC49;
}
</style>
border-color css
<style>
span { border-color: #66AC49; }
span { border-color: rgb(102,172,73); }
td.TdClassName
{
border-color: #66AC49;
}
.TagClassName
{
border-color: #66AC49;
}
</style>