Shades of Apple #6FBA52
Tints of Apple #6FBA52
RGB
CMYK
RGB Variations
Color information
#6FBA52 (or 0x6FBA52) is known color: Apple. HEX triplet: 6F, BA and 52. RGB value is (111,186,82). Sum of RGB (Red+Green+Blue) = 111+186+82=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA52 is #9045AD. Grayscale: #989898. Windows color (decimal): -9455022 or 5421679. OLE color: 5421679.
HSL color Cylindrical-coordinate representation of color #6FBA52: hue angle of 103.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBA52 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 82 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.27 |
| HSL | 103.27º | 0.43% | 0.53% | - |
| HSV(B) | 103.27º | 0.56% | 0.73% | - |
| XYZ | 25.64 | 39.11 | 14.18 | - |
| YUV | 151.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 82 | 0.40 | 0 | 0.56 | 0.27 | 103.27 | 0.43 | 0.53 |
| Hex | 6F | BA | 52 | 28 | 0 | 38 | 1B | 67 | 2B | 35 |
| Octal | 157 | 272 | 122 | 50 | 0 | 70 | 33 | 147 | 53 | 65 |
| Binary | 1101111 | 10111010 | 1010010 | 101000 | 0 | 111000 | 11011 | 1100111 | 101011 | 110101 |
Color Harmonies of #6FBA52
Complementary color
Monochromatic Colors of #6FBA52
Black with #6FBA52
Text Example
Text Example
White with #6FBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA52; }
p { color: rgb(111,186,82); }
H1.HeaderClassName
{
color: #6FBA52;
}
.AnyTagClassName
{
color: #6FBA52;
}
</style>
background-color css
<style>
a { background-color: #6FBA52; }
a { background-color: rgb(111,186,82); }
div.DivClassName
{
background-color: #6FBA52;
}
.BgClassName
{
background-color: #6FBA52;
}
</style>
border-color css
<style>
span { border-color: #6FBA52; }
span { border-color: rgb(111,186,82); }
td.TdClassName
{
border-color: #6FBA52;
}
.TagClassName
{
border-color: #6FBA52;
}
</style>