Shades of Apple #6FAA41
Tints of Apple #6FAA41
RGB
CMYK
RGB Variations
Color information
#6FAA41 (or 0x6FAA41) is known color: Apple. HEX triplet: 6F, AA and 41. RGB value is (111,170,65). Sum of RGB (Red+Green+Blue) = 111+170+65=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA41 is #9055BE. Grayscale: #8C8C8C. Windows color (decimal): -9459135 or 4303471. OLE color: 4303471.
HSL color Cylindrical-coordinate representation of color #6FAA41: hue angle of 93.71º 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 #6FAA41 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 65 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.33 |
| HSL | 93.71º | 0.45% | 0.46% | - |
| HSV(B) | 93.71º | 0.62% | 0.67% | - |
| XYZ | 21.88 | 32.51 | 10.12 | - |
| YUV | 140.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 65 | 0.35 | 0 | 0.62 | 0.33 | 93.71 | 0.45 | 0.46 |
| Hex | 6F | AA | 41 | 23 | 0 | 3E | 21 | 5E | 2D | 2E |
| Octal | 157 | 252 | 101 | 43 | 0 | 76 | 41 | 136 | 55 | 56 |
| Binary | 1101111 | 10101010 | 1000001 | 100011 | 0 | 111110 | 100001 | 1011110 | 101101 | 101110 |
Color Harmonies of #6FAA41
Complementary color
Monochromatic Colors of #6FAA41
Black with #6FAA41
Text Example
Text Example
White with #6FAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA41; }
p { color: rgb(111,170,65); }
H1.HeaderClassName
{
color: #6FAA41;
}
.AnyTagClassName
{
color: #6FAA41;
}
</style>
background-color css
<style>
a { background-color: #6FAA41; }
a { background-color: rgb(111,170,65); }
div.DivClassName
{
background-color: #6FAA41;
}
.BgClassName
{
background-color: #6FAA41;
}
</style>
border-color css
<style>
span { border-color: #6FAA41; }
span { border-color: rgb(111,170,65); }
td.TdClassName
{
border-color: #6FAA41;
}
.TagClassName
{
border-color: #6FAA41;
}
</style>