Shades of Apple #6CB146
Tints of Apple #6CB146
RGB
CMYK
RGB Variations
Color information
#6CB146 (or 0x6CB146) is known color: Apple. HEX triplet: 6C, B1 and 46. RGB value is (108,177,70). Sum of RGB (Red+Green+Blue) = 108+177+70=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB146 is #934EB9. Grayscale: #909090. Windows color (decimal): -9653946 or 4632940. OLE color: 4632940.
HSL color Cylindrical-coordinate representation of color #6CB146: hue angle of 98.69º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CB146 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 70 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.31 |
| HSL | 98.69º | 0.43% | 0.48% | - |
| HSV(B) | 98.69º | 0.6% | 0.69% | - |
| XYZ | 23.01 | 35.07 | 11.35 | - |
| YUV | 144.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 70 | 0.39 | 0 | 0.60 | 0.31 | 98.69 | 0.43 | 0.48 |
| Hex | 6C | B1 | 46 | 27 | 0 | 3C | 1F | 63 | 2B | 30 |
| Octal | 154 | 261 | 106 | 47 | 0 | 74 | 37 | 143 | 53 | 60 |
| Binary | 1101100 | 10110001 | 1000110 | 100111 | 0 | 111100 | 11111 | 1100011 | 101011 | 110000 |
Color Harmonies of #6CB146
Complementary color
Monochromatic Colors of #6CB146
Black with #6CB146
Text Example
Text Example
White with #6CB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB146; }
p { color: rgb(108,177,70); }
H1.HeaderClassName
{
color: #6CB146;
}
.AnyTagClassName
{
color: #6CB146;
}
</style>
background-color css
<style>
a { background-color: #6CB146; }
a { background-color: rgb(108,177,70); }
div.DivClassName
{
background-color: #6CB146;
}
.BgClassName
{
background-color: #6CB146;
}
</style>
border-color css
<style>
span { border-color: #6CB146; }
span { border-color: rgb(108,177,70); }
td.TdClassName
{
border-color: #6CB146;
}
.TagClassName
{
border-color: #6CB146;
}
</style>