Shades of Apple #6EB94C
Tints of Apple #6EB94C
RGB
CMYK
RGB Variations
Color information
#6EB94C (or 0x6EB94C) is known color: Apple. HEX triplet: 6E, B9 and 4C. RGB value is (110,185,76). Sum of RGB (Red+Green+Blue) = 110+185+76=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #6EB94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EB94C is #9146B3. Grayscale: #969696. Windows color (decimal): -9520820 or 5028206. OLE color: 5028206.
HSL color Cylindrical-coordinate representation of color #6EB94C: hue angle of 101.28º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6EB94C is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 185 | 76 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.27 |
| HSL | 101.28º | 0.44% | 0.51% | - |
| HSV(B) | 101.28º | 0.59% | 0.73% | - |
| XYZ | 25.08 | 38.53 | 12.95 | - |
| YUV | 150.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 185 | 76 | 0.41 | 0 | 0.59 | 0.27 | 101.28 | 0.44 | 0.51 |
| Hex | 6E | B9 | 4C | 29 | 0 | 3B | 1B | 65 | 2C | 33 |
| Octal | 156 | 271 | 114 | 51 | 0 | 73 | 33 | 145 | 54 | 63 |
| Binary | 1101110 | 10111001 | 1001100 | 101001 | 0 | 111011 | 11011 | 1100101 | 101100 | 110011 |
Color Harmonies of #6EB94C
Complementary color
Monochromatic Colors of #6EB94C
Black with #6EB94C
Text Example
Text Example
White with #6EB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB94C; }
p { color: rgb(110,185,76); }
H1.HeaderClassName
{
color: #6EB94C;
}
.AnyTagClassName
{
color: #6EB94C;
}
</style>
background-color css
<style>
a { background-color: #6EB94C; }
a { background-color: rgb(110,185,76); }
div.DivClassName
{
background-color: #6EB94C;
}
.BgClassName
{
background-color: #6EB94C;
}
</style>
border-color css
<style>
span { border-color: #6EB94C; }
span { border-color: rgb(110,185,76); }
td.TdClassName
{
border-color: #6EB94C;
}
.TagClassName
{
border-color: #6EB94C;
}
</style>