Shades of Apple #6CB552
Tints of Apple #6CB552
RGB
CMYK
RGB Variations
Color information
#6CB552 (or 0x6CB552) is known color: Apple. HEX triplet: 6C, B5 and 52. RGB value is (108,181,82). Sum of RGB (Red+Green+Blue) = 108+181+82=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB552 is #934AAD. Grayscale: #949494. Windows color (decimal): -9652910 or 5420396. OLE color: 5420396.
HSL color Cylindrical-coordinate representation of color #6CB552: hue angle of 104.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CB552 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 82 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.29 |
| HSL | 104.24º | 0.4% | 0.52% | - |
| HSV(B) | 104.24º | 0.55% | 0.71% | - |
| XYZ | 24.23 | 36.85 | 13.82 | - |
| YUV | 147.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 82 | 0.40 | 0 | 0.55 | 0.29 | 104.24 | 0.4 | 0.52 |
| Hex | 6C | B5 | 52 | 28 | 0 | 37 | 1D | 68 | 28 | 34 |
| Octal | 154 | 265 | 122 | 50 | 0 | 67 | 35 | 150 | 50 | 64 |
| Binary | 1101100 | 10110101 | 1010010 | 101000 | 0 | 110111 | 11101 | 1101000 | 101000 | 110100 |
Color Harmonies of #6CB552
Complementary color
Monochromatic Colors of #6CB552
Black with #6CB552
Text Example
Text Example
White with #6CB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB552; }
p { color: rgb(108,181,82); }
H1.HeaderClassName
{
color: #6CB552;
}
.AnyTagClassName
{
color: #6CB552;
}
</style>
background-color css
<style>
a { background-color: #6CB552; }
a { background-color: rgb(108,181,82); }
div.DivClassName
{
background-color: #6CB552;
}
.BgClassName
{
background-color: #6CB552;
}
</style>
border-color css
<style>
span { border-color: #6CB552; }
span { border-color: rgb(108,181,82); }
td.TdClassName
{
border-color: #6CB552;
}
.TagClassName
{
border-color: #6CB552;
}
</style>