Shades of Apple #65A459
Tints of Apple #65A459
RGB
CMYK
RGB Variations
Color information
#65A459 (or 0x65A459) is known color: Apple. HEX triplet: 65, A4 and 59. RGB value is (101,164,89). Sum of RGB (Red+Green+Blue) = 101+164+89=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #65A459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A459 is #9A5BA6. Grayscale: #888888. Windows color (decimal): -10116007 or 5874789. OLE color: 5874789.
HSL color Cylindrical-coordinate representation of color #65A459: hue angle of 110.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65A459 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 164 | 89 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.36 |
| HSL | 110.4º | 0.3% | 0.5% | - |
| HSV(B) | 110.4º | 0.46% | 0.64% | - |
| XYZ | 20.45 | 30.04 | 14.17 | - |
| YUV | 136.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 164 | 89 | 0.38 | 0 | 0.46 | 0.36 | 110.4 | 0.3 | 0.5 |
| Hex | 65 | A4 | 59 | 26 | 0 | 2E | 24 | 6E | 1E | 32 |
| Octal | 145 | 244 | 131 | 46 | 0 | 56 | 44 | 156 | 36 | 62 |
| Binary | 1100101 | 10100100 | 1011001 | 100110 | 0 | 101110 | 100100 | 1101110 | 11110 | 110010 |
Color Harmonies of #65A459
Complementary color
Monochromatic Colors of #65A459
Black with #65A459
Text Example
Text Example
White with #65A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A459; }
p { color: rgb(101,164,89); }
H1.HeaderClassName
{
color: #65A459;
}
.AnyTagClassName
{
color: #65A459;
}
</style>
background-color css
<style>
a { background-color: #65A459; }
a { background-color: rgb(101,164,89); }
div.DivClassName
{
background-color: #65A459;
}
.BgClassName
{
background-color: #65A459;
}
</style>
border-color css
<style>
span { border-color: #65A459; }
span { border-color: rgb(101,164,89); }
td.TdClassName
{
border-color: #65A459;
}
.TagClassName
{
border-color: #65A459;
}
</style>