Shades of Apple #66B753
Tints of Apple #66B753
RGB
CMYK
RGB Variations
Color information
#66B753 (or 0x66B753) is known color: Apple. HEX triplet: 66, B7 and 53. RGB value is (102,183,83). Sum of RGB (Red+Green+Blue) = 102+183+83=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #66B753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B753 is #9948AC. Grayscale: #939393. Windows color (decimal): -10045613 or 5486438. OLE color: 5486438.
HSL color Cylindrical-coordinate representation of color #66B753: hue angle of 108.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66B753 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 83 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.28 |
| HSL | 108.6º | 0.41% | 0.52% | - |
| HSV(B) | 108.6º | 0.55% | 0.72% | - |
| XYZ | 23.97 | 37.32 | 14.12 | - |
| YUV | 147.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 83 | 0.44 | 0 | 0.55 | 0.28 | 108.6 | 0.41 | 0.52 |
| Hex | 66 | B7 | 53 | 2C | 0 | 37 | 1C | 6D | 29 | 34 |
| Octal | 146 | 267 | 123 | 54 | 0 | 67 | 34 | 155 | 51 | 64 |
| Binary | 1100110 | 10110111 | 1010011 | 101100 | 0 | 110111 | 11100 | 1101101 | 101001 | 110100 |
Color Harmonies of #66B753
Complementary color
Monochromatic Colors of #66B753
Black with #66B753
Text Example
Text Example
White with #66B753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B753; }
p { color: rgb(102,183,83); }
H1.HeaderClassName
{
color: #66B753;
}
.AnyTagClassName
{
color: #66B753;
}
</style>
background-color css
<style>
a { background-color: #66B753; }
a { background-color: rgb(102,183,83); }
div.DivClassName
{
background-color: #66B753;
}
.BgClassName
{
background-color: #66B753;
}
</style>
border-color css
<style>
span { border-color: #66B753; }
span { border-color: rgb(102,183,83); }
td.TdClassName
{
border-color: #66B753;
}
.TagClassName
{
border-color: #66B753;
}
</style>