Shades of Apple #66B750
Tints of Apple #66B750
RGB
CMYK
RGB Variations
Color information
#66B750 (or 0x66B750) is known color: Apple. HEX triplet: 66, B7 and 50. RGB value is (102,183,80). Sum of RGB (Red+Green+Blue) = 102+183+80=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #66B750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B750 is #9948AF. Grayscale: #939393. Windows color (decimal): -10045616 or 5289830. OLE color: 5289830.
HSL color Cylindrical-coordinate representation of color #66B750: hue angle of 107.18º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66B750 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 80 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.28 |
| HSL | 107.18º | 0.42% | 0.52% | - |
| HSV(B) | 107.18º | 0.56% | 0.72% | - |
| XYZ | 23.86 | 37.27 | 13.53 | - |
| YUV | 147.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 80 | 0.44 | 0 | 0.56 | 0.28 | 107.18 | 0.42 | 0.52 |
| Hex | 66 | B7 | 50 | 2C | 0 | 38 | 1C | 6B | 2A | 34 |
| Octal | 146 | 267 | 120 | 54 | 0 | 70 | 34 | 153 | 52 | 64 |
| Binary | 1100110 | 10110111 | 1010000 | 101100 | 0 | 111000 | 11100 | 1101011 | 101010 | 110100 |
Color Harmonies of #66B750
Complementary color
Monochromatic Colors of #66B750
Black with #66B750
Text Example
Text Example
White with #66B750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B750; }
p { color: rgb(102,183,80); }
H1.HeaderClassName
{
color: #66B750;
}
.AnyTagClassName
{
color: #66B750;
}
</style>
background-color css
<style>
a { background-color: #66B750; }
a { background-color: rgb(102,183,80); }
div.DivClassName
{
background-color: #66B750;
}
.BgClassName
{
background-color: #66B750;
}
</style>
border-color css
<style>
span { border-color: #66B750; }
span { border-color: rgb(102,183,80); }
td.TdClassName
{
border-color: #66B750;
}
.TagClassName
{
border-color: #66B750;
}
</style>