Shades of Apple #64B05A
Tints of Apple #64B05A
RGB
CMYK
RGB Variations
Color information
#64B05A (or 0x64B05A) is known color: Apple. HEX triplet: 64, B0 and 5A. RGB value is (100,176,90). Sum of RGB (Red+Green+Blue) = 100+176+90=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #64B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B05A is #9B4FA5. Grayscale: #8F8F8F. Windows color (decimal): -10178470 or 5943396. OLE color: 5943396.
HSL color Cylindrical-coordinate representation of color #64B05A: hue angle of 113.02º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B05A is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 90 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.31 |
| HSL | 113.02º | 0.35% | 0.52% | - |
| HSV(B) | 113.02º | 0.49% | 0.69% | - |
| XYZ | 22.63 | 34.5 | 15.14 | - |
| YUV | 143.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 90 | 0.43 | 0 | 0.49 | 0.31 | 113.02 | 0.35 | 0.52 |
| Hex | 64 | B0 | 5A | 2B | 0 | 31 | 1F | 71 | 23 | 34 |
| Octal | 144 | 260 | 132 | 53 | 0 | 61 | 37 | 161 | 43 | 64 |
| Binary | 1100100 | 10110000 | 1011010 | 101011 | 0 | 110001 | 11111 | 1110001 | 100011 | 110100 |
Color Harmonies of #64B05A
Complementary color
Monochromatic Colors of #64B05A
Black with #64B05A
Text Example
Text Example
White with #64B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B05A; }
p { color: rgb(100,176,90); }
H1.HeaderClassName
{
color: #64B05A;
}
.AnyTagClassName
{
color: #64B05A;
}
</style>
background-color css
<style>
a { background-color: #64B05A; }
a { background-color: rgb(100,176,90); }
div.DivClassName
{
background-color: #64B05A;
}
.BgClassName
{
background-color: #64B05A;
}
</style>
border-color css
<style>
span { border-color: #64B05A; }
span { border-color: rgb(100,176,90); }
td.TdClassName
{
border-color: #64B05A;
}
.TagClassName
{
border-color: #64B05A;
}
</style>