Shades of Apple #65A151
Tints of Apple #65A151
RGB
CMYK
RGB Variations
Color information
#65A151 (or 0x65A151) is known color: Apple. HEX triplet: 65, A1 and 51. RGB value is (101,161,81). Sum of RGB (Red+Green+Blue) = 101+161+81=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #65A151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A151 is #9A5EAE. Grayscale: #868686. Windows color (decimal): -10116783 or 5349733. OLE color: 5349733.
HSL color Cylindrical-coordinate representation of color #65A151: hue angle of 105º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65A151 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 81 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.37 |
| HSL | 105º | 0.33% | 0.47% | - |
| HSV(B) | 105º | 0.5% | 0.63% | - |
| XYZ | 19.6 | 28.85 | 12.32 | - |
| YUV | 133.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 81 | 0.37 | 0 | 0.50 | 0.37 | 105 | 0.33 | 0.47 |
| Hex | 65 | A1 | 51 | 25 | 0 | 32 | 25 | 69 | 21 | 2F |
| Octal | 145 | 241 | 121 | 45 | 0 | 62 | 45 | 151 | 41 | 57 |
| Binary | 1100101 | 10100001 | 1010001 | 100101 | 0 | 110010 | 100101 | 1101001 | 100001 | 101111 |
Color Harmonies of #65A151
Complementary color
Monochromatic Colors of #65A151
Black with #65A151
Text Example
Text Example
White with #65A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A151; }
p { color: rgb(101,161,81); }
H1.HeaderClassName
{
color: #65A151;
}
.AnyTagClassName
{
color: #65A151;
}
</style>
background-color css
<style>
a { background-color: #65A151; }
a { background-color: rgb(101,161,81); }
div.DivClassName
{
background-color: #65A151;
}
.BgClassName
{
background-color: #65A151;
}
</style>
border-color css
<style>
span { border-color: #65A151; }
span { border-color: rgb(101,161,81); }
td.TdClassName
{
border-color: #65A151;
}
.TagClassName
{
border-color: #65A151;
}
</style>