Shades of Apple #65A651
Tints of Apple #65A651
RGB
CMYK
RGB Variations
Color information
#65A651 (or 0x65A651) is known color: Apple. HEX triplet: 65, A6 and 51. RGB value is (101,166,81). Sum of RGB (Red+Green+Blue) = 101+166+81=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #65A651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A651 is #9A59AE. Grayscale: #898989. Windows color (decimal): -10115503 or 5351013. OLE color: 5351013.
HSL color Cylindrical-coordinate representation of color #65A651: hue angle of 105.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65A651 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 81 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.35 |
| HSL | 105.88º | 0.34% | 0.48% | - |
| HSV(B) | 105.88º | 0.51% | 0.65% | - |
| XYZ | 20.49 | 30.63 | 12.62 | - |
| YUV | 136.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 81 | 0.39 | 0 | 0.51 | 0.35 | 105.88 | 0.34 | 0.48 |
| Hex | 65 | A6 | 51 | 27 | 0 | 33 | 23 | 6A | 22 | 30 |
| Octal | 145 | 246 | 121 | 47 | 0 | 63 | 43 | 152 | 42 | 60 |
| Binary | 1100101 | 10100110 | 1010001 | 100111 | 0 | 110011 | 100011 | 1101010 | 100010 | 110000 |
Color Harmonies of #65A651
Complementary color
Monochromatic Colors of #65A651
Black with #65A651
Text Example
Text Example
White with #65A651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A651; }
p { color: rgb(101,166,81); }
H1.HeaderClassName
{
color: #65A651;
}
.AnyTagClassName
{
color: #65A651;
}
</style>
background-color css
<style>
a { background-color: #65A651; }
a { background-color: rgb(101,166,81); }
div.DivClassName
{
background-color: #65A651;
}
.BgClassName
{
background-color: #65A651;
}
</style>
border-color css
<style>
span { border-color: #65A651; }
span { border-color: rgb(101,166,81); }
td.TdClassName
{
border-color: #65A651;
}
.TagClassName
{
border-color: #65A651;
}
</style>