Shades of Apple #62A343
Tints of Apple #62A343
RGB
CMYK
RGB Variations
Color information
#62A343 (or 0x62A343) is known color: Apple. HEX triplet: 62, A3 and 43. RGB value is (98,163,67). Sum of RGB (Red+Green+Blue) = 98+163+67=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #62A343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A343 is #9D5CBC. Grayscale: #848484. Windows color (decimal): -10312893 or 4432738. OLE color: 4432738.
HSL color Cylindrical-coordinate representation of color #62A343: hue angle of 100.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62A343 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 163 | 67 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.36 |
| HSL | 100.63º | 0.42% | 0.45% | - |
| HSV(B) | 100.63º | 0.59% | 0.64% | - |
| XYZ | 19.15 | 29.2 | 9.94 | - |
| YUV | 132.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 67 | 0.40 | 0 | 0.59 | 0.36 | 100.63 | 0.42 | 0.45 |
| Hex | 62 | A3 | 43 | 28 | 0 | 3B | 24 | 65 | 2A | 2D |
| Octal | 142 | 243 | 103 | 50 | 0 | 73 | 44 | 145 | 52 | 55 |
| Binary | 1100010 | 10100011 | 1000011 | 101000 | 0 | 111011 | 100100 | 1100101 | 101010 | 101101 |
Color Harmonies of #62A343
Complementary color
Monochromatic Colors of #62A343
Black with #62A343
Text Example
Text Example
White with #62A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A343; }
p { color: rgb(98,163,67); }
H1.HeaderClassName
{
color: #62A343;
}
.AnyTagClassName
{
color: #62A343;
}
</style>
background-color css
<style>
a { background-color: #62A343; }
a { background-color: rgb(98,163,67); }
div.DivClassName
{
background-color: #62A343;
}
.BgClassName
{
background-color: #62A343;
}
</style>
border-color css
<style>
span { border-color: #62A343; }
span { border-color: rgb(98,163,67); }
td.TdClassName
{
border-color: #62A343;
}
.TagClassName
{
border-color: #62A343;
}
</style>