Shades of Apple #6EAA4C
Tints of Apple #6EAA4C
RGB
CMYK
RGB Variations
Color information
#6EAA4C (or 0x6EAA4C) is known color: Apple. HEX triplet: 6E, AA and 4C. RGB value is (110,170,76). Sum of RGB (Red+Green+Blue) = 110+170+76=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAA4C is #9155B3. Grayscale: #8D8D8D. Windows color (decimal): -9524660 or 5024366. OLE color: 5024366.
HSL color Cylindrical-coordinate representation of color #6EAA4C: hue angle of 98.3º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EAA4C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 170 | 76 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.33 |
| HSL | 98.3º | 0.38% | 0.48% | - |
| HSV(B) | 98.3º | 0.55% | 0.67% | - |
| XYZ | 22.11 | 32.59 | 11.96 | - |
| YUV | 141.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 76 | 0.35 | 0 | 0.55 | 0.33 | 98.3 | 0.38 | 0.48 |
| Hex | 6E | AA | 4C | 23 | 0 | 37 | 21 | 62 | 26 | 30 |
| Octal | 156 | 252 | 114 | 43 | 0 | 67 | 41 | 142 | 46 | 60 |
| Binary | 1101110 | 10101010 | 1001100 | 100011 | 0 | 110111 | 100001 | 1100010 | 100110 | 110000 |
Color Harmonies of #6EAA4C
Complementary color
Monochromatic Colors of #6EAA4C
Black with #6EAA4C
Text Example
Text Example
White with #6EAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAA4C; }
p { color: rgb(110,170,76); }
H1.HeaderClassName
{
color: #6EAA4C;
}
.AnyTagClassName
{
color: #6EAA4C;
}
</style>
background-color css
<style>
a { background-color: #6EAA4C; }
a { background-color: rgb(110,170,76); }
div.DivClassName
{
background-color: #6EAA4C;
}
.BgClassName
{
background-color: #6EAA4C;
}
</style>
border-color css
<style>
span { border-color: #6EAA4C; }
span { border-color: rgb(110,170,76); }
td.TdClassName
{
border-color: #6EAA4C;
}
.TagClassName
{
border-color: #6EAA4C;
}
</style>