Shades of Apple #6EBC3C
Tints of Apple #6EBC3C
RGB
CMYK
RGB Variations
Color information
#6EBC3C (or 0x6EBC3C) is known color: Apple. HEX triplet: 6E, BC and 3C. RGB value is (110,188,60). Sum of RGB (Red+Green+Blue) = 110+188+60=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBC3C is #9143C3. Grayscale: #969696. Windows color (decimal): -9520068 or 3980398. OLE color: 3980398.
HSL color Cylindrical-coordinate representation of color #6EBC3C: hue angle of 96.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6EBC3C is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 188 | 60 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.26 |
| HSL | 96.56º | 0.52% | 0.49% | - |
| HSV(B) | 96.56º | 0.68% | 0.74% | - |
| XYZ | 25.23 | 39.61 | 10.59 | - |
| YUV | 150.09 | 77.16 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 60 | 0.41 | 0 | 0.68 | 0.26 | 96.56 | 0.52 | 0.49 |
| Hex | 6E | BC | 3C | 29 | 0 | 44 | 1A | 61 | 34 | 31 |
| Octal | 156 | 274 | 74 | 51 | 0 | 104 | 32 | 141 | 64 | 61 |
| Binary | 1101110 | 10111100 | 111100 | 101001 | 0 | 1000100 | 11010 | 1100001 | 110100 | 110001 |
Color Harmonies of #6EBC3C
Complementary color
Monochromatic Colors of #6EBC3C
Black with #6EBC3C
Text Example
Text Example
White with #6EBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBC3C; }
p { color: rgb(110,188,60); }
H1.HeaderClassName
{
color: #6EBC3C;
}
.AnyTagClassName
{
color: #6EBC3C;
}
</style>
background-color css
<style>
a { background-color: #6EBC3C; }
a { background-color: rgb(110,188,60); }
div.DivClassName
{
background-color: #6EBC3C;
}
.BgClassName
{
background-color: #6EBC3C;
}
</style>
border-color css
<style>
span { border-color: #6EBC3C; }
span { border-color: rgb(110,188,60); }
td.TdClassName
{
border-color: #6EBC3C;
}
.TagClassName
{
border-color: #6EBC3C;
}
</style>