Shades of Apple #6FBB47
Tints of Apple #6FBB47
RGB
CMYK
RGB Variations
Color information
#6FBB47 (or 0x6FBB47) is known color: Apple. HEX triplet: 6F, BB and 47. RGB value is (111,187,71). Sum of RGB (Red+Green+Blue) = 111+187+71=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBB47 is #9044B8. Grayscale: #979797. Windows color (decimal): -9454777 or 4701039. OLE color: 4701039.
HSL color Cylindrical-coordinate representation of color #6FBB47: hue angle of 99.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FBB47 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 71 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.27 |
| HSL | 99.31º | 0.46% | 0.51% | - |
| HSV(B) | 99.31º | 0.62% | 0.73% | - |
| XYZ | 25.46 | 39.38 | 12.22 | - |
| YUV | 151.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 71 | 0.41 | 0 | 0.62 | 0.27 | 99.31 | 0.46 | 0.51 |
| Hex | 6F | BB | 47 | 29 | 0 | 3E | 1B | 63 | 2E | 33 |
| Octal | 157 | 273 | 107 | 51 | 0 | 76 | 33 | 143 | 56 | 63 |
| Binary | 1101111 | 10111011 | 1000111 | 101001 | 0 | 111110 | 11011 | 1100011 | 101110 | 110011 |
Color Harmonies of #6FBB47
Complementary color
Monochromatic Colors of #6FBB47
Black with #6FBB47
Text Example
Text Example
White with #6FBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB47; }
p { color: rgb(111,187,71); }
H1.HeaderClassName
{
color: #6FBB47;
}
.AnyTagClassName
{
color: #6FBB47;
}
</style>
background-color css
<style>
a { background-color: #6FBB47; }
a { background-color: rgb(111,187,71); }
div.DivClassName
{
background-color: #6FBB47;
}
.BgClassName
{
background-color: #6FBB47;
}
</style>
border-color css
<style>
span { border-color: #6FBB47; }
span { border-color: rgb(111,187,71); }
td.TdClassName
{
border-color: #6FBB47;
}
.TagClassName
{
border-color: #6FBB47;
}
</style>