Shades of Apple #669F41
Tints of Apple #669F41
RGB
CMYK
RGB Variations
Color information
#669F41 (or 0x669F41) is known color: Apple. HEX triplet: 66, 9F and 41. RGB value is (102,159,65). Sum of RGB (Red+Green+Blue) = 102+159+65=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #669F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F41 is #9960BE. Grayscale: #838383. Windows color (decimal): -10051775 or 4300646. OLE color: 4300646.
HSL color Cylindrical-coordinate representation of color #669F41: hue angle of 96.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669F41 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 65 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.38 |
| HSL | 96.38º | 0.42% | 0.44% | - |
| HSV(B) | 96.38º | 0.59% | 0.62% | - |
| XYZ | 18.83 | 28 | 9.41 | - |
| YUV | 131.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 65 | 0.36 | 0 | 0.59 | 0.38 | 96.38 | 0.42 | 0.44 |
| Hex | 66 | 9F | 41 | 24 | 0 | 3B | 26 | 60 | 2A | 2C |
| Octal | 146 | 237 | 101 | 44 | 0 | 73 | 46 | 140 | 52 | 54 |
| Binary | 1100110 | 10011111 | 1000001 | 100100 | 0 | 111011 | 100110 | 1100000 | 101010 | 101100 |
Color Harmonies of #669F41
Complementary color
Monochromatic Colors of #669F41
Black with #669F41
Text Example
Text Example
White with #669F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F41; }
p { color: rgb(102,159,65); }
H1.HeaderClassName
{
color: #669F41;
}
.AnyTagClassName
{
color: #669F41;
}
</style>
background-color css
<style>
a { background-color: #669F41; }
a { background-color: rgb(102,159,65); }
div.DivClassName
{
background-color: #669F41;
}
.BgClassName
{
background-color: #669F41;
}
</style>
border-color css
<style>
span { border-color: #669F41; }
span { border-color: rgb(102,159,65); }
td.TdClassName
{
border-color: #669F41;
}
.TagClassName
{
border-color: #669F41;
}
</style>