Shades of Apple #6FAA40
Tints of Apple #6FAA40
RGB
CMYK
RGB Variations
Color information
#6FAA40 (or 0x6FAA40) is known color: Apple. HEX triplet: 6F, AA and 40. RGB value is (111,170,64). Sum of RGB (Red+Green+Blue) = 111+170+64=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA40 is #9055BF. Grayscale: #8C8C8C. Windows color (decimal): -9459136 or 4237935. OLE color: 4237935.
HSL color Cylindrical-coordinate representation of color #6FAA40: hue angle of 93.4º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FAA40 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 64 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.33 |
| HSL | 93.4º | 0.45% | 0.46% | - |
| HSV(B) | 93.4º | 0.62% | 0.67% | - |
| XYZ | 21.86 | 32.5 | 9.97 | - |
| YUV | 140.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 64 | 0.35 | 0 | 0.62 | 0.33 | 93.4 | 0.45 | 0.46 |
| Hex | 6F | AA | 40 | 23 | 0 | 3E | 21 | 5D | 2D | 2E |
| Octal | 157 | 252 | 100 | 43 | 0 | 76 | 41 | 135 | 55 | 56 |
| Binary | 1101111 | 10101010 | 1000000 | 100011 | 0 | 111110 | 100001 | 1011101 | 101101 | 101110 |
Color Harmonies of #6FAA40
Complementary color
Monochromatic Colors of #6FAA40
Black with #6FAA40
Text Example
Text Example
White with #6FAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA40; }
p { color: rgb(111,170,64); }
H1.HeaderClassName
{
color: #6FAA40;
}
.AnyTagClassName
{
color: #6FAA40;
}
</style>
background-color css
<style>
a { background-color: #6FAA40; }
a { background-color: rgb(111,170,64); }
div.DivClassName
{
background-color: #6FAA40;
}
.BgClassName
{
background-color: #6FAA40;
}
</style>
border-color css
<style>
span { border-color: #6FAA40; }
span { border-color: rgb(111,170,64); }
td.TdClassName
{
border-color: #6FAA40;
}
.TagClassName
{
border-color: #6FAA40;
}
</style>