Shades of Apple #65A53A
Tints of Apple #65A53A
RGB
CMYK
RGB Variations
Color information
#65A53A (or 0x65A53A) is known color: Apple. HEX triplet: 65, A5 and 3A. RGB value is (101,165,58). Sum of RGB (Red+Green+Blue) = 101+165+58=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #65A53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A53A is #9A5AC5. Grayscale: #868686. Windows color (decimal): -10115782 or 3843429. OLE color: 3843429.
HSL color Cylindrical-coordinate representation of color #65A53A: hue angle of 95.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65A53A is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 165 | 58 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.35 |
| HSL | 95.89º | 0.48% | 0.44% | - |
| HSV(B) | 95.89º | 0.65% | 0.65% | - |
| XYZ | 19.59 | 29.98 | 8.76 | - |
| YUV | 133.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 165 | 58 | 0.39 | 0 | 0.65 | 0.35 | 95.89 | 0.48 | 0.44 |
| Hex | 65 | A5 | 3A | 27 | 0 | 41 | 23 | 60 | 30 | 2C |
| Octal | 145 | 245 | 72 | 47 | 0 | 101 | 43 | 140 | 60 | 54 |
| Binary | 1100101 | 10100101 | 111010 | 100111 | 0 | 1000001 | 100011 | 1100000 | 110000 | 101100 |
Color Harmonies of #65A53A
Complementary color
Monochromatic Colors of #65A53A
Black with #65A53A
Text Example
Text Example
White with #65A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A53A; }
p { color: rgb(101,165,58); }
H1.HeaderClassName
{
color: #65A53A;
}
.AnyTagClassName
{
color: #65A53A;
}
</style>
background-color css
<style>
a { background-color: #65A53A; }
a { background-color: rgb(101,165,58); }
div.DivClassName
{
background-color: #65A53A;
}
.BgClassName
{
background-color: #65A53A;
}
</style>
border-color css
<style>
span { border-color: #65A53A; }
span { border-color: rgb(101,165,58); }
td.TdClassName
{
border-color: #65A53A;
}
.TagClassName
{
border-color: #65A53A;
}
</style>