Shades of Apple #659D51
Tints of Apple #659D51
RGB
CMYK
RGB Variations
Color information
#659D51 (or 0x659D51) is known color: Apple. HEX triplet: 65, 9D and 51. RGB value is (101,157,81). Sum of RGB (Red+Green+Blue) = 101+157+81=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #659D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D51 is #9A62AE. Grayscale: #838383. Windows color (decimal): -10117807 or 5348709. OLE color: 5348709.
HSL color Cylindrical-coordinate representation of color #659D51: hue angle of 104.21º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #659D51 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 81 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.38 |
| HSL | 104.21º | 0.32% | 0.47% | - |
| HSV(B) | 104.21º | 0.48% | 0.62% | - |
| XYZ | 18.91 | 27.47 | 12.09 | - |
| YUV | 131.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 81 | 0.36 | 0 | 0.48 | 0.38 | 104.21 | 0.32 | 0.47 |
| Hex | 65 | 9D | 51 | 24 | 0 | 30 | 26 | 68 | 20 | 2F |
| Octal | 145 | 235 | 121 | 44 | 0 | 60 | 46 | 150 | 40 | 57 |
| Binary | 1100101 | 10011101 | 1010001 | 100100 | 0 | 110000 | 100110 | 1101000 | 100000 | 101111 |
Color Harmonies of #659D51
Complementary color
Monochromatic Colors of #659D51
Black with #659D51
Text Example
Text Example
White with #659D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D51; }
p { color: rgb(101,157,81); }
H1.HeaderClassName
{
color: #659D51;
}
.AnyTagClassName
{
color: #659D51;
}
</style>
background-color css
<style>
a { background-color: #659D51; }
a { background-color: rgb(101,157,81); }
div.DivClassName
{
background-color: #659D51;
}
.BgClassName
{
background-color: #659D51;
}
</style>
border-color css
<style>
span { border-color: #659D51; }
span { border-color: rgb(101,157,81); }
td.TdClassName
{
border-color: #659D51;
}
.TagClassName
{
border-color: #659D51;
}
</style>