Shades of Apple #62B046
Tints of Apple #62B046
RGB
CMYK
RGB Variations
Color information
#62B046 (or 0x62B046) is known color: Apple. HEX triplet: 62, B0 and 46. RGB value is (98,176,70). Sum of RGB (Red+Green+Blue) = 98+176+70=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #62B046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B046 is #9D4FB9. Grayscale: #8C8C8C. Windows color (decimal): -10309562 or 4632674. OLE color: 4632674.
HSL color Cylindrical-coordinate representation of color #62B046: hue angle of 104.15º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62B046 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 176 | 70 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.31 |
| HSL | 104.15º | 0.43% | 0.48% | - |
| HSV(B) | 104.15º | 0.6% | 0.69% | - |
| XYZ | 21.67 | 34.09 | 11.23 | - |
| YUV | 140.59 | 88.16 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 70 | 0.44 | 0 | 0.60 | 0.31 | 104.15 | 0.43 | 0.48 |
| Hex | 62 | B0 | 46 | 2C | 0 | 3C | 1F | 68 | 2B | 30 |
| Octal | 142 | 260 | 106 | 54 | 0 | 74 | 37 | 150 | 53 | 60 |
| Binary | 1100010 | 10110000 | 1000110 | 101100 | 0 | 111100 | 11111 | 1101000 | 101011 | 110000 |
Color Harmonies of #62B046
Complementary color
Monochromatic Colors of #62B046
Black with #62B046
Text Example
Text Example
White with #62B046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B046; }
p { color: rgb(98,176,70); }
H1.HeaderClassName
{
color: #62B046;
}
.AnyTagClassName
{
color: #62B046;
}
</style>
background-color css
<style>
a { background-color: #62B046; }
a { background-color: rgb(98,176,70); }
div.DivClassName
{
background-color: #62B046;
}
.BgClassName
{
background-color: #62B046;
}
</style>
border-color css
<style>
span { border-color: #62B046; }
span { border-color: rgb(98,176,70); }
td.TdClassName
{
border-color: #62B046;
}
.TagClassName
{
border-color: #62B046;
}
</style>