Shades of Apple #6ABD4E
Tints of Apple #6ABD4E
RGB
CMYK
RGB Variations
Color information
#6ABD4E (or 0x6ABD4E) is known color: Apple. HEX triplet: 6A, BD and 4E. RGB value is (106,189,78). Sum of RGB (Red+Green+Blue) = 106+189+78=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABD4E is #9542B1. Grayscale: #979797. Windows color (decimal): -9781938 or 5160298. OLE color: 5160298.
HSL color Cylindrical-coordinate representation of color #6ABD4E: hue angle of 104.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6ABD4E is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 78 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.26 |
| HSL | 104.86º | 0.46% | 0.52% | - |
| HSV(B) | 104.86º | 0.59% | 0.74% | - |
| XYZ | 25.52 | 40.01 | 13.59 | - |
| YUV | 151.53 | 86.5 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 78 | 0.44 | 0 | 0.59 | 0.26 | 104.86 | 0.46 | 0.52 |
| Hex | 6A | BD | 4E | 2C | 0 | 3B | 1A | 69 | 2E | 34 |
| Octal | 152 | 275 | 116 | 54 | 0 | 73 | 32 | 151 | 56 | 64 |
| Binary | 1101010 | 10111101 | 1001110 | 101100 | 0 | 111011 | 11010 | 1101001 | 101110 | 110100 |
Color Harmonies of #6ABD4E
Complementary color
Monochromatic Colors of #6ABD4E
Black with #6ABD4E
Text Example
Text Example
White with #6ABD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABD4E; }
p { color: rgb(106,189,78); }
H1.HeaderClassName
{
color: #6ABD4E;
}
.AnyTagClassName
{
color: #6ABD4E;
}
</style>
background-color css
<style>
a { background-color: #6ABD4E; }
a { background-color: rgb(106,189,78); }
div.DivClassName
{
background-color: #6ABD4E;
}
.BgClassName
{
background-color: #6ABD4E;
}
</style>
border-color css
<style>
span { border-color: #6ABD4E; }
span { border-color: rgb(106,189,78); }
td.TdClassName
{
border-color: #6ABD4E;
}
.TagClassName
{
border-color: #6ABD4E;
}
</style>