Shades of Apple #66AA3E
Tints of Apple #66AA3E
RGB
CMYK
RGB Variations
Color information
#66AA3E (or 0x66AA3E) is known color: Apple. HEX triplet: 66, AA and 3E. RGB value is (102,170,62). Sum of RGB (Red+Green+Blue) = 102+170+62=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA3E is #9955C1. Grayscale: #898989. Windows color (decimal): -10048962 or 4106854. OLE color: 4106854.
HSL color Cylindrical-coordinate representation of color #66AA3E: hue angle of 97.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66AA3E is Cyan = 0.4, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 62 | - |
| CMYK | 0.4 | 0 | 0.64 | 0.33 |
| HSL | 97.78º | 0.47% | 0.45% | - |
| HSV(B) | 97.78º | 0.64% | 0.67% | - |
| XYZ | 20.72 | 31.92 | 9.63 | - |
| YUV | 137.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 62 | 0.4 | 0 | 0.64 | 0.33 | 97.78 | 0.47 | 0.45 |
| Hex | 66 | AA | 3E | 28 | 0 | 40 | 21 | 62 | 2F | 2D |
| Octal | 146 | 252 | 76 | 50 | 0 | 100 | 41 | 142 | 57 | 55 |
| Binary | 1100110 | 10101010 | 111110 | 101000 | 0 | 1000000 | 100001 | 1100010 | 101111 | 101101 |
Color Harmonies of #66AA3E
Complementary color
Monochromatic Colors of #66AA3E
Black with #66AA3E
Text Example
Text Example
White with #66AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA3E; }
p { color: rgb(102,170,62); }
H1.HeaderClassName
{
color: #66AA3E;
}
.AnyTagClassName
{
color: #66AA3E;
}
</style>
background-color css
<style>
a { background-color: #66AA3E; }
a { background-color: rgb(102,170,62); }
div.DivClassName
{
background-color: #66AA3E;
}
.BgClassName
{
background-color: #66AA3E;
}
</style>
border-color css
<style>
span { border-color: #66AA3E; }
span { border-color: rgb(102,170,62); }
td.TdClassName
{
border-color: #66AA3E;
}
.TagClassName
{
border-color: #66AA3E;
}
</style>