Shades of Apple #6CA641
Tints of Apple #6CA641
RGB
CMYK
RGB Variations
Color information
#6CA641 (or 0x6CA641) is known color: Apple. HEX triplet: 6C, A6 and 41. RGB value is (108,166,65). Sum of RGB (Red+Green+Blue) = 108+166+65=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA641 is #9359BE. Grayscale: #898989. Windows color (decimal): -9656767 or 4302444. OLE color: 4302444.
HSL color Cylindrical-coordinate representation of color #6CA641: hue angle of 94.46º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CA641 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 166 | 65 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.35 |
| HSL | 94.46º | 0.44% | 0.45% | - |
| HSV(B) | 94.46º | 0.61% | 0.65% | - |
| XYZ | 20.77 | 30.84 | 9.86 | - |
| YUV | 137.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 65 | 0.35 | 0 | 0.61 | 0.35 | 94.46 | 0.44 | 0.45 |
| Hex | 6C | A6 | 41 | 23 | 0 | 3D | 23 | 5E | 2C | 2D |
| Octal | 154 | 246 | 101 | 43 | 0 | 75 | 43 | 136 | 54 | 55 |
| Binary | 1101100 | 10100110 | 1000001 | 100011 | 0 | 111101 | 100011 | 1011110 | 101100 | 101101 |
Color Harmonies of #6CA641
Complementary color
Monochromatic Colors of #6CA641
Black with #6CA641
Text Example
Text Example
White with #6CA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA641; }
p { color: rgb(108,166,65); }
H1.HeaderClassName
{
color: #6CA641;
}
.AnyTagClassName
{
color: #6CA641;
}
</style>
background-color css
<style>
a { background-color: #6CA641; }
a { background-color: rgb(108,166,65); }
div.DivClassName
{
background-color: #6CA641;
}
.BgClassName
{
background-color: #6CA641;
}
</style>
border-color css
<style>
span { border-color: #6CA641; }
span { border-color: rgb(108,166,65); }
td.TdClassName
{
border-color: #6CA641;
}
.TagClassName
{
border-color: #6CA641;
}
</style>