Shades of Apple #6EBA4A
Tints of Apple #6EBA4A
RGB
CMYK
RGB Variations
Color information
#6EBA4A (or 0x6EBA4A) is known color: Apple. HEX triplet: 6E, BA and 4A. RGB value is (110,186,74). Sum of RGB (Red+Green+Blue) = 110+186+74=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBA4A is #9145B5. Grayscale: #969696. Windows color (decimal): -9520566 or 4897390. OLE color: 4897390.
HSL color Cylindrical-coordinate representation of color #6EBA4A: hue angle of 100.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6EBA4A is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 74 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.27 |
| HSL | 100.71º | 0.45% | 0.51% | - |
| HSV(B) | 100.71º | 0.6% | 0.73% | - |
| XYZ | 25.23 | 38.93 | 12.66 | - |
| YUV | 150.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 74 | 0.41 | 0 | 0.60 | 0.27 | 100.71 | 0.45 | 0.51 |
| Hex | 6E | BA | 4A | 29 | 0 | 3C | 1B | 65 | 2D | 33 |
| Octal | 156 | 272 | 112 | 51 | 0 | 74 | 33 | 145 | 55 | 63 |
| Binary | 1101110 | 10111010 | 1001010 | 101001 | 0 | 111100 | 11011 | 1100101 | 101101 | 110011 |
Color Harmonies of #6EBA4A
Complementary color
Monochromatic Colors of #6EBA4A
Black with #6EBA4A
Text Example
Text Example
White with #6EBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA4A; }
p { color: rgb(110,186,74); }
H1.HeaderClassName
{
color: #6EBA4A;
}
.AnyTagClassName
{
color: #6EBA4A;
}
</style>
background-color css
<style>
a { background-color: #6EBA4A; }
a { background-color: rgb(110,186,74); }
div.DivClassName
{
background-color: #6EBA4A;
}
.BgClassName
{
background-color: #6EBA4A;
}
</style>
border-color css
<style>
span { border-color: #6EBA4A; }
span { border-color: rgb(110,186,74); }
td.TdClassName
{
border-color: #6EBA4A;
}
.TagClassName
{
border-color: #6EBA4A;
}
</style>