Shades of Apple #6BB355
Tints of Apple #6BB355
RGB
CMYK
RGB Variations
Color information
#6BB355 (or 0x6BB355) is known color: Apple. HEX triplet: 6B, B3 and 55. RGB value is (107,179,85). Sum of RGB (Red+Green+Blue) = 107+179+85=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB355 is #944CAA. Grayscale: #939393. Windows color (decimal): -9718955 or 5616491. OLE color: 5616491.
HSL color Cylindrical-coordinate representation of color #6BB355: hue angle of 105.96º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BB355 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 179 | 85 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.30 |
| HSL | 105.96º | 0.38% | 0.52% | - |
| HSV(B) | 105.96º | 0.53% | 0.7% | - |
| XYZ | 23.82 | 36.02 | 14.29 | - |
| YUV | 146.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 179 | 85 | 0.40 | 0 | 0.53 | 0.30 | 105.96 | 0.38 | 0.52 |
| Hex | 6B | B3 | 55 | 28 | 0 | 35 | 1E | 6A | 26 | 34 |
| Octal | 153 | 263 | 125 | 50 | 0 | 65 | 36 | 152 | 46 | 64 |
| Binary | 1101011 | 10110011 | 1010101 | 101000 | 0 | 110101 | 11110 | 1101010 | 100110 | 110100 |
Color Harmonies of #6BB355
Complementary color
Monochromatic Colors of #6BB355
Black with #6BB355
Text Example
Text Example
White with #6BB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB355; }
p { color: rgb(107,179,85); }
H1.HeaderClassName
{
color: #6BB355;
}
.AnyTagClassName
{
color: #6BB355;
}
</style>
background-color css
<style>
a { background-color: #6BB355; }
a { background-color: rgb(107,179,85); }
div.DivClassName
{
background-color: #6BB355;
}
.BgClassName
{
background-color: #6BB355;
}
</style>
border-color css
<style>
span { border-color: #6BB355; }
span { border-color: rgb(107,179,85); }
td.TdClassName
{
border-color: #6BB355;
}
.TagClassName
{
border-color: #6BB355;
}
</style>