Shades of Apple #659C47
Tints of Apple #659C47
RGB
CMYK
RGB Variations
Color information
#659C47 (or 0x659C47) is known color: Apple. HEX triplet: 65, 9C and 47. RGB value is (101,156,71). Sum of RGB (Red+Green+Blue) = 101+156+71=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #659C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659C47 is #9A63B8. Grayscale: #828282. Windows color (decimal): -10118073 or 4693093. OLE color: 4693093.
HSL color Cylindrical-coordinate representation of color #659C47: hue angle of 98.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659C47 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 71 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.39 |
| HSL | 98.82º | 0.37% | 0.45% | - |
| HSV(B) | 98.82º | 0.54% | 0.61% | - |
| XYZ | 18.39 | 27 | 10.2 | - |
| YUV | 129.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 71 | 0.35 | 0 | 0.54 | 0.39 | 98.82 | 0.37 | 0.45 |
| Hex | 65 | 9C | 47 | 23 | 0 | 36 | 27 | 63 | 25 | 2D |
| Octal | 145 | 234 | 107 | 43 | 0 | 66 | 47 | 143 | 45 | 55 |
| Binary | 1100101 | 10011100 | 1000111 | 100011 | 0 | 110110 | 100111 | 1100011 | 100101 | 101101 |
Color Harmonies of #659C47
Complementary color
Monochromatic Colors of #659C47
Black with #659C47
Text Example
Text Example
White with #659C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C47; }
p { color: rgb(101,156,71); }
H1.HeaderClassName
{
color: #659C47;
}
.AnyTagClassName
{
color: #659C47;
}
</style>
background-color css
<style>
a { background-color: #659C47; }
a { background-color: rgb(101,156,71); }
div.DivClassName
{
background-color: #659C47;
}
.BgClassName
{
background-color: #659C47;
}
</style>
border-color css
<style>
span { border-color: #659C47; }
span { border-color: rgb(101,156,71); }
td.TdClassName
{
border-color: #659C47;
}
.TagClassName
{
border-color: #659C47;
}
</style>