Shades of Apple #64B645
Tints of Apple #64B645
RGB
CMYK
RGB Variations
Color information
#64B645 (or 0x64B645) is known color: Apple. HEX triplet: 64, B6 and 45. RGB value is (100,182,69). Sum of RGB (Red+Green+Blue) = 100+182+69=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #64B645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B645 is #9B49BA. Grayscale: #909090. Windows color (decimal): -10176955 or 4568676. OLE color: 4568676.
HSL color Cylindrical-coordinate representation of color #64B645: hue angle of 103.54º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64B645 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 69 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.29 |
| HSL | 103.54º | 0.45% | 0.49% | - |
| HSV(B) | 103.54º | 0.62% | 0.71% | - |
| XYZ | 23.06 | 36.59 | 11.48 | - |
| YUV | 144.6 | 85.33 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 69 | 0.45 | 0 | 0.62 | 0.29 | 103.54 | 0.45 | 0.49 |
| Hex | 64 | B6 | 45 | 2D | 0 | 3E | 1D | 68 | 2D | 31 |
| Octal | 144 | 266 | 105 | 55 | 0 | 76 | 35 | 150 | 55 | 61 |
| Binary | 1100100 | 10110110 | 1000101 | 101101 | 0 | 111110 | 11101 | 1101000 | 101101 | 110001 |
Color Harmonies of #64B645
Complementary color
Monochromatic Colors of #64B645
Black with #64B645
Text Example
Text Example
White with #64B645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B645; }
p { color: rgb(100,182,69); }
H1.HeaderClassName
{
color: #64B645;
}
.AnyTagClassName
{
color: #64B645;
}
</style>
background-color css
<style>
a { background-color: #64B645; }
a { background-color: rgb(100,182,69); }
div.DivClassName
{
background-color: #64B645;
}
.BgClassName
{
background-color: #64B645;
}
</style>
border-color css
<style>
span { border-color: #64B645; }
span { border-color: rgb(100,182,69); }
td.TdClassName
{
border-color: #64B645;
}
.TagClassName
{
border-color: #64B645;
}
</style>