Shades of Apple #6CA144
Tints of Apple #6CA144
RGB
CMYK
RGB Variations
Color information
#6CA144 (or 0x6CA144) is known color: Apple. HEX triplet: 6C, A1 and 44. RGB value is (108,161,68). Sum of RGB (Red+Green+Blue) = 108+161+68=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA144 is #935EBB. Grayscale: #868686. Windows color (decimal): -9658044 or 4497772. OLE color: 4497772.
HSL color Cylindrical-coordinate representation of color #6CA144: hue angle of 94.19º 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 #6CA144 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 68 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.37 |
| HSL | 94.19º | 0.41% | 0.45% | - |
| HSV(B) | 94.19º | 0.58% | 0.63% | - |
| XYZ | 19.97 | 29.1 | 10.03 | - |
| YUV | 134.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 68 | 0.33 | 0 | 0.58 | 0.37 | 94.19 | 0.41 | 0.45 |
| Hex | 6C | A1 | 44 | 21 | 0 | 3A | 25 | 5E | 29 | 2D |
| Octal | 154 | 241 | 104 | 41 | 0 | 72 | 45 | 136 | 51 | 55 |
| Binary | 1101100 | 10100001 | 1000100 | 100001 | 0 | 111010 | 100101 | 1011110 | 101001 | 101101 |
Color Harmonies of #6CA144
Complementary color
Monochromatic Colors of #6CA144
Black with #6CA144
Text Example
Text Example
White with #6CA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA144; }
p { color: rgb(108,161,68); }
H1.HeaderClassName
{
color: #6CA144;
}
.AnyTagClassName
{
color: #6CA144;
}
</style>
background-color css
<style>
a { background-color: #6CA144; }
a { background-color: rgb(108,161,68); }
div.DivClassName
{
background-color: #6CA144;
}
.BgClassName
{
background-color: #6CA144;
}
</style>
border-color css
<style>
span { border-color: #6CA144; }
span { border-color: rgb(108,161,68); }
td.TdClassName
{
border-color: #6CA144;
}
.TagClassName
{
border-color: #6CA144;
}
</style>