Shades of Apple #6CA143
Tints of Apple #6CA143
RGB
CMYK
RGB Variations
Color information
#6CA143 (or 0x6CA143) is known color: Apple. HEX triplet: 6C, A1 and 43. RGB value is (108,161,67). Sum of RGB (Red+Green+Blue) = 108+161+67=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA143 is #935EBC. Grayscale: #868686. Windows color (decimal): -9658045 or 4432236. OLE color: 4432236.
HSL color Cylindrical-coordinate representation of color #6CA143: hue angle of 93.83º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CA143 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 67 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.37 |
| HSL | 93.83º | 0.41% | 0.45% | - |
| HSV(B) | 93.83º | 0.58% | 0.63% | - |
| XYZ | 19.94 | 29.08 | 9.87 | - |
| YUV | 134.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 67 | 0.33 | 0 | 0.58 | 0.37 | 93.83 | 0.41 | 0.45 |
| Hex | 6C | A1 | 43 | 21 | 0 | 3A | 25 | 5E | 29 | 2D |
| Octal | 154 | 241 | 103 | 41 | 0 | 72 | 45 | 136 | 51 | 55 |
| Binary | 1101100 | 10100001 | 1000011 | 100001 | 0 | 111010 | 100101 | 1011110 | 101001 | 101101 |
Color Harmonies of #6CA143
Complementary color
Monochromatic Colors of #6CA143
Black with #6CA143
Text Example
Text Example
White with #6CA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA143; }
p { color: rgb(108,161,67); }
H1.HeaderClassName
{
color: #6CA143;
}
.AnyTagClassName
{
color: #6CA143;
}
</style>
background-color css
<style>
a { background-color: #6CA143; }
a { background-color: rgb(108,161,67); }
div.DivClassName
{
background-color: #6CA143;
}
.BgClassName
{
background-color: #6CA143;
}
</style>
border-color css
<style>
span { border-color: #6CA143; }
span { border-color: rgb(108,161,67); }
td.TdClassName
{
border-color: #6CA143;
}
.TagClassName
{
border-color: #6CA143;
}
</style>