Shades of Apple #6BB255
Tints of Apple #6BB255
RGB
CMYK
RGB Variations
Color information
#6BB255 (or 0x6BB255) is known color: Apple. HEX triplet: 6B, B2 and 55. RGB value is (107,178,85). Sum of RGB (Red+Green+Blue) = 107+178+85=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB255 is #944DAA. Grayscale: #929292. Windows color (decimal): -9719211 or 5616235. OLE color: 5616235.
HSL color Cylindrical-coordinate representation of color #6BB255: hue angle of 105.81º degrees, saturation: 0.38, 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 #6BB255 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 85 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.30 |
| HSL | 105.81º | 0.38% | 0.52% | - |
| HSV(B) | 105.81º | 0.52% | 0.7% | - |
| XYZ | 23.62 | 35.62 | 14.23 | - |
| YUV | 146.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 85 | 0.40 | 0 | 0.52 | 0.30 | 105.81 | 0.38 | 0.52 |
| Hex | 6B | B2 | 55 | 28 | 0 | 34 | 1E | 6A | 26 | 34 |
| Octal | 153 | 262 | 125 | 50 | 0 | 64 | 36 | 152 | 46 | 64 |
| Binary | 1101011 | 10110010 | 1010101 | 101000 | 0 | 110100 | 11110 | 1101010 | 100110 | 110100 |
Color Harmonies of #6BB255
Complementary color
Monochromatic Colors of #6BB255
Black with #6BB255
Text Example
Text Example
White with #6BB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB255; }
p { color: rgb(107,178,85); }
H1.HeaderClassName
{
color: #6BB255;
}
.AnyTagClassName
{
color: #6BB255;
}
</style>
background-color css
<style>
a { background-color: #6BB255; }
a { background-color: rgb(107,178,85); }
div.DivClassName
{
background-color: #6BB255;
}
.BgClassName
{
background-color: #6BB255;
}
</style>
border-color css
<style>
span { border-color: #6BB255; }
span { border-color: rgb(107,178,85); }
td.TdClassName
{
border-color: #6BB255;
}
.TagClassName
{
border-color: #6BB255;
}
</style>