Shades of Apple #66AB37
Tints of Apple #66AB37
RGB
CMYK
RGB Variations
Color information
#66AB37 (or 0x66AB37) is known color: Apple. HEX triplet: 66, AB and 37. RGB value is (102,171,55). Sum of RGB (Red+Green+Blue) = 102+171+55=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB37 is #9954C8. Grayscale: #898989. Windows color (decimal): -10048713 or 3648358. OLE color: 3648358.
HSL color Cylindrical-coordinate representation of color #66AB37: hue angle of 95.69º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66AB37 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 55 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.33 |
| HSL | 95.69º | 0.51% | 0.44% | - |
| HSV(B) | 95.69º | 0.68% | 0.67% | - |
| XYZ | 20.73 | 32.23 | 8.74 | - |
| YUV | 137.15 | 81.64 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 55 | 0.40 | 0 | 0.68 | 0.33 | 95.69 | 0.51 | 0.44 |
| Hex | 66 | AB | 37 | 28 | 0 | 44 | 21 | 60 | 33 | 2C |
| Octal | 146 | 253 | 67 | 50 | 0 | 104 | 41 | 140 | 63 | 54 |
| Binary | 1100110 | 10101011 | 110111 | 101000 | 0 | 1000100 | 100001 | 1100000 | 110011 | 101100 |
Color Harmonies of #66AB37
Complementary color
Monochromatic Colors of #66AB37
Black with #66AB37
Text Example
Text Example
White with #66AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB37; }
p { color: rgb(102,171,55); }
H1.HeaderClassName
{
color: #66AB37;
}
.AnyTagClassName
{
color: #66AB37;
}
</style>
background-color css
<style>
a { background-color: #66AB37; }
a { background-color: rgb(102,171,55); }
div.DivClassName
{
background-color: #66AB37;
}
.BgClassName
{
background-color: #66AB37;
}
</style>
border-color css
<style>
span { border-color: #66AB37; }
span { border-color: rgb(102,171,55); }
td.TdClassName
{
border-color: #66AB37;
}
.TagClassName
{
border-color: #66AB37;
}
</style>