Shades of Apple #65A047
Tints of Apple #65A047
RGB
CMYK
RGB Variations
Color information
#65A047 (or 0x65A047) is known color: Apple. HEX triplet: 65, A0 and 47. RGB value is (101,160,71). Sum of RGB (Red+Green+Blue) = 101+160+71=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #65A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A047 is #9A5FB8. Grayscale: #848484. Windows color (decimal): -10117049 or 4694117. OLE color: 4694117.
HSL color Cylindrical-coordinate representation of color #65A047: hue angle of 99.78º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65A047 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 71 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.37 |
| HSL | 99.78º | 0.39% | 0.45% | - |
| HSV(B) | 99.78º | 0.56% | 0.63% | - |
| XYZ | 19.07 | 28.36 | 10.43 | - |
| YUV | 132.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 71 | 0.37 | 0 | 0.56 | 0.37 | 99.78 | 0.39 | 0.45 |
| Hex | 65 | A0 | 47 | 25 | 0 | 38 | 25 | 64 | 27 | 2D |
| Octal | 145 | 240 | 107 | 45 | 0 | 70 | 45 | 144 | 47 | 55 |
| Binary | 1100101 | 10100000 | 1000111 | 100101 | 0 | 111000 | 100101 | 1100100 | 100111 | 101101 |
Color Harmonies of #65A047
Complementary color
Monochromatic Colors of #65A047
Black with #65A047
Text Example
Text Example
White with #65A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A047; }
p { color: rgb(101,160,71); }
H1.HeaderClassName
{
color: #65A047;
}
.AnyTagClassName
{
color: #65A047;
}
</style>
background-color css
<style>
a { background-color: #65A047; }
a { background-color: rgb(101,160,71); }
div.DivClassName
{
background-color: #65A047;
}
.BgClassName
{
background-color: #65A047;
}
</style>
border-color css
<style>
span { border-color: #65A047; }
span { border-color: rgb(101,160,71); }
td.TdClassName
{
border-color: #65A047;
}
.TagClassName
{
border-color: #65A047;
}
</style>