Shades of Apple #6BAC47
Tints of Apple #6BAC47
RGB
CMYK
RGB Variations
Color information
#6BAC47 (or 0x6BAC47) is known color: Apple. HEX triplet: 6B, AC and 47. RGB value is (107,172,71). Sum of RGB (Red+Green+Blue) = 107+172+71=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC47 is #9453B8. Grayscale: #8D8D8D. Windows color (decimal): -9720761 or 4697195. OLE color: 4697195.
HSL color Cylindrical-coordinate representation of color #6BAC47: hue angle of 98.61º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BAC47 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 71 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.33 |
| HSL | 98.61º | 0.42% | 0.48% | - |
| HSV(B) | 98.61º | 0.59% | 0.67% | - |
| XYZ | 21.95 | 33.09 | 11.19 | - |
| YUV | 141.05 | 88.47 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 71 | 0.38 | 0 | 0.59 | 0.33 | 98.61 | 0.42 | 0.48 |
| Hex | 6B | AC | 47 | 26 | 0 | 3B | 21 | 63 | 2A | 30 |
| Octal | 153 | 254 | 107 | 46 | 0 | 73 | 41 | 143 | 52 | 60 |
| Binary | 1101011 | 10101100 | 1000111 | 100110 | 0 | 111011 | 100001 | 1100011 | 101010 | 110000 |
Color Harmonies of #6BAC47
Complementary color
Monochromatic Colors of #6BAC47
Black with #6BAC47
Text Example
Text Example
White with #6BAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC47; }
p { color: rgb(107,172,71); }
H1.HeaderClassName
{
color: #6BAC47;
}
.AnyTagClassName
{
color: #6BAC47;
}
</style>
background-color css
<style>
a { background-color: #6BAC47; }
a { background-color: rgb(107,172,71); }
div.DivClassName
{
background-color: #6BAC47;
}
.BgClassName
{
background-color: #6BAC47;
}
</style>
border-color css
<style>
span { border-color: #6BAC47; }
span { border-color: rgb(107,172,71); }
td.TdClassName
{
border-color: #6BAC47;
}
.TagClassName
{
border-color: #6BAC47;
}
</style>