Shades of Apple #659B44
Tints of Apple #659B44
RGB
CMYK
RGB Variations
Color information
#659B44 (or 0x659B44) is known color: Apple. HEX triplet: 65, 9B and 44. RGB value is (101,155,68). Sum of RGB (Red+Green+Blue) = 101+155+68=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #659B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B44 is #9A64BB. Grayscale: #818181. Windows color (decimal): -10118332 or 4496229. OLE color: 4496229.
HSL color Cylindrical-coordinate representation of color #659B44: hue angle of 97.24º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659B44 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 68 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.39 |
| HSL | 97.24º | 0.39% | 0.44% | - |
| HSV(B) | 97.24º | 0.56% | 0.61% | - |
| XYZ | 18.13 | 26.63 | 9.65 | - |
| YUV | 128.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 68 | 0.35 | 0 | 0.56 | 0.39 | 97.24 | 0.39 | 0.44 |
| Hex | 65 | 9B | 44 | 23 | 0 | 38 | 27 | 61 | 27 | 2C |
| Octal | 145 | 233 | 104 | 43 | 0 | 70 | 47 | 141 | 47 | 54 |
| Binary | 1100101 | 10011011 | 1000100 | 100011 | 0 | 111000 | 100111 | 1100001 | 100111 | 101100 |
Color Harmonies of #659B44
Complementary color
Monochromatic Colors of #659B44
Black with #659B44
Text Example
Text Example
White with #659B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B44; }
p { color: rgb(101,155,68); }
H1.HeaderClassName
{
color: #659B44;
}
.AnyTagClassName
{
color: #659B44;
}
</style>
background-color css
<style>
a { background-color: #659B44; }
a { background-color: rgb(101,155,68); }
div.DivClassName
{
background-color: #659B44;
}
.BgClassName
{
background-color: #659B44;
}
</style>
border-color css
<style>
span { border-color: #659B44; }
span { border-color: rgb(101,155,68); }
td.TdClassName
{
border-color: #659B44;
}
.TagClassName
{
border-color: #659B44;
}
</style>