Shades of Apple #6FBA47
Tints of Apple #6FBA47
RGB
CMYK
RGB Variations
Color information
#6FBA47 (or 0x6FBA47) is known color: Apple. HEX triplet: 6F, BA and 47. RGB value is (111,186,71). Sum of RGB (Red+Green+Blue) = 111+186+71=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA47 is #9045B8. Grayscale: #969696. Windows color (decimal): -9455033 or 4700783. OLE color: 4700783.
HSL color Cylindrical-coordinate representation of color #6FBA47: hue angle of 99.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FBA47 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 71 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.27 |
| HSL | 99.13º | 0.45% | 0.5% | - |
| HSV(B) | 99.13º | 0.62% | 0.73% | - |
| XYZ | 25.25 | 38.95 | 12.15 | - |
| YUV | 150.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 71 | 0.40 | 0 | 0.62 | 0.27 | 99.13 | 0.45 | 0.5 |
| Hex | 6F | BA | 47 | 28 | 0 | 3E | 1B | 63 | 2D | 32 |
| Octal | 157 | 272 | 107 | 50 | 0 | 76 | 33 | 143 | 55 | 62 |
| Binary | 1101111 | 10111010 | 1000111 | 101000 | 0 | 111110 | 11011 | 1100011 | 101101 | 110010 |
Color Harmonies of #6FBA47
Complementary color
Monochromatic Colors of #6FBA47
Black with #6FBA47
Text Example
Text Example
White with #6FBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA47; }
p { color: rgb(111,186,71); }
H1.HeaderClassName
{
color: #6FBA47;
}
.AnyTagClassName
{
color: #6FBA47;
}
</style>
background-color css
<style>
a { background-color: #6FBA47; }
a { background-color: rgb(111,186,71); }
div.DivClassName
{
background-color: #6FBA47;
}
.BgClassName
{
background-color: #6FBA47;
}
</style>
border-color css
<style>
span { border-color: #6FBA47; }
span { border-color: rgb(111,186,71); }
td.TdClassName
{
border-color: #6FBA47;
}
.TagClassName
{
border-color: #6FBA47;
}
</style>