Shades of Apple #62A750
Tints of Apple #62A750
RGB
CMYK
RGB Variations
Color information
#62A750 (or 0x62A750) is known color: Apple. HEX triplet: 62, A7 and 50. RGB value is (98,167,80). Sum of RGB (Red+Green+Blue) = 98+167+80=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #62A750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A750 is #9D58AF. Grayscale: #888888. Windows color (decimal): -10311856 or 5285730. OLE color: 5285730.
HSL color Cylindrical-coordinate representation of color #62A750: hue angle of 107.59º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A750 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 167 | 80 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.35 |
| HSL | 107.59º | 0.35% | 0.48% | - |
| HSV(B) | 107.59º | 0.52% | 0.65% | - |
| XYZ | 20.3 | 30.81 | 12.47 | - |
| YUV | 136.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 167 | 80 | 0.41 | 0 | 0.52 | 0.35 | 107.59 | 0.35 | 0.48 |
| Hex | 62 | A7 | 50 | 29 | 0 | 34 | 23 | 6C | 23 | 30 |
| Octal | 142 | 247 | 120 | 51 | 0 | 64 | 43 | 154 | 43 | 60 |
| Binary | 1100010 | 10100111 | 1010000 | 101001 | 0 | 110100 | 100011 | 1101100 | 100011 | 110000 |
Color Harmonies of #62A750
Complementary color
Monochromatic Colors of #62A750
Black with #62A750
Text Example
Text Example
White with #62A750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A750; }
p { color: rgb(98,167,80); }
H1.HeaderClassName
{
color: #62A750;
}
.AnyTagClassName
{
color: #62A750;
}
</style>
background-color css
<style>
a { background-color: #62A750; }
a { background-color: rgb(98,167,80); }
div.DivClassName
{
background-color: #62A750;
}
.BgClassName
{
background-color: #62A750;
}
</style>
border-color css
<style>
span { border-color: #62A750; }
span { border-color: rgb(98,167,80); }
td.TdClassName
{
border-color: #62A750;
}
.TagClassName
{
border-color: #62A750;
}
</style>