Shades of Apple #66A94A
Tints of Apple #66A94A
RGB
CMYK
RGB Variations
Color information
#66A94A (or 0x66A94A) is known color: Apple. HEX triplet: 66, A9 and 4A. RGB value is (102,169,74). Sum of RGB (Red+Green+Blue) = 102+169+74=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #66A94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A94A is #9956B5. Grayscale: #8A8A8A. Windows color (decimal): -10049206 or 4893030. OLE color: 4893030.
HSL color Cylindrical-coordinate representation of color #66A94A: hue angle of 102.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66A94A is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 169 | 74 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.34 |
| HSL | 102.32º | 0.39% | 0.48% | - |
| HSV(B) | 102.32º | 0.56% | 0.66% | - |
| XYZ | 20.9 | 31.7 | 11.49 | - |
| YUV | 138.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 74 | 0.40 | 0 | 0.56 | 0.34 | 102.32 | 0.39 | 0.48 |
| Hex | 66 | A9 | 4A | 28 | 0 | 38 | 22 | 66 | 27 | 30 |
| Octal | 146 | 251 | 112 | 50 | 0 | 70 | 42 | 146 | 47 | 60 |
| Binary | 1100110 | 10101001 | 1001010 | 101000 | 0 | 111000 | 100010 | 1100110 | 100111 | 110000 |
Color Harmonies of #66A94A
Complementary color
Monochromatic Colors of #66A94A
Black with #66A94A
Text Example
Text Example
White with #66A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A94A; }
p { color: rgb(102,169,74); }
H1.HeaderClassName
{
color: #66A94A;
}
.AnyTagClassName
{
color: #66A94A;
}
</style>
background-color css
<style>
a { background-color: #66A94A; }
a { background-color: rgb(102,169,74); }
div.DivClassName
{
background-color: #66A94A;
}
.BgClassName
{
background-color: #66A94A;
}
</style>
border-color css
<style>
span { border-color: #66A94A; }
span { border-color: rgb(102,169,74); }
td.TdClassName
{
border-color: #66A94A;
}
.TagClassName
{
border-color: #66A94A;
}
</style>