Shades of Apple #669F54
Tints of Apple #669F54
RGB
CMYK
RGB Variations
Color information
#669F54 (or 0x669F54) is known color: Apple. HEX triplet: 66, 9F and 54. RGB value is (102,159,84). Sum of RGB (Red+Green+Blue) = 102+159+84=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #669F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F54 is #9960AB. Grayscale: #858585. Windows color (decimal): -10051756 or 5545830. OLE color: 5545830.
HSL color Cylindrical-coordinate representation of color #669F54: hue angle of 105.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #669F54 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 84 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.38 |
| HSL | 105.6º | 0.31% | 0.48% | - |
| HSV(B) | 105.6º | 0.47% | 0.62% | - |
| XYZ | 19.48 | 28.26 | 12.82 | - |
| YUV | 133.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 84 | 0.36 | 0 | 0.47 | 0.38 | 105.6 | 0.31 | 0.48 |
| Hex | 66 | 9F | 54 | 24 | 0 | 2F | 26 | 6A | 1F | 30 |
| Octal | 146 | 237 | 124 | 44 | 0 | 57 | 46 | 152 | 37 | 60 |
| Binary | 1100110 | 10011111 | 1010100 | 100100 | 0 | 101111 | 100110 | 1101010 | 11111 | 110000 |
Color Harmonies of #669F54
Complementary color
Monochromatic Colors of #669F54
Black with #669F54
Text Example
Text Example
White with #669F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F54; }
p { color: rgb(102,159,84); }
H1.HeaderClassName
{
color: #669F54;
}
.AnyTagClassName
{
color: #669F54;
}
</style>
background-color css
<style>
a { background-color: #669F54; }
a { background-color: rgb(102,159,84); }
div.DivClassName
{
background-color: #669F54;
}
.BgClassName
{
background-color: #669F54;
}
</style>
border-color css
<style>
span { border-color: #669F54; }
span { border-color: rgb(102,159,84); }
td.TdClassName
{
border-color: #669F54;
}
.TagClassName
{
border-color: #669F54;
}
</style>