Shades of Apple #6BAA47
Tints of Apple #6BAA47
RGB
CMYK
RGB Variations
Color information
#6BAA47 (or 0x6BAA47) is known color: Apple. HEX triplet: 6B, AA and 47. RGB value is (107,170,71). Sum of RGB (Red+Green+Blue) = 107+170+71=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAA47 is #9455B8. Grayscale: #8C8C8C. Windows color (decimal): -9721273 or 4696683. OLE color: 4696683.
HSL color Cylindrical-coordinate representation of color #6BAA47: hue angle of 98.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BAA47 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 71 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.33 |
| HSL | 98.18º | 0.41% | 0.47% | - |
| HSV(B) | 98.18º | 0.58% | 0.67% | - |
| XYZ | 21.58 | 32.33 | 11.06 | - |
| YUV | 139.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 71 | 0.37 | 0 | 0.58 | 0.33 | 98.18 | 0.41 | 0.47 |
| Hex | 6B | AA | 47 | 25 | 0 | 3A | 21 | 62 | 29 | 2F |
| Octal | 153 | 252 | 107 | 45 | 0 | 72 | 41 | 142 | 51 | 57 |
| Binary | 1101011 | 10101010 | 1000111 | 100101 | 0 | 111010 | 100001 | 1100010 | 101001 | 101111 |
Color Harmonies of #6BAA47
Complementary color
Monochromatic Colors of #6BAA47
Black with #6BAA47
Text Example
Text Example
White with #6BAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA47; }
p { color: rgb(107,170,71); }
H1.HeaderClassName
{
color: #6BAA47;
}
.AnyTagClassName
{
color: #6BAA47;
}
</style>
background-color css
<style>
a { background-color: #6BAA47; }
a { background-color: rgb(107,170,71); }
div.DivClassName
{
background-color: #6BAA47;
}
.BgClassName
{
background-color: #6BAA47;
}
</style>
border-color css
<style>
span { border-color: #6BAA47; }
span { border-color: rgb(107,170,71); }
td.TdClassName
{
border-color: #6BAA47;
}
.TagClassName
{
border-color: #6BAA47;
}
</style>