Shades of Apple #64B047
Tints of Apple #64B047
RGB
CMYK
RGB Variations
Color information
#64B047 (or 0x64B047) is known color: Apple. HEX triplet: 64, B0 and 47. RGB value is (100,176,71). Sum of RGB (Red+Green+Blue) = 100+176+71=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #64B047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B047 is #9B4FB8. Grayscale: #8D8D8D. Windows color (decimal): -10178489 or 4698212. OLE color: 4698212.
HSL color Cylindrical-coordinate representation of color #64B047: hue angle of 103.43º 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 #64B047 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 71 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.31 |
| HSL | 103.43º | 0.43% | 0.48% | - |
| HSV(B) | 103.43º | 0.6% | 0.69% | - |
| XYZ | 21.92 | 34.21 | 11.41 | - |
| YUV | 141.31 | 88.32 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 71 | 0.43 | 0 | 0.60 | 0.31 | 103.43 | 0.43 | 0.48 |
| Hex | 64 | B0 | 47 | 2B | 0 | 3C | 1F | 67 | 2B | 30 |
| Octal | 144 | 260 | 107 | 53 | 0 | 74 | 37 | 147 | 53 | 60 |
| Binary | 1100100 | 10110000 | 1000111 | 101011 | 0 | 111100 | 11111 | 1100111 | 101011 | 110000 |
Color Harmonies of #64B047
Complementary color
Monochromatic Colors of #64B047
Black with #64B047
Text Example
Text Example
White with #64B047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B047; }
p { color: rgb(100,176,71); }
H1.HeaderClassName
{
color: #64B047;
}
.AnyTagClassName
{
color: #64B047;
}
</style>
background-color css
<style>
a { background-color: #64B047; }
a { background-color: rgb(100,176,71); }
div.DivClassName
{
background-color: #64B047;
}
.BgClassName
{
background-color: #64B047;
}
</style>
border-color css
<style>
span { border-color: #64B047; }
span { border-color: rgb(100,176,71); }
td.TdClassName
{
border-color: #64B047;
}
.TagClassName
{
border-color: #64B047;
}
</style>