Shades of Apple #65AA52
Tints of Apple #65AA52
RGB
CMYK
RGB Variations
Color information
#65AA52 (or 0x65AA52) is known color: Apple. HEX triplet: 65, AA and 52. RGB value is (101,170,82). Sum of RGB (Red+Green+Blue) = 101+170+82=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA52 is #9A55AD. Grayscale: #8B8B8B. Windows color (decimal): -10114478 or 5417573. OLE color: 5417573.
HSL color Cylindrical-coordinate representation of color #65AA52: hue angle of 107.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65AA52 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 82 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.33 |
| HSL | 107.05º | 0.35% | 0.49% | - |
| HSV(B) | 107.05º | 0.52% | 0.67% | - |
| XYZ | 21.26 | 32.13 | 13.06 | - |
| YUV | 139.34 | 95.64 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 82 | 0.41 | 0 | 0.52 | 0.33 | 107.05 | 0.35 | 0.49 |
| Hex | 65 | AA | 52 | 29 | 0 | 34 | 21 | 6B | 23 | 31 |
| Octal | 145 | 252 | 122 | 51 | 0 | 64 | 41 | 153 | 43 | 61 |
| Binary | 1100101 | 10101010 | 1010010 | 101001 | 0 | 110100 | 100001 | 1101011 | 100011 | 110001 |
Color Harmonies of #65AA52
Complementary color
Monochromatic Colors of #65AA52
Black with #65AA52
Text Example
Text Example
White with #65AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA52; }
p { color: rgb(101,170,82); }
H1.HeaderClassName
{
color: #65AA52;
}
.AnyTagClassName
{
color: #65AA52;
}
</style>
background-color css
<style>
a { background-color: #65AA52; }
a { background-color: rgb(101,170,82); }
div.DivClassName
{
background-color: #65AA52;
}
.BgClassName
{
background-color: #65AA52;
}
</style>
border-color css
<style>
span { border-color: #65AA52; }
span { border-color: rgb(101,170,82); }
td.TdClassName
{
border-color: #65AA52;
}
.TagClassName
{
border-color: #65AA52;
}
</style>