Shades of Apple #6FAD50
Tints of Apple #6FAD50
RGB
CMYK
RGB Variations
Color information
#6FAD50 (or 0x6FAD50) is known color: Apple. HEX triplet: 6F, AD and 50. RGB value is (111,173,80). Sum of RGB (Red+Green+Blue) = 111+173+80=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAD50 is #9052AF. Grayscale: #909090. Windows color (decimal): -9458352 or 5287279. OLE color: 5287279.
HSL color Cylindrical-coordinate representation of color #6FAD50: hue angle of 100º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FAD50 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 80 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.32 |
| HSL | 100º | 0.37% | 0.5% | - |
| HSV(B) | 100º | 0.54% | 0.68% | - |
| XYZ | 22.95 | 33.85 | 12.91 | - |
| YUV | 143.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 80 | 0.36 | 0 | 0.54 | 0.32 | 100 | 0.37 | 0.5 |
| Hex | 6F | AD | 50 | 24 | 0 | 36 | 20 | 64 | 25 | 32 |
| Octal | 157 | 255 | 120 | 44 | 0 | 66 | 40 | 144 | 45 | 62 |
| Binary | 1101111 | 10101101 | 1010000 | 100100 | 0 | 110110 | 100000 | 1100100 | 100101 | 110010 |
Color Harmonies of #6FAD50
Complementary color
Monochromatic Colors of #6FAD50
Black with #6FAD50
Text Example
Text Example
White with #6FAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD50; }
p { color: rgb(111,173,80); }
H1.HeaderClassName
{
color: #6FAD50;
}
.AnyTagClassName
{
color: #6FAD50;
}
</style>
background-color css
<style>
a { background-color: #6FAD50; }
a { background-color: rgb(111,173,80); }
div.DivClassName
{
background-color: #6FAD50;
}
.BgClassName
{
background-color: #6FAD50;
}
</style>
border-color css
<style>
span { border-color: #6FAD50; }
span { border-color: rgb(111,173,80); }
td.TdClassName
{
border-color: #6FAD50;
}
.TagClassName
{
border-color: #6FAD50;
}
</style>