Shades of Apple #659945
Tints of Apple #659945
RGB
CMYK
RGB Variations
Color information
#659945 (or 0x659945) is known color: Apple. HEX triplet: 65, 99 and 45. RGB value is (101,153,69). Sum of RGB (Red+Green+Blue) = 101+153+69=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #659945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659945 is #9A66BA. Grayscale: #808080. Windows color (decimal): -10118843 or 4561253. OLE color: 4561253.
HSL color Cylindrical-coordinate representation of color #659945: hue angle of 97.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #659945 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 69 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.4 |
| HSL | 97.14º | 0.38% | 0.44% | - |
| HSV(B) | 97.14º | 0.55% | 0.6% | - |
| XYZ | 17.83 | 25.98 | 9.7 | - |
| YUV | 127.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 69 | 0.34 | 0 | 0.55 | 0.4 | 97.14 | 0.38 | 0.44 |
| Hex | 65 | 99 | 45 | 22 | 0 | 37 | 28 | 61 | 26 | 2C |
| Octal | 145 | 231 | 105 | 42 | 0 | 67 | 50 | 141 | 46 | 54 |
| Binary | 1100101 | 10011001 | 1000101 | 100010 | 0 | 110111 | 101000 | 1100001 | 100110 | 101100 |
Color Harmonies of #659945
Complementary color
Monochromatic Colors of #659945
Black with #659945
Text Example
Text Example
White with #659945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659945; }
p { color: rgb(101,153,69); }
H1.HeaderClassName
{
color: #659945;
}
.AnyTagClassName
{
color: #659945;
}
</style>
background-color css
<style>
a { background-color: #659945; }
a { background-color: rgb(101,153,69); }
div.DivClassName
{
background-color: #659945;
}
.BgClassName
{
background-color: #659945;
}
</style>
border-color css
<style>
span { border-color: #659945; }
span { border-color: rgb(101,153,69); }
td.TdClassName
{
border-color: #659945;
}
.TagClassName
{
border-color: #659945;
}
</style>