Shades of Apple #66A553
Tints of Apple #66A553
RGB
CMYK
RGB Variations
Color information
#66A553 (or 0x66A553) is known color: Apple. HEX triplet: 66, A5 and 53. RGB value is (102,165,83). Sum of RGB (Red+Green+Blue) = 102+165+83=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #66A553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A553 is #995AAC. Grayscale: #898989. Windows color (decimal): -10050221 or 5481830. OLE color: 5481830.
HSL color Cylindrical-coordinate representation of color #66A553: hue angle of 106.1º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A553 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 165 | 83 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.35 |
| HSL | 106.1º | 0.33% | 0.49% | - |
| HSV(B) | 106.1º | 0.5% | 0.65% | - |
| XYZ | 20.5 | 30.36 | 12.96 | - |
| YUV | 136.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 83 | 0.38 | 0 | 0.50 | 0.35 | 106.1 | 0.33 | 0.49 |
| Hex | 66 | A5 | 53 | 26 | 0 | 32 | 23 | 6A | 21 | 31 |
| Octal | 146 | 245 | 123 | 46 | 0 | 62 | 43 | 152 | 41 | 61 |
| Binary | 1100110 | 10100101 | 1010011 | 100110 | 0 | 110010 | 100011 | 1101010 | 100001 | 110001 |
Color Harmonies of #66A553
Complementary color
Monochromatic Colors of #66A553
Black with #66A553
Text Example
Text Example
White with #66A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A553; }
p { color: rgb(102,165,83); }
H1.HeaderClassName
{
color: #66A553;
}
.AnyTagClassName
{
color: #66A553;
}
</style>
background-color css
<style>
a { background-color: #66A553; }
a { background-color: rgb(102,165,83); }
div.DivClassName
{
background-color: #66A553;
}
.BgClassName
{
background-color: #66A553;
}
</style>
border-color css
<style>
span { border-color: #66A553; }
span { border-color: rgb(102,165,83); }
td.TdClassName
{
border-color: #66A553;
}
.TagClassName
{
border-color: #66A553;
}
</style>