Shades of Apple #6CB45C
Tints of Apple #6CB45C
RGB
CMYK
RGB Variations
Color information
#6CB45C (or 0x6CB45C) is known color: Apple. HEX triplet: 6C, B4 and 5C. RGB value is (108,180,92). Sum of RGB (Red+Green+Blue) = 108+180+92=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB45C is #934BA3. Grayscale: #949494. Windows color (decimal): -9653156 or 6075500. OLE color: 6075500.
HSL color Cylindrical-coordinate representation of color #6CB45C: hue angle of 109.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CB45C is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 92 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.29 |
| HSL | 109.09º | 0.37% | 0.53% | - |
| HSV(B) | 109.09º | 0.49% | 0.71% | - |
| XYZ | 24.44 | 36.6 | 15.9 | - |
| YUV | 148.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 92 | 0.40 | 0 | 0.49 | 0.29 | 109.09 | 0.37 | 0.53 |
| Hex | 6C | B4 | 5C | 28 | 0 | 31 | 1D | 6D | 25 | 35 |
| Octal | 154 | 264 | 134 | 50 | 0 | 61 | 35 | 155 | 45 | 65 |
| Binary | 1101100 | 10110100 | 1011100 | 101000 | 0 | 110001 | 11101 | 1101101 | 100101 | 110101 |
Color Harmonies of #6CB45C
Complementary color
Monochromatic Colors of #6CB45C
Black with #6CB45C
Text Example
Text Example
White with #6CB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB45C; }
p { color: rgb(108,180,92); }
H1.HeaderClassName
{
color: #6CB45C;
}
.AnyTagClassName
{
color: #6CB45C;
}
</style>
background-color css
<style>
a { background-color: #6CB45C; }
a { background-color: rgb(108,180,92); }
div.DivClassName
{
background-color: #6CB45C;
}
.BgClassName
{
background-color: #6CB45C;
}
</style>
border-color css
<style>
span { border-color: #6CB45C; }
span { border-color: rgb(108,180,92); }
td.TdClassName
{
border-color: #6CB45C;
}
.TagClassName
{
border-color: #6CB45C;
}
</style>