Shades of Apple #6FBA49
Tints of Apple #6FBA49
RGB
CMYK
RGB Variations
Color information
#6FBA49 (or 0x6FBA49) is known color: Apple. HEX triplet: 6F, BA and 49. RGB value is (111,186,73). Sum of RGB (Red+Green+Blue) = 111+186+73=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA49 is #9045B6. Grayscale: #979797. Windows color (decimal): -9455031 or 4831855. OLE color: 4831855.
HSL color Cylindrical-coordinate representation of color #6FBA49: hue angle of 99.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FBA49 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 73 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.27 |
| HSL | 99.82º | 0.45% | 0.51% | - |
| HSV(B) | 99.82º | 0.61% | 0.73% | - |
| XYZ | 25.32 | 38.98 | 12.49 | - |
| YUV | 150.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 73 | 0.40 | 0 | 0.61 | 0.27 | 99.82 | 0.45 | 0.51 |
| Hex | 6F | BA | 49 | 28 | 0 | 3D | 1B | 64 | 2D | 33 |
| Octal | 157 | 272 | 111 | 50 | 0 | 75 | 33 | 144 | 55 | 63 |
| Binary | 1101111 | 10111010 | 1001001 | 101000 | 0 | 111101 | 11011 | 1100100 | 101101 | 110011 |
Color Harmonies of #6FBA49
Complementary color
Monochromatic Colors of #6FBA49
Black with #6FBA49
Text Example
Text Example
White with #6FBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA49; }
p { color: rgb(111,186,73); }
H1.HeaderClassName
{
color: #6FBA49;
}
.AnyTagClassName
{
color: #6FBA49;
}
</style>
background-color css
<style>
a { background-color: #6FBA49; }
a { background-color: rgb(111,186,73); }
div.DivClassName
{
background-color: #6FBA49;
}
.BgClassName
{
background-color: #6FBA49;
}
</style>
border-color css
<style>
span { border-color: #6FBA49; }
span { border-color: rgb(111,186,73); }
td.TdClassName
{
border-color: #6FBA49;
}
.TagClassName
{
border-color: #6FBA49;
}
</style>