Shades of Apple #629F41
Tints of Apple #629F41
RGB
CMYK
RGB Variations
Color information
#629F41 (or 0x629F41) is known color: Apple. HEX triplet: 62, 9F and 41. RGB value is (98,159,65). Sum of RGB (Red+Green+Blue) = 98+159+65=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #629F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629F41 is #9D60BE. Grayscale: #828282. Windows color (decimal): -10313919 or 4300642. OLE color: 4300642.
HSL color Cylindrical-coordinate representation of color #629F41: hue angle of 98.94º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629F41 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 65 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.38 |
| HSL | 98.94º | 0.42% | 0.44% | - |
| HSV(B) | 98.94º | 0.59% | 0.62% | - |
| XYZ | 18.39 | 27.77 | 9.39 | - |
| YUV | 130.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 65 | 0.38 | 0 | 0.59 | 0.38 | 98.94 | 0.42 | 0.44 |
| Hex | 62 | 9F | 41 | 26 | 0 | 3B | 26 | 63 | 2A | 2C |
| Octal | 142 | 237 | 101 | 46 | 0 | 73 | 46 | 143 | 52 | 54 |
| Binary | 1100010 | 10011111 | 1000001 | 100110 | 0 | 111011 | 100110 | 1100011 | 101010 | 101100 |
Color Harmonies of #629F41
Complementary color
Monochromatic Colors of #629F41
Black with #629F41
Text Example
Text Example
White with #629F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F41; }
p { color: rgb(98,159,65); }
H1.HeaderClassName
{
color: #629F41;
}
.AnyTagClassName
{
color: #629F41;
}
</style>
background-color css
<style>
a { background-color: #629F41; }
a { background-color: rgb(98,159,65); }
div.DivClassName
{
background-color: #629F41;
}
.BgClassName
{
background-color: #629F41;
}
</style>
border-color css
<style>
span { border-color: #629F41; }
span { border-color: rgb(98,159,65); }
td.TdClassName
{
border-color: #629F41;
}
.TagClassName
{
border-color: #629F41;
}
</style>