Shades of Apple #6CB548
Tints of Apple #6CB548
RGB
CMYK
RGB Variations
Color information
#6CB548 (or 0x6CB548) is known color: Apple. HEX triplet: 6C, B5 and 48. RGB value is (108,181,72). Sum of RGB (Red+Green+Blue) = 108+181+72=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB548 is #934AB7. Grayscale: #939393. Windows color (decimal): -9652920 or 4765036. OLE color: 4765036.
HSL color Cylindrical-coordinate representation of color #6CB548: hue angle of 100.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CB548 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 72 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.29 |
| HSL | 100.18º | 0.43% | 0.5% | - |
| HSV(B) | 100.18º | 0.6% | 0.71% | - |
| XYZ | 23.88 | 36.7 | 11.96 | - |
| YUV | 146.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 72 | 0.40 | 0 | 0.60 | 0.29 | 100.18 | 0.43 | 0.5 |
| Hex | 6C | B5 | 48 | 28 | 0 | 3C | 1D | 64 | 2B | 32 |
| Octal | 154 | 265 | 110 | 50 | 0 | 74 | 35 | 144 | 53 | 62 |
| Binary | 1101100 | 10110101 | 1001000 | 101000 | 0 | 111100 | 11101 | 1100100 | 101011 | 110010 |
Color Harmonies of #6CB548
Complementary color
Monochromatic Colors of #6CB548
Black with #6CB548
Text Example
Text Example
White with #6CB548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB548; }
p { color: rgb(108,181,72); }
H1.HeaderClassName
{
color: #6CB548;
}
.AnyTagClassName
{
color: #6CB548;
}
</style>
background-color css
<style>
a { background-color: #6CB548; }
a { background-color: rgb(108,181,72); }
div.DivClassName
{
background-color: #6CB548;
}
.BgClassName
{
background-color: #6CB548;
}
</style>
border-color css
<style>
span { border-color: #6CB548; }
span { border-color: rgb(108,181,72); }
td.TdClassName
{
border-color: #6CB548;
}
.TagClassName
{
border-color: #6CB548;
}
</style>