Shades of Apple #6BB550
Tints of Apple #6BB550
RGB
CMYK
RGB Variations
Color information
#6BB550 (or 0x6BB550) is known color: Apple. HEX triplet: 6B, B5 and 50. RGB value is (107,181,80). Sum of RGB (Red+Green+Blue) = 107+181+80=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #6BB550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB550 is #944AAF. Grayscale: #939393. Windows color (decimal): -9718448 or 5289323. OLE color: 5289323.
HSL color Cylindrical-coordinate representation of color #6BB550: hue angle of 103.96º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BB550 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 181 | 80 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.29 |
| HSL | 103.96º | 0.41% | 0.51% | - |
| HSV(B) | 103.96º | 0.56% | 0.71% | - |
| XYZ | 24.04 | 36.75 | 13.42 | - |
| YUV | 147.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 181 | 80 | 0.41 | 0 | 0.56 | 0.29 | 103.96 | 0.41 | 0.51 |
| Hex | 6B | B5 | 50 | 29 | 0 | 38 | 1D | 68 | 29 | 33 |
| Octal | 153 | 265 | 120 | 51 | 0 | 70 | 35 | 150 | 51 | 63 |
| Binary | 1101011 | 10110101 | 1010000 | 101001 | 0 | 111000 | 11101 | 1101000 | 101001 | 110011 |
Color Harmonies of #6BB550
Complementary color
Monochromatic Colors of #6BB550
Black with #6BB550
Text Example
Text Example
White with #6BB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB550; }
p { color: rgb(107,181,80); }
H1.HeaderClassName
{
color: #6BB550;
}
.AnyTagClassName
{
color: #6BB550;
}
</style>
background-color css
<style>
a { background-color: #6BB550; }
a { background-color: rgb(107,181,80); }
div.DivClassName
{
background-color: #6BB550;
}
.BgClassName
{
background-color: #6BB550;
}
</style>
border-color css
<style>
span { border-color: #6BB550; }
span { border-color: rgb(107,181,80); }
td.TdClassName
{
border-color: #6BB550;
}
.TagClassName
{
border-color: #6BB550;
}
</style>