Shades of Apple #6CB458
Tints of Apple #6CB458
RGB
CMYK
RGB Variations
Color information
#6CB458 (or 0x6CB458) is known color: Apple. HEX triplet: 6C, B4 and 58. RGB value is (108,180,88). Sum of RGB (Red+Green+Blue) = 108+180+88=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB458 is #934BA7. Grayscale: #949494. Windows color (decimal): -9653160 or 5813356. OLE color: 5813356.
HSL color Cylindrical-coordinate representation of color #6CB458: hue angle of 106.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CB458 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 88 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.29 |
| HSL | 106.96º | 0.38% | 0.53% | - |
| HSV(B) | 106.96º | 0.51% | 0.71% | - |
| XYZ | 24.27 | 36.54 | 15.01 | - |
| YUV | 147.98 | 94.15 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 88 | 0.40 | 0 | 0.51 | 0.29 | 106.96 | 0.38 | 0.53 |
| Hex | 6C | B4 | 58 | 28 | 0 | 33 | 1D | 6B | 26 | 35 |
| Octal | 154 | 264 | 130 | 50 | 0 | 63 | 35 | 153 | 46 | 65 |
| Binary | 1101100 | 10110100 | 1011000 | 101000 | 0 | 110011 | 11101 | 1101011 | 100110 | 110101 |
Color Harmonies of #6CB458
Complementary color
Monochromatic Colors of #6CB458
Black with #6CB458
Text Example
Text Example
White with #6CB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB458; }
p { color: rgb(108,180,88); }
H1.HeaderClassName
{
color: #6CB458;
}
.AnyTagClassName
{
color: #6CB458;
}
</style>
background-color css
<style>
a { background-color: #6CB458; }
a { background-color: rgb(108,180,88); }
div.DivClassName
{
background-color: #6CB458;
}
.BgClassName
{
background-color: #6CB458;
}
</style>
border-color css
<style>
span { border-color: #6CB458; }
span { border-color: rgb(108,180,88); }
td.TdClassName
{
border-color: #6CB458;
}
.TagClassName
{
border-color: #6CB458;
}
</style>