Shades of Apple #6EB14E
Tints of Apple #6EB14E
RGB
CMYK
RGB Variations
Color information
#6EB14E (or 0x6EB14E) is known color: Apple. HEX triplet: 6E, B1 and 4E. RGB value is (110,177,78). Sum of RGB (Red+Green+Blue) = 110+177+78=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB14E is #914EB1. Grayscale: #929292. Windows color (decimal): -9522866 or 5157230. OLE color: 5157230.
HSL color Cylindrical-coordinate representation of color #6EB14E: hue angle of 100.61º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EB14E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 177 | 78 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.31 |
| HSL | 100.61º | 0.39% | 0.5% | - |
| HSV(B) | 100.61º | 0.56% | 0.69% | - |
| XYZ | 23.53 | 35.31 | 12.78 | - |
| YUV | 145.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 177 | 78 | 0.38 | 0 | 0.56 | 0.31 | 100.61 | 0.39 | 0.5 |
| Hex | 6E | B1 | 4E | 26 | 0 | 38 | 1F | 65 | 27 | 32 |
| Octal | 156 | 261 | 116 | 46 | 0 | 70 | 37 | 145 | 47 | 62 |
| Binary | 1101110 | 10110001 | 1001110 | 100110 | 0 | 111000 | 11111 | 1100101 | 100111 | 110010 |
Color Harmonies of #6EB14E
Complementary color
Monochromatic Colors of #6EB14E
Black with #6EB14E
Text Example
Text Example
White with #6EB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB14E; }
p { color: rgb(110,177,78); }
H1.HeaderClassName
{
color: #6EB14E;
}
.AnyTagClassName
{
color: #6EB14E;
}
</style>
background-color css
<style>
a { background-color: #6EB14E; }
a { background-color: rgb(110,177,78); }
div.DivClassName
{
background-color: #6EB14E;
}
.BgClassName
{
background-color: #6EB14E;
}
</style>
border-color css
<style>
span { border-color: #6EB14E; }
span { border-color: rgb(110,177,78); }
td.TdClassName
{
border-color: #6EB14E;
}
.TagClassName
{
border-color: #6EB14E;
}
</style>