Shades of Apple #6EAB40
Tints of Apple #6EAB40
RGB
CMYK
RGB Variations
Color information
#6EAB40 (or 0x6EAB40) is known color: Apple. HEX triplet: 6E, AB and 40. RGB value is (110,171,64). Sum of RGB (Red+Green+Blue) = 110+171+64=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAB40 is #9154BF. Grayscale: #8C8C8C. Windows color (decimal): -9524416 or 4238190. OLE color: 4238190.
HSL color Cylindrical-coordinate representation of color #6EAB40: hue angle of 94.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6EAB40 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 171 | 64 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.33 |
| HSL | 94.21º | 0.46% | 0.46% | - |
| HSV(B) | 94.21º | 0.63% | 0.67% | - |
| XYZ | 21.92 | 32.81 | 10.03 | - |
| YUV | 140.56 | 84.79 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 64 | 0.36 | 0 | 0.63 | 0.33 | 94.21 | 0.46 | 0.46 |
| Hex | 6E | AB | 40 | 24 | 0 | 3F | 21 | 5E | 2E | 2E |
| Octal | 156 | 253 | 100 | 44 | 0 | 77 | 41 | 136 | 56 | 56 |
| Binary | 1101110 | 10101011 | 1000000 | 100100 | 0 | 111111 | 100001 | 1011110 | 101110 | 101110 |
Color Harmonies of #6EAB40
Complementary color
Monochromatic Colors of #6EAB40
Black with #6EAB40
Text Example
Text Example
White with #6EAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAB40; }
p { color: rgb(110,171,64); }
H1.HeaderClassName
{
color: #6EAB40;
}
.AnyTagClassName
{
color: #6EAB40;
}
</style>
background-color css
<style>
a { background-color: #6EAB40; }
a { background-color: rgb(110,171,64); }
div.DivClassName
{
background-color: #6EAB40;
}
.BgClassName
{
background-color: #6EAB40;
}
</style>
border-color css
<style>
span { border-color: #6EAB40; }
span { border-color: rgb(110,171,64); }
td.TdClassName
{
border-color: #6EAB40;
}
.TagClassName
{
border-color: #6EAB40;
}
</style>