Shades of Apple #669B46
Tints of Apple #669B46
RGB
CMYK
RGB Variations
Color information
#669B46 (or 0x669B46) is known color: Apple. HEX triplet: 66, 9B and 46. RGB value is (102,155,70). Sum of RGB (Red+Green+Blue) = 102+155+70=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #669B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B46 is #9964B9. Grayscale: #818181. Windows color (decimal): -10052794 or 4627302. OLE color: 4627302.
HSL color Cylindrical-coordinate representation of color #669B46: hue angle of 97.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669B46 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 70 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.39 |
| HSL | 97.41º | 0.38% | 0.44% | - |
| HSV(B) | 97.41º | 0.55% | 0.61% | - |
| XYZ | 18.31 | 26.71 | 9.98 | - |
| YUV | 129.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 70 | 0.34 | 0 | 0.55 | 0.39 | 97.41 | 0.38 | 0.44 |
| Hex | 66 | 9B | 46 | 22 | 0 | 37 | 27 | 61 | 26 | 2C |
| Octal | 146 | 233 | 106 | 42 | 0 | 67 | 47 | 141 | 46 | 54 |
| Binary | 1100110 | 10011011 | 1000110 | 100010 | 0 | 110111 | 100111 | 1100001 | 100110 | 101100 |
Color Harmonies of #669B46
Complementary color
Monochromatic Colors of #669B46
Black with #669B46
Text Example
Text Example
White with #669B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B46; }
p { color: rgb(102,155,70); }
H1.HeaderClassName
{
color: #669B46;
}
.AnyTagClassName
{
color: #669B46;
}
</style>
background-color css
<style>
a { background-color: #669B46; }
a { background-color: rgb(102,155,70); }
div.DivClassName
{
background-color: #669B46;
}
.BgClassName
{
background-color: #669B46;
}
</style>
border-color css
<style>
span { border-color: #669B46; }
span { border-color: rgb(102,155,70); }
td.TdClassName
{
border-color: #669B46;
}
.TagClassName
{
border-color: #669B46;
}
</style>