Shades of Apple #62A03D
Tints of Apple #62A03D
RGB
CMYK
RGB Variations
Color information
#62A03D (or 0x62A03D) is known color: Apple. HEX triplet: 62, A0 and 3D. RGB value is (98,160,61). Sum of RGB (Red+Green+Blue) = 98+160+61=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #62A03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A03D is #9D5FC2. Grayscale: #828282. Windows color (decimal): -10313667 or 4038754. OLE color: 4038754.
HSL color Cylindrical-coordinate representation of color #62A03D: hue angle of 97.58º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62A03D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 61 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.37 |
| HSL | 97.58º | 0.45% | 0.43% | - |
| HSV(B) | 97.58º | 0.62% | 0.63% | - |
| XYZ | 18.45 | 28.08 | 8.86 | - |
| YUV | 130.18 | 88.96 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 61 | 0.39 | 0 | 0.62 | 0.37 | 97.58 | 0.45 | 0.43 |
| Hex | 62 | A0 | 3D | 27 | 0 | 3E | 25 | 62 | 2D | 2B |
| Octal | 142 | 240 | 75 | 47 | 0 | 76 | 45 | 142 | 55 | 53 |
| Binary | 1100010 | 10100000 | 111101 | 100111 | 0 | 111110 | 100101 | 1100010 | 101101 | 101011 |
Color Harmonies of #62A03D
Complementary color
Monochromatic Colors of #62A03D
Black with #62A03D
Text Example
Text Example
White with #62A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A03D; }
p { color: rgb(98,160,61); }
H1.HeaderClassName
{
color: #62A03D;
}
.AnyTagClassName
{
color: #62A03D;
}
</style>
background-color css
<style>
a { background-color: #62A03D; }
a { background-color: rgb(98,160,61); }
div.DivClassName
{
background-color: #62A03D;
}
.BgClassName
{
background-color: #62A03D;
}
</style>
border-color css
<style>
span { border-color: #62A03D; }
span { border-color: rgb(98,160,61); }
td.TdClassName
{
border-color: #62A03D;
}
.TagClassName
{
border-color: #62A03D;
}
</style>