Shades of Apple #66A54F
Tints of Apple #66A54F
RGB
CMYK
RGB Variations
Color information
#66A54F (or 0x66A54F) is known color: Apple. HEX triplet: 66, A5 and 4F. RGB value is (102,165,79). Sum of RGB (Red+Green+Blue) = 102+165+79=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #66A54F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A54F is #995AB0. Grayscale: #888888. Windows color (decimal): -10050225 or 5219686. OLE color: 5219686.
HSL color Cylindrical-coordinate representation of color #66A54F: hue angle of 103.95º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66A54F is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 165 | 79 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.35 |
| HSL | 103.95º | 0.35% | 0.48% | - |
| HSV(B) | 103.95º | 0.52% | 0.65% | - |
| XYZ | 20.35 | 30.3 | 12.17 | - |
| YUV | 136.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 79 | 0.38 | 0 | 0.52 | 0.35 | 103.95 | 0.35 | 0.48 |
| Hex | 66 | A5 | 4F | 26 | 0 | 34 | 23 | 68 | 23 | 30 |
| Octal | 146 | 245 | 117 | 46 | 0 | 64 | 43 | 150 | 43 | 60 |
| Binary | 1100110 | 10100101 | 1001111 | 100110 | 0 | 110100 | 100011 | 1101000 | 100011 | 110000 |
Color Harmonies of #66A54F
Complementary color
Monochromatic Colors of #66A54F
Black with #66A54F
Text Example
Text Example
White with #66A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A54F; }
p { color: rgb(102,165,79); }
H1.HeaderClassName
{
color: #66A54F;
}
.AnyTagClassName
{
color: #66A54F;
}
</style>
background-color css
<style>
a { background-color: #66A54F; }
a { background-color: rgb(102,165,79); }
div.DivClassName
{
background-color: #66A54F;
}
.BgClassName
{
background-color: #66A54F;
}
</style>
border-color css
<style>
span { border-color: #66A54F; }
span { border-color: rgb(102,165,79); }
td.TdClassName
{
border-color: #66A54F;
}
.TagClassName
{
border-color: #66A54F;
}
</style>