Shades of Apple #64AA3C
Tints of Apple #64AA3C
RGB
CMYK
RGB Variations
Color information
#64AA3C (or 0x64AA3C) is known color: Apple. HEX triplet: 64, AA and 3C. RGB value is (100,170,60). Sum of RGB (Red+Green+Blue) = 100+170+60=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA3C is #9B55C3. Grayscale: #888888. Windows color (decimal): -10180036 or 3975780. OLE color: 3975780.
HSL color Cylindrical-coordinate representation of color #64AA3C: hue angle of 98.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64AA3C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 60 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.33 |
| HSL | 98.18º | 0.48% | 0.45% | - |
| HSV(B) | 98.18º | 0.65% | 0.67% | - |
| XYZ | 20.45 | 31.79 | 9.33 | - |
| YUV | 136.53 | 84.81 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 60 | 0.41 | 0 | 0.65 | 0.33 | 98.18 | 0.48 | 0.45 |
| Hex | 64 | AA | 3C | 29 | 0 | 41 | 21 | 62 | 30 | 2D |
| Octal | 144 | 252 | 74 | 51 | 0 | 101 | 41 | 142 | 60 | 55 |
| Binary | 1100100 | 10101010 | 111100 | 101001 | 0 | 1000001 | 100001 | 1100010 | 110000 | 101101 |
Color Harmonies of #64AA3C
Complementary color
Monochromatic Colors of #64AA3C
Black with #64AA3C
Text Example
Text Example
White with #64AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AA3C; }
p { color: rgb(100,170,60); }
H1.HeaderClassName
{
color: #64AA3C;
}
.AnyTagClassName
{
color: #64AA3C;
}
</style>
background-color css
<style>
a { background-color: #64AA3C; }
a { background-color: rgb(100,170,60); }
div.DivClassName
{
background-color: #64AA3C;
}
.BgClassName
{
background-color: #64AA3C;
}
</style>
border-color css
<style>
span { border-color: #64AA3C; }
span { border-color: rgb(100,170,60); }
td.TdClassName
{
border-color: #64AA3C;
}
.TagClassName
{
border-color: #64AA3C;
}
</style>