Shades of Apple #6BBA5E
Tints of Apple #6BBA5E
RGB
CMYK
RGB Variations
Color information
#6BBA5E (or 0x6BBA5E) is known color: Apple. HEX triplet: 6B, BA and 5E. RGB value is (107,186,94). Sum of RGB (Red+Green+Blue) = 107+186+94=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA5E is #9445A1. Grayscale: #989898. Windows color (decimal): -9717154 or 6208107. OLE color: 6208107.
HSL color Cylindrical-coordinate representation of color #6BBA5E: hue angle of 111.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BBA5E is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 94 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.27 |
| HSL | 111.52º | 0.4% | 0.55% | - |
| HSV(B) | 111.52º | 0.49% | 0.73% | - |
| XYZ | 25.64 | 39.05 | 16.78 | - |
| YUV | 151.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 94 | 0.42 | 0 | 0.49 | 0.27 | 111.52 | 0.4 | 0.55 |
| Hex | 6B | BA | 5E | 2A | 0 | 31 | 1B | 70 | 28 | 37 |
| Octal | 153 | 272 | 136 | 52 | 0 | 61 | 33 | 160 | 50 | 67 |
| Binary | 1101011 | 10111010 | 1011110 | 101010 | 0 | 110001 | 11011 | 1110000 | 101000 | 110111 |
Color Harmonies of #6BBA5E
Complementary color
Monochromatic Colors of #6BBA5E
Black with #6BBA5E
Text Example
Text Example
White with #6BBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA5E; }
p { color: rgb(107,186,94); }
H1.HeaderClassName
{
color: #6BBA5E;
}
.AnyTagClassName
{
color: #6BBA5E;
}
</style>
background-color css
<style>
a { background-color: #6BBA5E; }
a { background-color: rgb(107,186,94); }
div.DivClassName
{
background-color: #6BBA5E;
}
.BgClassName
{
background-color: #6BBA5E;
}
</style>
border-color css
<style>
span { border-color: #6BBA5E; }
span { border-color: rgb(107,186,94); }
td.TdClassName
{
border-color: #6BBA5E;
}
.TagClassName
{
border-color: #6BBA5E;
}
</style>