Shades of Apple #65B047
Tints of Apple #65B047
RGB
CMYK
RGB Variations
Color information
#65B047 (or 0x65B047) is known color: Apple. HEX triplet: 65, B0 and 47. RGB value is (101,176,71). Sum of RGB (Red+Green+Blue) = 101+176+71=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #65B047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B047 is #9A4FB8. Grayscale: #8D8D8D. Windows color (decimal): -10112953 or 4698213. OLE color: 4698213.
HSL color Cylindrical-coordinate representation of color #65B047: hue angle of 102.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65B047 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 71 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.31 |
| HSL | 102.86º | 0.43% | 0.48% | - |
| HSV(B) | 102.86º | 0.6% | 0.69% | - |
| XYZ | 22.03 | 34.27 | 11.42 | - |
| YUV | 141.61 | 88.15 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 71 | 0.43 | 0 | 0.60 | 0.31 | 102.86 | 0.43 | 0.48 |
| Hex | 65 | B0 | 47 | 2B | 0 | 3C | 1F | 67 | 2B | 30 |
| Octal | 145 | 260 | 107 | 53 | 0 | 74 | 37 | 147 | 53 | 60 |
| Binary | 1100101 | 10110000 | 1000111 | 101011 | 0 | 111100 | 11111 | 1100111 | 101011 | 110000 |
Color Harmonies of #65B047
Complementary color
Monochromatic Colors of #65B047
Black with #65B047
Text Example
Text Example
White with #65B047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B047; }
p { color: rgb(101,176,71); }
H1.HeaderClassName
{
color: #65B047;
}
.AnyTagClassName
{
color: #65B047;
}
</style>
background-color css
<style>
a { background-color: #65B047; }
a { background-color: rgb(101,176,71); }
div.DivClassName
{
background-color: #65B047;
}
.BgClassName
{
background-color: #65B047;
}
</style>
border-color css
<style>
span { border-color: #65B047; }
span { border-color: rgb(101,176,71); }
td.TdClassName
{
border-color: #65B047;
}
.TagClassName
{
border-color: #65B047;
}
</style>