Shades of Apple #65B647
Tints of Apple #65B647
RGB
CMYK
RGB Variations
Color information
#65B647 (or 0x65B647) is known color: Apple. HEX triplet: 65, B6 and 47. RGB value is (101,182,71). Sum of RGB (Red+Green+Blue) = 101+182+71=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #65B647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B647 is #9A49B8. Grayscale: #919191. Windows color (decimal): -10111417 or 4699749. OLE color: 4699749.
HSL color Cylindrical-coordinate representation of color #65B647: hue angle of 103.78º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65B647 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 182 | 71 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.29 |
| HSL | 103.78º | 0.44% | 0.5% | - |
| HSV(B) | 103.78º | 0.61% | 0.71% | - |
| XYZ | 23.23 | 36.68 | 11.82 | - |
| YUV | 145.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 182 | 71 | 0.45 | 0 | 0.61 | 0.29 | 103.78 | 0.44 | 0.5 |
| Hex | 65 | B6 | 47 | 2D | 0 | 3D | 1D | 68 | 2C | 32 |
| Octal | 145 | 266 | 107 | 55 | 0 | 75 | 35 | 150 | 54 | 62 |
| Binary | 1100101 | 10110110 | 1000111 | 101101 | 0 | 111101 | 11101 | 1101000 | 101100 | 110010 |
Color Harmonies of #65B647
Complementary color
Monochromatic Colors of #65B647
Black with #65B647
Text Example
Text Example
White with #65B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B647; }
p { color: rgb(101,182,71); }
H1.HeaderClassName
{
color: #65B647;
}
.AnyTagClassName
{
color: #65B647;
}
</style>
background-color css
<style>
a { background-color: #65B647; }
a { background-color: rgb(101,182,71); }
div.DivClassName
{
background-color: #65B647;
}
.BgClassName
{
background-color: #65B647;
}
</style>
border-color css
<style>
span { border-color: #65B647; }
span { border-color: rgb(101,182,71); }
td.TdClassName
{
border-color: #65B647;
}
.TagClassName
{
border-color: #65B647;
}
</style>