Shades of Apple #6BBB52
Tints of Apple #6BBB52
RGB
CMYK
RGB Variations
Color information
#6BBB52 (or 0x6BBB52) is known color: Apple. HEX triplet: 6B, BB and 52. RGB value is (107,187,82). Sum of RGB (Red+Green+Blue) = 107+187+82=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBB52 is #9444AD. Grayscale: #979797. Windows color (decimal): -9716910 or 5421931. OLE color: 5421931.
HSL color Cylindrical-coordinate representation of color #6BBB52: hue angle of 105.71º degrees, saturation: 0.44, 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 #6BBB52 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 187 | 82 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.27 |
| HSL | 105.71º | 0.44% | 0.53% | - |
| HSV(B) | 105.71º | 0.56% | 0.73% | - |
| XYZ | 25.36 | 39.28 | 14.23 | - |
| YUV | 151.11 | 89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 82 | 0.43 | 0 | 0.56 | 0.27 | 105.71 | 0.44 | 0.53 |
| Hex | 6B | BB | 52 | 2B | 0 | 38 | 1B | 6A | 2C | 35 |
| Octal | 153 | 273 | 122 | 53 | 0 | 70 | 33 | 152 | 54 | 65 |
| Binary | 1101011 | 10111011 | 1010010 | 101011 | 0 | 111000 | 11011 | 1101010 | 101100 | 110101 |
Color Harmonies of #6BBB52
Complementary color
Monochromatic Colors of #6BBB52
Black with #6BBB52
Text Example
Text Example
White with #6BBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBB52; }
p { color: rgb(107,187,82); }
H1.HeaderClassName
{
color: #6BBB52;
}
.AnyTagClassName
{
color: #6BBB52;
}
</style>
background-color css
<style>
a { background-color: #6BBB52; }
a { background-color: rgb(107,187,82); }
div.DivClassName
{
background-color: #6BBB52;
}
.BgClassName
{
background-color: #6BBB52;
}
</style>
border-color css
<style>
span { border-color: #6BBB52; }
span { border-color: rgb(107,187,82); }
td.TdClassName
{
border-color: #6BBB52;
}
.TagClassName
{
border-color: #6BBB52;
}
</style>