Shades of Apple #64B030
Tints of Apple #64B030
RGB
CMYK
RGB Variations
Color information
#64B030 (or 0x64B030) is known color: Apple. HEX triplet: 64, B0 and 30. RGB value is (100,176,48). Sum of RGB (Red+Green+Blue) = 100+176+48=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #64B030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B030 is #9B4FCF. Grayscale: #8B8B8B. Windows color (decimal): -10178512 or 3190884. OLE color: 3190884.
HSL color Cylindrical-coordinate representation of color #64B030: hue angle of 95.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64B030 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 48 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.31 |
| HSL | 95.63º | 0.57% | 0.44% | - |
| HSV(B) | 95.63º | 0.73% | 0.69% | - |
| XYZ | 21.31 | 33.97 | 8.23 | - |
| YUV | 138.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 48 | 0.43 | 0 | 0.73 | 0.31 | 95.63 | 0.57 | 0.44 |
| Hex | 64 | B0 | 30 | 2B | 0 | 49 | 1F | 60 | 39 | 2C |
| Octal | 144 | 260 | 60 | 53 | 0 | 111 | 37 | 140 | 71 | 54 |
| Binary | 1100100 | 10110000 | 110000 | 101011 | 0 | 1001001 | 11111 | 1100000 | 111001 | 101100 |
Color Harmonies of #64B030
Complementary color
Monochromatic Colors of #64B030
Black with #64B030
Text Example
Text Example
White with #64B030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B030; }
p { color: rgb(100,176,48); }
H1.HeaderClassName
{
color: #64B030;
}
.AnyTagClassName
{
color: #64B030;
}
</style>
background-color css
<style>
a { background-color: #64B030; }
a { background-color: rgb(100,176,48); }
div.DivClassName
{
background-color: #64B030;
}
.BgClassName
{
background-color: #64B030;
}
</style>
border-color css
<style>
span { border-color: #64B030; }
span { border-color: rgb(100,176,48); }
td.TdClassName
{
border-color: #64B030;
}
.TagClassName
{
border-color: #64B030;
}
</style>