Shades of Apple #659944
Tints of Apple #659944
RGB
CMYK
RGB Variations
Color information
#659944 (or 0x659944) is known color: Apple. HEX triplet: 65, 99 and 44. RGB value is (101,153,68). Sum of RGB (Red+Green+Blue) = 101+153+68=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #659944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659944 is #9A66BB. Grayscale: #808080. Windows color (decimal): -10118844 or 4495717. OLE color: 4495717.
HSL color Cylindrical-coordinate representation of color #659944: hue angle of 96.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659944 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 68 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.4 |
| HSL | 96.71º | 0.38% | 0.43% | - |
| HSV(B) | 96.71º | 0.56% | 0.6% | - |
| XYZ | 17.8 | 25.97 | 9.54 | - |
| YUV | 127.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 68 | 0.34 | 0 | 0.56 | 0.4 | 96.71 | 0.38 | 0.43 |
| Hex | 65 | 99 | 44 | 22 | 0 | 38 | 28 | 61 | 26 | 2B |
| Octal | 145 | 231 | 104 | 42 | 0 | 70 | 50 | 141 | 46 | 53 |
| Binary | 1100101 | 10011001 | 1000100 | 100010 | 0 | 111000 | 101000 | 1100001 | 100110 | 101011 |
Color Harmonies of #659944
Complementary color
Monochromatic Colors of #659944
Black with #659944
Text Example
Text Example
White with #659944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659944; }
p { color: rgb(101,153,68); }
H1.HeaderClassName
{
color: #659944;
}
.AnyTagClassName
{
color: #659944;
}
</style>
background-color css
<style>
a { background-color: #659944; }
a { background-color: rgb(101,153,68); }
div.DivClassName
{
background-color: #659944;
}
.BgClassName
{
background-color: #659944;
}
</style>
border-color css
<style>
span { border-color: #659944; }
span { border-color: rgb(101,153,68); }
td.TdClassName
{
border-color: #659944;
}
.TagClassName
{
border-color: #659944;
}
</style>