Shades of Apple #62A645
Tints of Apple #62A645
RGB
CMYK
RGB Variations
Color information
#62A645 (or 0x62A645) is known color: Apple. HEX triplet: 62, A6 and 45. RGB value is (98,166,69). Sum of RGB (Red+Green+Blue) = 98+166+69=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #62A645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A645 is #9D59BA. Grayscale: #868686. Windows color (decimal): -10312123 or 4564578. OLE color: 4564578.
HSL color Cylindrical-coordinate representation of color #62A645: hue angle of 102.06º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62A645 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 166 | 69 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.35 |
| HSL | 102.06º | 0.41% | 0.46% | - |
| HSV(B) | 102.06º | 0.58% | 0.65% | - |
| XYZ | 19.75 | 30.3 | 10.44 | - |
| YUV | 134.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 69 | 0.41 | 0 | 0.58 | 0.35 | 102.06 | 0.41 | 0.46 |
| Hex | 62 | A6 | 45 | 29 | 0 | 3A | 23 | 66 | 29 | 2E |
| Octal | 142 | 246 | 105 | 51 | 0 | 72 | 43 | 146 | 51 | 56 |
| Binary | 1100010 | 10100110 | 1000101 | 101001 | 0 | 111010 | 100011 | 1100110 | 101001 | 101110 |
Color Harmonies of #62A645
Complementary color
Monochromatic Colors of #62A645
Black with #62A645
Text Example
Text Example
White with #62A645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A645; }
p { color: rgb(98,166,69); }
H1.HeaderClassName
{
color: #62A645;
}
.AnyTagClassName
{
color: #62A645;
}
</style>
background-color css
<style>
a { background-color: #62A645; }
a { background-color: rgb(98,166,69); }
div.DivClassName
{
background-color: #62A645;
}
.BgClassName
{
background-color: #62A645;
}
</style>
border-color css
<style>
span { border-color: #62A645; }
span { border-color: rgb(98,166,69); }
td.TdClassName
{
border-color: #62A645;
}
.TagClassName
{
border-color: #62A645;
}
</style>