Shades of Apple #6EAA42
Tints of Apple #6EAA42
RGB
CMYK
RGB Variations
Color information
#6EAA42 (or 0x6EAA42) is known color: Apple. HEX triplet: 6E, AA and 42. RGB value is (110,170,66). Sum of RGB (Red+Green+Blue) = 110+170+66=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAA42 is #9155BD. Grayscale: #8C8C8C. Windows color (decimal): -9524670 or 4369006. OLE color: 4369006.
HSL color Cylindrical-coordinate representation of color #6EAA42: hue angle of 94.62º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6EAA42 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 170 | 66 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.33 |
| HSL | 94.62º | 0.44% | 0.46% | - |
| HSV(B) | 94.62º | 0.61% | 0.67% | - |
| XYZ | 21.79 | 32.46 | 10.27 | - |
| YUV | 140.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 66 | 0.35 | 0 | 0.61 | 0.33 | 94.62 | 0.44 | 0.46 |
| Hex | 6E | AA | 42 | 23 | 0 | 3D | 21 | 5F | 2C | 2E |
| Octal | 156 | 252 | 102 | 43 | 0 | 75 | 41 | 137 | 54 | 56 |
| Binary | 1101110 | 10101010 | 1000010 | 100011 | 0 | 111101 | 100001 | 1011111 | 101100 | 101110 |
Color Harmonies of #6EAA42
Complementary color
Monochromatic Colors of #6EAA42
Black with #6EAA42
Text Example
Text Example
White with #6EAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAA42; }
p { color: rgb(110,170,66); }
H1.HeaderClassName
{
color: #6EAA42;
}
.AnyTagClassName
{
color: #6EAA42;
}
</style>
background-color css
<style>
a { background-color: #6EAA42; }
a { background-color: rgb(110,170,66); }
div.DivClassName
{
background-color: #6EAA42;
}
.BgClassName
{
background-color: #6EAA42;
}
</style>
border-color css
<style>
span { border-color: #6EAA42; }
span { border-color: rgb(110,170,66); }
td.TdClassName
{
border-color: #6EAA42;
}
.TagClassName
{
border-color: #6EAA42;
}
</style>