Shades of Apple #6BB256
Tints of Apple #6BB256
RGB
CMYK
RGB Variations
Color information
#6BB256 (or 0x6BB256) is known color: Apple. HEX triplet: 6B, B2 and 56. RGB value is (107,178,86). Sum of RGB (Red+Green+Blue) = 107+178+86=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB256 is #944DA9. Grayscale: #929292. Windows color (decimal): -9719210 or 5681771. OLE color: 5681771.
HSL color Cylindrical-coordinate representation of color #6BB256: hue angle of 106.3º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB256 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 86 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.30 |
| HSL | 106.3º | 0.37% | 0.52% | - |
| HSV(B) | 106.3º | 0.52% | 0.7% | - |
| XYZ | 23.66 | 35.64 | 14.44 | - |
| YUV | 146.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 86 | 0.40 | 0 | 0.52 | 0.30 | 106.3 | 0.37 | 0.52 |
| Hex | 6B | B2 | 56 | 28 | 0 | 34 | 1E | 6A | 25 | 34 |
| Octal | 153 | 262 | 126 | 50 | 0 | 64 | 36 | 152 | 45 | 64 |
| Binary | 1101011 | 10110010 | 1010110 | 101000 | 0 | 110100 | 11110 | 1101010 | 100101 | 110100 |
Color Harmonies of #6BB256
Complementary color
Monochromatic Colors of #6BB256
Black with #6BB256
Text Example
Text Example
White with #6BB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB256; }
p { color: rgb(107,178,86); }
H1.HeaderClassName
{
color: #6BB256;
}
.AnyTagClassName
{
color: #6BB256;
}
</style>
background-color css
<style>
a { background-color: #6BB256; }
a { background-color: rgb(107,178,86); }
div.DivClassName
{
background-color: #6BB256;
}
.BgClassName
{
background-color: #6BB256;
}
</style>
border-color css
<style>
span { border-color: #6BB256; }
span { border-color: rgb(107,178,86); }
td.TdClassName
{
border-color: #6BB256;
}
.TagClassName
{
border-color: #6BB256;
}
</style>