Shades of Apple #669F46
Tints of Apple #669F46
RGB
CMYK
RGB Variations
Color information
#669F46 (or 0x669F46) is known color: Apple. HEX triplet: 66, 9F and 46. RGB value is (102,159,70). Sum of RGB (Red+Green+Blue) = 102+159+70=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #669F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F46 is #9960B9. Grayscale: #848484. Windows color (decimal): -10051770 or 4628326. OLE color: 4628326.
HSL color Cylindrical-coordinate representation of color #669F46: hue angle of 98.43º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669F46 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 70 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.38 |
| HSL | 98.43º | 0.39% | 0.45% | - |
| HSV(B) | 98.43º | 0.56% | 0.62% | - |
| XYZ | 18.98 | 28.06 | 10.21 | - |
| YUV | 131.81 | 93.12 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 70 | 0.36 | 0 | 0.56 | 0.38 | 98.43 | 0.39 | 0.45 |
| Hex | 66 | 9F | 46 | 24 | 0 | 38 | 26 | 62 | 27 | 2D |
| Octal | 146 | 237 | 106 | 44 | 0 | 70 | 46 | 142 | 47 | 55 |
| Binary | 1100110 | 10011111 | 1000110 | 100100 | 0 | 111000 | 100110 | 1100010 | 100111 | 101101 |
Color Harmonies of #669F46
Complementary color
Monochromatic Colors of #669F46
Black with #669F46
Text Example
Text Example
White with #669F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F46; }
p { color: rgb(102,159,70); }
H1.HeaderClassName
{
color: #669F46;
}
.AnyTagClassName
{
color: #669F46;
}
</style>
background-color css
<style>
a { background-color: #669F46; }
a { background-color: rgb(102,159,70); }
div.DivClassName
{
background-color: #669F46;
}
.BgClassName
{
background-color: #669F46;
}
</style>
border-color css
<style>
span { border-color: #669F46; }
span { border-color: rgb(102,159,70); }
td.TdClassName
{
border-color: #669F46;
}
.TagClassName
{
border-color: #669F46;
}
</style>