Shades of Apple #6FAD40
Tints of Apple #6FAD40
RGB
CMYK
RGB Variations
Color information
#6FAD40 (or 0x6FAD40) is known color: Apple. HEX triplet: 6F, AD and 40. RGB value is (111,173,64). Sum of RGB (Red+Green+Blue) = 111+173+64=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAD40 is #9052BF. Grayscale: #8E8E8E. Windows color (decimal): -9458368 or 4238703. OLE color: 4238703.
HSL color Cylindrical-coordinate representation of color #6FAD40: hue angle of 94.13º 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 #6FAD40 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 64 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.32 |
| HSL | 94.13º | 0.46% | 0.46% | - |
| HSV(B) | 94.13º | 0.63% | 0.68% | - |
| XYZ | 22.42 | 33.64 | 10.16 | - |
| YUV | 142.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 64 | 0.36 | 0 | 0.63 | 0.32 | 94.13 | 0.46 | 0.46 |
| Hex | 6F | AD | 40 | 24 | 0 | 3F | 20 | 5E | 2E | 2E |
| Octal | 157 | 255 | 100 | 44 | 0 | 77 | 40 | 136 | 56 | 56 |
| Binary | 1101111 | 10101101 | 1000000 | 100100 | 0 | 111111 | 100000 | 1011110 | 101110 | 101110 |
Color Harmonies of #6FAD40
Complementary color
Monochromatic Colors of #6FAD40
Black with #6FAD40
Text Example
Text Example
White with #6FAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD40; }
p { color: rgb(111,173,64); }
H1.HeaderClassName
{
color: #6FAD40;
}
.AnyTagClassName
{
color: #6FAD40;
}
</style>
background-color css
<style>
a { background-color: #6FAD40; }
a { background-color: rgb(111,173,64); }
div.DivClassName
{
background-color: #6FAD40;
}
.BgClassName
{
background-color: #6FAD40;
}
</style>
border-color css
<style>
span { border-color: #6FAD40; }
span { border-color: rgb(111,173,64); }
td.TdClassName
{
border-color: #6FAD40;
}
.TagClassName
{
border-color: #6FAD40;
}
</style>