Shades of Apple #669947
Tints of Apple #669947
RGB
CMYK
RGB Variations
Color information
#669947 (or 0x669947) is known color: Apple. HEX triplet: 66, 99 and 47. RGB value is (102,153,71). Sum of RGB (Red+Green+Blue) = 102+153+71=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #669947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669947 is #9966B8. Grayscale: #808080. Windows color (decimal): -10053305 or 4692326. OLE color: 4692326.
HSL color Cylindrical-coordinate representation of color #669947: hue angle of 97.32º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669947 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 71 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.4 |
| HSL | 97.32º | 0.37% | 0.44% | - |
| HSV(B) | 97.32º | 0.54% | 0.6% | - |
| XYZ | 18.01 | 26.06 | 10.04 | - |
| YUV | 128.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 71 | 0.33 | 0 | 0.54 | 0.4 | 97.32 | 0.37 | 0.44 |
| Hex | 66 | 99 | 47 | 21 | 0 | 36 | 28 | 61 | 25 | 2C |
| Octal | 146 | 231 | 107 | 41 | 0 | 66 | 50 | 141 | 45 | 54 |
| Binary | 1100110 | 10011001 | 1000111 | 100001 | 0 | 110110 | 101000 | 1100001 | 100101 | 101100 |
Color Harmonies of #669947
Complementary color
Monochromatic Colors of #669947
Black with #669947
Text Example
Text Example
White with #669947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669947; }
p { color: rgb(102,153,71); }
H1.HeaderClassName
{
color: #669947;
}
.AnyTagClassName
{
color: #669947;
}
</style>
background-color css
<style>
a { background-color: #669947; }
a { background-color: rgb(102,153,71); }
div.DivClassName
{
background-color: #669947;
}
.BgClassName
{
background-color: #669947;
}
</style>
border-color css
<style>
span { border-color: #669947; }
span { border-color: rgb(102,153,71); }
td.TdClassName
{
border-color: #669947;
}
.TagClassName
{
border-color: #669947;
}
</style>