Shades of Apple #6BC055
Tints of Apple #6BC055
RGB
CMYK
RGB Variations
Color information
#6BC055 (or 0x6BC055) is known color: Apple. HEX triplet: 6B, C0 and 55. RGB value is (107,192,85). Sum of RGB (Red+Green+Blue) = 107+192+85=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC055 is #943FAA. Grayscale: #9A9A9A. Windows color (decimal): -9715627 or 5619819. OLE color: 5619819.
HSL color Cylindrical-coordinate representation of color #6BC055: hue angle of 107.66º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BC055 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 85 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.25 |
| HSL | 107.66º | 0.46% | 0.54% | - |
| HSV(B) | 107.66º | 0.56% | 0.75% | - |
| XYZ | 26.55 | 41.48 | 15.2 | - |
| YUV | 154.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 85 | 0.44 | 0 | 0.56 | 0.25 | 107.66 | 0.46 | 0.54 |
| Hex | 6B | C0 | 55 | 2C | 0 | 38 | 19 | 6C | 2E | 36 |
| Octal | 153 | 300 | 125 | 54 | 0 | 70 | 31 | 154 | 56 | 66 |
| Binary | 1101011 | 11000000 | 1010101 | 101100 | 0 | 111000 | 11001 | 1101100 | 101110 | 110110 |
Color Harmonies of #6BC055
Complementary color
Monochromatic Colors of #6BC055
Black with #6BC055
Text Example
Text Example
White with #6BC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC055; }
p { color: rgb(107,192,85); }
H1.HeaderClassName
{
color: #6BC055;
}
.AnyTagClassName
{
color: #6BC055;
}
</style>
background-color css
<style>
a { background-color: #6BC055; }
a { background-color: rgb(107,192,85); }
div.DivClassName
{
background-color: #6BC055;
}
.BgClassName
{
background-color: #6BC055;
}
</style>
border-color css
<style>
span { border-color: #6BC055; }
span { border-color: rgb(107,192,85); }
td.TdClassName
{
border-color: #6BC055;
}
.TagClassName
{
border-color: #6BC055;
}
</style>