Shades of Apple #6CAD40
Tints of Apple #6CAD40
RGB
CMYK
RGB Variations
Color information
#6CAD40 (or 0x6CAD40) is known color: Apple. HEX triplet: 6C, AD and 40. RGB value is (108,173,64). Sum of RGB (Red+Green+Blue) = 108+173+64=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAD40 is #9352BF. Grayscale: #8D8D8D. Windows color (decimal): -9654976 or 4238700. OLE color: 4238700.
HSL color Cylindrical-coordinate representation of color #6CAD40: hue angle of 95.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CAD40 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 64 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.32 |
| HSL | 95.78º | 0.46% | 0.46% | - |
| HSV(B) | 95.78º | 0.63% | 0.68% | - |
| XYZ | 22.05 | 33.45 | 10.14 | - |
| YUV | 141.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 64 | 0.38 | 0 | 0.63 | 0.32 | 95.78 | 0.46 | 0.46 |
| Hex | 6C | AD | 40 | 26 | 0 | 3F | 20 | 60 | 2E | 2E |
| Octal | 154 | 255 | 100 | 46 | 0 | 77 | 40 | 140 | 56 | 56 |
| Binary | 1101100 | 10101101 | 1000000 | 100110 | 0 | 111111 | 100000 | 1100000 | 101110 | 101110 |
Color Harmonies of #6CAD40
Complementary color
Monochromatic Colors of #6CAD40
Black with #6CAD40
Text Example
Text Example
White with #6CAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD40; }
p { color: rgb(108,173,64); }
H1.HeaderClassName
{
color: #6CAD40;
}
.AnyTagClassName
{
color: #6CAD40;
}
</style>
background-color css
<style>
a { background-color: #6CAD40; }
a { background-color: rgb(108,173,64); }
div.DivClassName
{
background-color: #6CAD40;
}
.BgClassName
{
background-color: #6CAD40;
}
</style>
border-color css
<style>
span { border-color: #6CAD40; }
span { border-color: rgb(108,173,64); }
td.TdClassName
{
border-color: #6CAD40;
}
.TagClassName
{
border-color: #6CAD40;
}
</style>