Shades of Apple #6CB142
Tints of Apple #6CB142
RGB
CMYK
RGB Variations
Color information
#6CB142 (or 0x6CB142) is known color: Apple. HEX triplet: 6C, B1 and 42. RGB value is (108,177,66). Sum of RGB (Red+Green+Blue) = 108+177+66=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB142 is #934EBD. Grayscale: #909090. Windows color (decimal): -9653950 or 4370796. OLE color: 4370796.
HSL color Cylindrical-coordinate representation of color #6CB142: hue angle of 97.3º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CB142 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 66 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.31 |
| HSL | 97.3º | 0.46% | 0.48% | - |
| HSV(B) | 97.3º | 0.63% | 0.69% | - |
| XYZ | 22.89 | 35.03 | 10.71 | - |
| YUV | 143.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 66 | 0.39 | 0 | 0.63 | 0.31 | 97.3 | 0.46 | 0.48 |
| Hex | 6C | B1 | 42 | 27 | 0 | 3F | 1F | 61 | 2E | 30 |
| Octal | 154 | 261 | 102 | 47 | 0 | 77 | 37 | 141 | 56 | 60 |
| Binary | 1101100 | 10110001 | 1000010 | 100111 | 0 | 111111 | 11111 | 1100001 | 101110 | 110000 |
Color Harmonies of #6CB142
Complementary color
Monochromatic Colors of #6CB142
Black with #6CB142
Text Example
Text Example
White with #6CB142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB142; }
p { color: rgb(108,177,66); }
H1.HeaderClassName
{
color: #6CB142;
}
.AnyTagClassName
{
color: #6CB142;
}
</style>
background-color css
<style>
a { background-color: #6CB142; }
a { background-color: rgb(108,177,66); }
div.DivClassName
{
background-color: #6CB142;
}
.BgClassName
{
background-color: #6CB142;
}
</style>
border-color css
<style>
span { border-color: #6CB142; }
span { border-color: rgb(108,177,66); }
td.TdClassName
{
border-color: #6CB142;
}
.TagClassName
{
border-color: #6CB142;
}
</style>