Shades of Apple #66A94D
Tints of Apple #66A94D
RGB
CMYK
RGB Variations
Color information
#66A94D (or 0x66A94D) is known color: Apple. HEX triplet: 66, A9 and 4D. RGB value is (102,169,77). Sum of RGB (Red+Green+Blue) = 102+169+77=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #66A94D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A94D is #9956B2. Grayscale: #8A8A8A. Windows color (decimal): -10049203 or 5089638. OLE color: 5089638.
HSL color Cylindrical-coordinate representation of color #66A94D: hue angle of 103.7º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A94D is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 169 | 77 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.34 |
| HSL | 103.7º | 0.37% | 0.48% | - |
| HSV(B) | 103.7º | 0.54% | 0.66% | - |
| XYZ | 21.01 | 31.74 | 12.04 | - |
| YUV | 138.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 77 | 0.40 | 0 | 0.54 | 0.34 | 103.7 | 0.37 | 0.48 |
| Hex | 66 | A9 | 4D | 28 | 0 | 36 | 22 | 68 | 25 | 30 |
| Octal | 146 | 251 | 115 | 50 | 0 | 66 | 42 | 150 | 45 | 60 |
| Binary | 1100110 | 10101001 | 1001101 | 101000 | 0 | 110110 | 100010 | 1101000 | 100101 | 110000 |
Color Harmonies of #66A94D
Complementary color
Monochromatic Colors of #66A94D
Black with #66A94D
Text Example
Text Example
White with #66A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A94D; }
p { color: rgb(102,169,77); }
H1.HeaderClassName
{
color: #66A94D;
}
.AnyTagClassName
{
color: #66A94D;
}
</style>
background-color css
<style>
a { background-color: #66A94D; }
a { background-color: rgb(102,169,77); }
div.DivClassName
{
background-color: #66A94D;
}
.BgClassName
{
background-color: #66A94D;
}
</style>
border-color css
<style>
span { border-color: #66A94D; }
span { border-color: rgb(102,169,77); }
td.TdClassName
{
border-color: #66A94D;
}
.TagClassName
{
border-color: #66A94D;
}
</style>