Shades of Apple #6CA142
Tints of Apple #6CA142
RGB
CMYK
RGB Variations
Color information
#6CA142 (or 0x6CA142) is known color: Apple. HEX triplet: 6C, A1 and 42. RGB value is (108,161,66). Sum of RGB (Red+Green+Blue) = 108+161+66=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA142 is #935EBD. Grayscale: #868686. Windows color (decimal): -9658046 or 4366700. OLE color: 4366700.
HSL color Cylindrical-coordinate representation of color #6CA142: hue angle of 93.47º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CA142 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 66 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.37 |
| HSL | 93.47º | 0.42% | 0.45% | - |
| HSV(B) | 93.47º | 0.59% | 0.63% | - |
| XYZ | 19.91 | 29.07 | 9.72 | - |
| YUV | 134.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 66 | 0.33 | 0 | 0.59 | 0.37 | 93.47 | 0.42 | 0.45 |
| Hex | 6C | A1 | 42 | 21 | 0 | 3B | 25 | 5D | 2A | 2D |
| Octal | 154 | 241 | 102 | 41 | 0 | 73 | 45 | 135 | 52 | 55 |
| Binary | 1101100 | 10100001 | 1000010 | 100001 | 0 | 111011 | 100101 | 1011101 | 101010 | 101101 |
Color Harmonies of #6CA142
Complementary color
Monochromatic Colors of #6CA142
Black with #6CA142
Text Example
Text Example
White with #6CA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA142; }
p { color: rgb(108,161,66); }
H1.HeaderClassName
{
color: #6CA142;
}
.AnyTagClassName
{
color: #6CA142;
}
</style>
background-color css
<style>
a { background-color: #6CA142; }
a { background-color: rgb(108,161,66); }
div.DivClassName
{
background-color: #6CA142;
}
.BgClassName
{
background-color: #6CA142;
}
</style>
border-color css
<style>
span { border-color: #6CA142; }
span { border-color: rgb(108,161,66); }
td.TdClassName
{
border-color: #6CA142;
}
.TagClassName
{
border-color: #6CA142;
}
</style>