Shades of Apple #6BBA51
Tints of Apple #6BBA51
RGB
CMYK
RGB Variations
Color information
#6BBA51 (or 0x6BBA51) is known color: Apple. HEX triplet: 6B, BA and 51. RGB value is (107,186,81). Sum of RGB (Red+Green+Blue) = 107+186+81=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA51 is #9445AE. Grayscale: #969696. Windows color (decimal): -9717167 or 5356139. OLE color: 5356139.
HSL color Cylindrical-coordinate representation of color #6BBA51: hue angle of 105.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BBA51 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 81 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.27 |
| HSL | 105.14º | 0.43% | 0.52% | - |
| HSV(B) | 105.14º | 0.56% | 0.73% | - |
| XYZ | 25.11 | 38.84 | 13.96 | - |
| YUV | 150.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 81 | 0.42 | 0 | 0.56 | 0.27 | 105.14 | 0.43 | 0.52 |
| Hex | 6B | BA | 51 | 2A | 0 | 38 | 1B | 69 | 2B | 34 |
| Octal | 153 | 272 | 121 | 52 | 0 | 70 | 33 | 151 | 53 | 64 |
| Binary | 1101011 | 10111010 | 1010001 | 101010 | 0 | 111000 | 11011 | 1101001 | 101011 | 110100 |
Color Harmonies of #6BBA51
Complementary color
Monochromatic Colors of #6BBA51
Black with #6BBA51
Text Example
Text Example
White with #6BBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA51; }
p { color: rgb(107,186,81); }
H1.HeaderClassName
{
color: #6BBA51;
}
.AnyTagClassName
{
color: #6BBA51;
}
</style>
background-color css
<style>
a { background-color: #6BBA51; }
a { background-color: rgb(107,186,81); }
div.DivClassName
{
background-color: #6BBA51;
}
.BgClassName
{
background-color: #6BBA51;
}
</style>
border-color css
<style>
span { border-color: #6BBA51; }
span { border-color: rgb(107,186,81); }
td.TdClassName
{
border-color: #6BBA51;
}
.TagClassName
{
border-color: #6BBA51;
}
</style>