Shades of Apple #669E42
Tints of Apple #669E42
RGB
CMYK
RGB Variations
Color information
#669E42 (or 0x669E42) is known color: Apple. HEX triplet: 66, 9E and 42. RGB value is (102,158,66). Sum of RGB (Red+Green+Blue) = 102+158+66=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #669E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E42 is #9961BD. Grayscale: #838383. Windows color (decimal): -10052030 or 4365926. OLE color: 4365926.
HSL color Cylindrical-coordinate representation of color #669E42: hue angle of 96.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669E42 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 66 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.38 |
| HSL | 96.52º | 0.41% | 0.44% | - |
| HSV(B) | 96.52º | 0.58% | 0.62% | - |
| XYZ | 18.69 | 27.67 | 9.51 | - |
| YUV | 130.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 66 | 0.35 | 0 | 0.58 | 0.38 | 96.52 | 0.41 | 0.44 |
| Hex | 66 | 9E | 42 | 23 | 0 | 3A | 26 | 61 | 29 | 2C |
| Octal | 146 | 236 | 102 | 43 | 0 | 72 | 46 | 141 | 51 | 54 |
| Binary | 1100110 | 10011110 | 1000010 | 100011 | 0 | 111010 | 100110 | 1100001 | 101001 | 101100 |
Color Harmonies of #669E42
Complementary color
Monochromatic Colors of #669E42
Black with #669E42
Text Example
Text Example
White with #669E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E42; }
p { color: rgb(102,158,66); }
H1.HeaderClassName
{
color: #669E42;
}
.AnyTagClassName
{
color: #669E42;
}
</style>
background-color css
<style>
a { background-color: #669E42; }
a { background-color: rgb(102,158,66); }
div.DivClassName
{
background-color: #669E42;
}
.BgClassName
{
background-color: #669E42;
}
</style>
border-color css
<style>
span { border-color: #669E42; }
span { border-color: rgb(102,158,66); }
td.TdClassName
{
border-color: #669E42;
}
.TagClassName
{
border-color: #669E42;
}
</style>