Shades of Apple #62A44B
Tints of Apple #62A44B
RGB
CMYK
RGB Variations
Color information
#62A44B (or 0x62A44B) is known color: Apple. HEX triplet: 62, A4 and 4B. RGB value is (98,164,75). Sum of RGB (Red+Green+Blue) = 98+164+75=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #62A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A44B is #9D5BB4. Grayscale: #868686. Windows color (decimal): -10312629 or 4957282. OLE color: 4957282.
HSL color Cylindrical-coordinate representation of color #62A44B: hue angle of 104.49º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62A44B is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 164 | 75 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.36 |
| HSL | 104.49º | 0.37% | 0.47% | - |
| HSV(B) | 104.49º | 0.54% | 0.64% | - |
| XYZ | 19.58 | 29.66 | 11.35 | - |
| YUV | 134.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 164 | 75 | 0.40 | 0 | 0.54 | 0.36 | 104.49 | 0.37 | 0.47 |
| Hex | 62 | A4 | 4B | 28 | 0 | 36 | 24 | 68 | 25 | 2F |
| Octal | 142 | 244 | 113 | 50 | 0 | 66 | 44 | 150 | 45 | 57 |
| Binary | 1100010 | 10100100 | 1001011 | 101000 | 0 | 110110 | 100100 | 1101000 | 100101 | 101111 |
Color Harmonies of #62A44B
Complementary color
Monochromatic Colors of #62A44B
Black with #62A44B
Text Example
Text Example
White with #62A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A44B; }
p { color: rgb(98,164,75); }
H1.HeaderClassName
{
color: #62A44B;
}
.AnyTagClassName
{
color: #62A44B;
}
</style>
background-color css
<style>
a { background-color: #62A44B; }
a { background-color: rgb(98,164,75); }
div.DivClassName
{
background-color: #62A44B;
}
.BgClassName
{
background-color: #62A44B;
}
</style>
border-color css
<style>
span { border-color: #62A44B; }
span { border-color: rgb(98,164,75); }
td.TdClassName
{
border-color: #62A44B;
}
.TagClassName
{
border-color: #62A44B;
}
</style>