Shades of Apple #6CB147
Tints of Apple #6CB147
RGB
CMYK
RGB Variations
Color information
#6CB147 (or 0x6CB147) is known color: Apple. HEX triplet: 6C, B1 and 47. RGB value is (108,177,71). Sum of RGB (Red+Green+Blue) = 108+177+71=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB147 is #934EB8. Grayscale: #909090. Windows color (decimal): -9653945 or 4698476. OLE color: 4698476.
HSL color Cylindrical-coordinate representation of color #6CB147: hue angle of 99.06º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CB147 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 71 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.31 |
| HSL | 99.06º | 0.43% | 0.49% | - |
| HSV(B) | 99.06º | 0.6% | 0.69% | - |
| XYZ | 23.04 | 35.09 | 11.52 | - |
| YUV | 144.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 71 | 0.39 | 0 | 0.60 | 0.31 | 99.06 | 0.43 | 0.49 |
| Hex | 6C | B1 | 47 | 27 | 0 | 3C | 1F | 63 | 2B | 31 |
| Octal | 154 | 261 | 107 | 47 | 0 | 74 | 37 | 143 | 53 | 61 |
| Binary | 1101100 | 10110001 | 1000111 | 100111 | 0 | 111100 | 11111 | 1100011 | 101011 | 110001 |
Color Harmonies of #6CB147
Complementary color
Monochromatic Colors of #6CB147
Black with #6CB147
Text Example
Text Example
White with #6CB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB147; }
p { color: rgb(108,177,71); }
H1.HeaderClassName
{
color: #6CB147;
}
.AnyTagClassName
{
color: #6CB147;
}
</style>
background-color css
<style>
a { background-color: #6CB147; }
a { background-color: rgb(108,177,71); }
div.DivClassName
{
background-color: #6CB147;
}
.BgClassName
{
background-color: #6CB147;
}
</style>
border-color css
<style>
span { border-color: #6CB147; }
span { border-color: rgb(108,177,71); }
td.TdClassName
{
border-color: #6CB147;
}
.TagClassName
{
border-color: #6CB147;
}
</style>