Shades of Apple #6AB047
Tints of Apple #6AB047
RGB
CMYK
RGB Variations
Color information
#6AB047 (or 0x6AB047) is known color: Apple. HEX triplet: 6A, B0 and 47. RGB value is (106,176,71). Sum of RGB (Red+Green+Blue) = 106+176+71=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB047 is #954FB8. Grayscale: #8F8F8F. Windows color (decimal): -9785273 or 4698218. OLE color: 4698218.
HSL color Cylindrical-coordinate representation of color #6AB047: hue angle of 100º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AB047 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 71 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.31 |
| HSL | 100º | 0.43% | 0.48% | - |
| HSV(B) | 100º | 0.6% | 0.69% | - |
| XYZ | 22.61 | 34.57 | 11.44 | - |
| YUV | 143.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 71 | 0.40 | 0 | 0.60 | 0.31 | 100 | 0.43 | 0.48 |
| Hex | 6A | B0 | 47 | 28 | 0 | 3C | 1F | 64 | 2B | 30 |
| Octal | 152 | 260 | 107 | 50 | 0 | 74 | 37 | 144 | 53 | 60 |
| Binary | 1101010 | 10110000 | 1000111 | 101000 | 0 | 111100 | 11111 | 1100100 | 101011 | 110000 |
Color Harmonies of #6AB047
Complementary color
Monochromatic Colors of #6AB047
Black with #6AB047
Text Example
Text Example
White with #6AB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB047; }
p { color: rgb(106,176,71); }
H1.HeaderClassName
{
color: #6AB047;
}
.AnyTagClassName
{
color: #6AB047;
}
</style>
background-color css
<style>
a { background-color: #6AB047; }
a { background-color: rgb(106,176,71); }
div.DivClassName
{
background-color: #6AB047;
}
.BgClassName
{
background-color: #6AB047;
}
</style>
border-color css
<style>
span { border-color: #6AB047; }
span { border-color: rgb(106,176,71); }
td.TdClassName
{
border-color: #6AB047;
}
.TagClassName
{
border-color: #6AB047;
}
</style>