Shades of Apple #6FBA4F
Tints of Apple #6FBA4F
RGB
CMYK
RGB Variations
Color information
#6FBA4F (or 0x6FBA4F) is known color: Apple. HEX triplet: 6F, BA and 4F. RGB value is (111,186,79). Sum of RGB (Red+Green+Blue) = 111+186+79=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA4F is #9045B0. Grayscale: #979797. Windows color (decimal): -9455025 or 5225071. OLE color: 5225071.
HSL color Cylindrical-coordinate representation of color #6FBA4F: hue angle of 102.06º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FBA4F is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 79 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.27 |
| HSL | 102.06º | 0.44% | 0.52% | - |
| HSV(B) | 102.06º | 0.58% | 0.73% | - |
| XYZ | 25.53 | 39.06 | 13.59 | - |
| YUV | 151.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 79 | 0.40 | 0 | 0.58 | 0.27 | 102.06 | 0.44 | 0.52 |
| Hex | 6F | BA | 4F | 28 | 0 | 3A | 1B | 66 | 2C | 34 |
| Octal | 157 | 272 | 117 | 50 | 0 | 72 | 33 | 146 | 54 | 64 |
| Binary | 1101111 | 10111010 | 1001111 | 101000 | 0 | 111010 | 11011 | 1100110 | 101100 | 110100 |
Color Harmonies of #6FBA4F
Complementary color
Monochromatic Colors of #6FBA4F
Black with #6FBA4F
Text Example
Text Example
White with #6FBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA4F; }
p { color: rgb(111,186,79); }
H1.HeaderClassName
{
color: #6FBA4F;
}
.AnyTagClassName
{
color: #6FBA4F;
}
</style>
background-color css
<style>
a { background-color: #6FBA4F; }
a { background-color: rgb(111,186,79); }
div.DivClassName
{
background-color: #6FBA4F;
}
.BgClassName
{
background-color: #6FBA4F;
}
</style>
border-color css
<style>
span { border-color: #6FBA4F; }
span { border-color: rgb(111,186,79); }
td.TdClassName
{
border-color: #6FBA4F;
}
.TagClassName
{
border-color: #6FBA4F;
}
</style>