Shades of Apple #6EA546
Tints of Apple #6EA546
RGB
CMYK
RGB Variations
Color information
#6EA546 (or 0x6EA546) is known color: Apple. HEX triplet: 6E, A5 and 46. RGB value is (110,165,70). Sum of RGB (Red+Green+Blue) = 110+165+70=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA546 is #915AB9. Grayscale: #8A8A8A. Windows color (decimal): -9525946 or 4629870. OLE color: 4629870.
HSL color Cylindrical-coordinate representation of color #6EA546: hue angle of 94.74º degrees, saturation: 0.4, 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 #6EA546 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 70 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.35 |
| HSL | 94.74º | 0.4% | 0.46% | - |
| HSV(B) | 94.74º | 0.58% | 0.65% | - |
| XYZ | 20.99 | 30.67 | 10.61 | - |
| YUV | 137.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 70 | 0.33 | 0 | 0.58 | 0.35 | 94.74 | 0.4 | 0.46 |
| Hex | 6E | A5 | 46 | 21 | 0 | 3A | 23 | 5F | 28 | 2E |
| Octal | 156 | 245 | 106 | 41 | 0 | 72 | 43 | 137 | 50 | 56 |
| Binary | 1101110 | 10100101 | 1000110 | 100001 | 0 | 111010 | 100011 | 1011111 | 101000 | 101110 |
Color Harmonies of #6EA546
Complementary color
Monochromatic Colors of #6EA546
Black with #6EA546
Text Example
Text Example
White with #6EA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA546; }
p { color: rgb(110,165,70); }
H1.HeaderClassName
{
color: #6EA546;
}
.AnyTagClassName
{
color: #6EA546;
}
</style>
background-color css
<style>
a { background-color: #6EA546; }
a { background-color: rgb(110,165,70); }
div.DivClassName
{
background-color: #6EA546;
}
.BgClassName
{
background-color: #6EA546;
}
</style>
border-color css
<style>
span { border-color: #6EA546; }
span { border-color: rgb(110,165,70); }
td.TdClassName
{
border-color: #6EA546;
}
.TagClassName
{
border-color: #6EA546;
}
</style>