Shades of Apple #66AB3E
Tints of Apple #66AB3E
RGB
CMYK
RGB Variations
Color information
#66AB3E (or 0x66AB3E) is known color: Apple. HEX triplet: 66, AB and 3E. RGB value is (102,171,62). Sum of RGB (Red+Green+Blue) = 102+171+62=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB3E is #9954C1. Grayscale: #8A8A8A. Windows color (decimal): -10048706 or 4107110. OLE color: 4107110.
HSL color Cylindrical-coordinate representation of color #66AB3E: hue angle of 97.98º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66AB3E is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 62 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.33 |
| HSL | 97.98º | 0.47% | 0.46% | - |
| HSV(B) | 97.98º | 0.64% | 0.67% | - |
| XYZ | 20.91 | 32.3 | 9.69 | - |
| YUV | 137.94 | 85.14 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 62 | 0.40 | 0 | 0.64 | 0.33 | 97.98 | 0.47 | 0.46 |
| Hex | 66 | AB | 3E | 28 | 0 | 40 | 21 | 62 | 2F | 2E |
| Octal | 146 | 253 | 76 | 50 | 0 | 100 | 41 | 142 | 57 | 56 |
| Binary | 1100110 | 10101011 | 111110 | 101000 | 0 | 1000000 | 100001 | 1100010 | 101111 | 101110 |
Color Harmonies of #66AB3E
Complementary color
Monochromatic Colors of #66AB3E
Black with #66AB3E
Text Example
Text Example
White with #66AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB3E; }
p { color: rgb(102,171,62); }
H1.HeaderClassName
{
color: #66AB3E;
}
.AnyTagClassName
{
color: #66AB3E;
}
</style>
background-color css
<style>
a { background-color: #66AB3E; }
a { background-color: rgb(102,171,62); }
div.DivClassName
{
background-color: #66AB3E;
}
.BgClassName
{
background-color: #66AB3E;
}
</style>
border-color css
<style>
span { border-color: #66AB3E; }
span { border-color: rgb(102,171,62); }
td.TdClassName
{
border-color: #66AB3E;
}
.TagClassName
{
border-color: #66AB3E;
}
</style>