Shades of Apple #6CB655
Tints of Apple #6CB655
RGB
CMYK
RGB Variations
Color information
#6CB655 (or 0x6CB655) is known color: Apple. HEX triplet: 6C, B6 and 55. RGB value is (108,182,85). Sum of RGB (Red+Green+Blue) = 108+182+85=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB655 is #9349AA. Grayscale: #959595. Windows color (decimal): -9652651 or 5617260. OLE color: 5617260.
HSL color Cylindrical-coordinate representation of color #6CB655: hue angle of 105.77º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CB655 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 182 | 85 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.29 |
| HSL | 105.77º | 0.4% | 0.52% | - |
| HSV(B) | 105.77º | 0.53% | 0.71% | - |
| XYZ | 24.55 | 37.3 | 14.5 | - |
| YUV | 148.82 | 91.98 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 182 | 85 | 0.41 | 0 | 0.53 | 0.29 | 105.77 | 0.4 | 0.52 |
| Hex | 6C | B6 | 55 | 29 | 0 | 35 | 1D | 6A | 28 | 34 |
| Octal | 154 | 266 | 125 | 51 | 0 | 65 | 35 | 152 | 50 | 64 |
| Binary | 1101100 | 10110110 | 1010101 | 101001 | 0 | 110101 | 11101 | 1101010 | 101000 | 110100 |
Color Harmonies of #6CB655
Complementary color
Monochromatic Colors of #6CB655
Black with #6CB655
Text Example
Text Example
White with #6CB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB655; }
p { color: rgb(108,182,85); }
H1.HeaderClassName
{
color: #6CB655;
}
.AnyTagClassName
{
color: #6CB655;
}
</style>
background-color css
<style>
a { background-color: #6CB655; }
a { background-color: rgb(108,182,85); }
div.DivClassName
{
background-color: #6CB655;
}
.BgClassName
{
background-color: #6CB655;
}
</style>
border-color css
<style>
span { border-color: #6CB655; }
span { border-color: rgb(108,182,85); }
td.TdClassName
{
border-color: #6CB655;
}
.TagClassName
{
border-color: #6CB655;
}
</style>