Shades of Apple #6FAA3B
Tints of Apple #6FAA3B
RGB
CMYK
RGB Variations
Color information
#6FAA3B (or 0x6FAA3B) is known color: Apple. HEX triplet: 6F, AA and 3B. RGB value is (111,170,59). Sum of RGB (Red+Green+Blue) = 111+170+59=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA3B is #9055C4. Grayscale: #8C8C8C. Windows color (decimal): -9459141 or 3910255. OLE color: 3910255.
HSL color Cylindrical-coordinate representation of color #6FAA3B: hue angle of 91.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FAA3B is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 59 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.33 |
| HSL | 91.89º | 0.48% | 0.45% | - |
| HSV(B) | 91.89º | 0.65% | 0.67% | - |
| XYZ | 21.72 | 32.44 | 9.26 | - |
| YUV | 139.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 59 | 0.35 | 0 | 0.65 | 0.33 | 91.89 | 0.48 | 0.45 |
| Hex | 6F | AA | 3B | 23 | 0 | 41 | 21 | 5C | 30 | 2D |
| Octal | 157 | 252 | 73 | 43 | 0 | 101 | 41 | 134 | 60 | 55 |
| Binary | 1101111 | 10101010 | 111011 | 100011 | 0 | 1000001 | 100001 | 1011100 | 110000 | 101101 |
Color Harmonies of #6FAA3B
Complementary color
Monochromatic Colors of #6FAA3B
Black with #6FAA3B
Text Example
Text Example
White with #6FAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA3B; }
p { color: rgb(111,170,59); }
H1.HeaderClassName
{
color: #6FAA3B;
}
.AnyTagClassName
{
color: #6FAA3B;
}
</style>
background-color css
<style>
a { background-color: #6FAA3B; }
a { background-color: rgb(111,170,59); }
div.DivClassName
{
background-color: #6FAA3B;
}
.BgClassName
{
background-color: #6FAA3B;
}
</style>
border-color css
<style>
span { border-color: #6FAA3B; }
span { border-color: rgb(111,170,59); }
td.TdClassName
{
border-color: #6FAA3B;
}
.TagClassName
{
border-color: #6FAA3B;
}
</style>