Shades of Apple #6BBA55
Tints of Apple #6BBA55
RGB
CMYK
RGB Variations
Color information
#6BBA55 (or 0x6BBA55) is known color: Apple. HEX triplet: 6B, BA and 55. RGB value is (107,186,85). Sum of RGB (Red+Green+Blue) = 107+186+85=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA55 is #9445AA. Grayscale: #979797. Windows color (decimal): -9717163 or 5618283. OLE color: 5618283.
HSL color Cylindrical-coordinate representation of color #6BBA55: hue angle of 106.93º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBA55 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 85 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.27 |
| HSL | 106.93º | 0.42% | 0.53% | - |
| HSV(B) | 106.93º | 0.54% | 0.73% | - |
| XYZ | 25.26 | 38.9 | 14.77 | - |
| YUV | 150.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 85 | 0.42 | 0 | 0.54 | 0.27 | 106.93 | 0.42 | 0.53 |
| Hex | 6B | BA | 55 | 2A | 0 | 36 | 1B | 6B | 2A | 35 |
| Octal | 153 | 272 | 125 | 52 | 0 | 66 | 33 | 153 | 52 | 65 |
| Binary | 1101011 | 10111010 | 1010101 | 101010 | 0 | 110110 | 11011 | 1101011 | 101010 | 110101 |
Color Harmonies of #6BBA55
Complementary color
Monochromatic Colors of #6BBA55
Black with #6BBA55
Text Example
Text Example
White with #6BBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA55; }
p { color: rgb(107,186,85); }
H1.HeaderClassName
{
color: #6BBA55;
}
.AnyTagClassName
{
color: #6BBA55;
}
</style>
background-color css
<style>
a { background-color: #6BBA55; }
a { background-color: rgb(107,186,85); }
div.DivClassName
{
background-color: #6BBA55;
}
.BgClassName
{
background-color: #6BBA55;
}
</style>
border-color css
<style>
span { border-color: #6BBA55; }
span { border-color: rgb(107,186,85); }
td.TdClassName
{
border-color: #6BBA55;
}
.TagClassName
{
border-color: #6BBA55;
}
</style>