Shades of Apple #66AD34
Tints of Apple #66AD34
RGB
CMYK
RGB Variations
Color information
#66AD34 (or 0x66AD34) is known color: Apple. HEX triplet: 66, AD and 34. RGB value is (102,173,52). Sum of RGB (Red+Green+Blue) = 102+173+52=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AD34 is #9952CB. Grayscale: #8A8A8A. Windows color (decimal): -10048204 or 3452262. OLE color: 3452262.
HSL color Cylindrical-coordinate representation of color #66AD34: hue angle of 95.21º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66AD34 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 52 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.32 |
| HSL | 95.21º | 0.54% | 0.44% | - |
| HSV(B) | 95.21º | 0.7% | 0.68% | - |
| XYZ | 21.04 | 32.96 | 8.5 | - |
| YUV | 137.98 | 79.48 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 52 | 0.41 | 0 | 0.70 | 0.32 | 95.21 | 0.54 | 0.44 |
| Hex | 66 | AD | 34 | 29 | 0 | 46 | 20 | 5F | 36 | 2C |
| Octal | 146 | 255 | 64 | 51 | 0 | 106 | 40 | 137 | 66 | 54 |
| Binary | 1100110 | 10101101 | 110100 | 101001 | 0 | 1000110 | 100000 | 1011111 | 110110 | 101100 |
Color Harmonies of #66AD34
Complementary color
Monochromatic Colors of #66AD34
Black with #66AD34
Text Example
Text Example
White with #66AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD34; }
p { color: rgb(102,173,52); }
H1.HeaderClassName
{
color: #66AD34;
}
.AnyTagClassName
{
color: #66AD34;
}
</style>
background-color css
<style>
a { background-color: #66AD34; }
a { background-color: rgb(102,173,52); }
div.DivClassName
{
background-color: #66AD34;
}
.BgClassName
{
background-color: #66AD34;
}
</style>
border-color css
<style>
span { border-color: #66AD34; }
span { border-color: rgb(102,173,52); }
td.TdClassName
{
border-color: #66AD34;
}
.TagClassName
{
border-color: #66AD34;
}
</style>