Shades of Apple #6EB150
Tints of Apple #6EB150
RGB
CMYK
RGB Variations
Color information
#6EB150 (or 0x6EB150) is known color: Apple. HEX triplet: 6E, B1 and 50. RGB value is (110,177,80). Sum of RGB (Red+Green+Blue) = 110+177+80=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB150 is #914EAF. Grayscale: #929292. Windows color (decimal): -9522864 or 5288302. OLE color: 5288302.
HSL color Cylindrical-coordinate representation of color #6EB150: hue angle of 101.44º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EB150 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 177 | 80 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.31 |
| HSL | 101.44º | 0.38% | 0.5% | - |
| HSV(B) | 101.44º | 0.55% | 0.69% | - |
| XYZ | 23.6 | 35.34 | 13.17 | - |
| YUV | 145.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 177 | 80 | 0.38 | 0 | 0.55 | 0.31 | 101.44 | 0.38 | 0.5 |
| Hex | 6E | B1 | 50 | 26 | 0 | 37 | 1F | 65 | 26 | 32 |
| Octal | 156 | 261 | 120 | 46 | 0 | 67 | 37 | 145 | 46 | 62 |
| Binary | 1101110 | 10110001 | 1010000 | 100110 | 0 | 110111 | 11111 | 1100101 | 100110 | 110010 |
Color Harmonies of #6EB150
Complementary color
Monochromatic Colors of #6EB150
Black with #6EB150
Text Example
Text Example
White with #6EB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB150; }
p { color: rgb(110,177,80); }
H1.HeaderClassName
{
color: #6EB150;
}
.AnyTagClassName
{
color: #6EB150;
}
</style>
background-color css
<style>
a { background-color: #6EB150; }
a { background-color: rgb(110,177,80); }
div.DivClassName
{
background-color: #6EB150;
}
.BgClassName
{
background-color: #6EB150;
}
</style>
border-color css
<style>
span { border-color: #6EB150; }
span { border-color: rgb(110,177,80); }
td.TdClassName
{
border-color: #6EB150;
}
.TagClassName
{
border-color: #6EB150;
}
</style>