Shades of Apple #6FAC50
Tints of Apple #6FAC50
RGB
CMYK
RGB Variations
Color information
#6FAC50 (or 0x6FAC50) is known color: Apple. HEX triplet: 6F, AC and 50. RGB value is (111,172,80). Sum of RGB (Red+Green+Blue) = 111+172+80=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC50 is #9053AF. Grayscale: #8F8F8F. Windows color (decimal): -9458608 or 5287023. OLE color: 5287023.
HSL color Cylindrical-coordinate representation of color #6FAC50: hue angle of 99.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FAC50 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 80 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.33 |
| HSL | 99.78º | 0.37% | 0.49% | - |
| HSV(B) | 99.78º | 0.53% | 0.67% | - |
| XYZ | 22.76 | 33.46 | 12.85 | - |
| YUV | 143.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 80 | 0.35 | 0 | 0.53 | 0.33 | 99.78 | 0.37 | 0.49 |
| Hex | 6F | AC | 50 | 23 | 0 | 35 | 21 | 64 | 25 | 31 |
| Octal | 157 | 254 | 120 | 43 | 0 | 65 | 41 | 144 | 45 | 61 |
| Binary | 1101111 | 10101100 | 1010000 | 100011 | 0 | 110101 | 100001 | 1100100 | 100101 | 110001 |
Color Harmonies of #6FAC50
Complementary color
Monochromatic Colors of #6FAC50
Black with #6FAC50
Text Example
Text Example
White with #6FAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC50; }
p { color: rgb(111,172,80); }
H1.HeaderClassName
{
color: #6FAC50;
}
.AnyTagClassName
{
color: #6FAC50;
}
</style>
background-color css
<style>
a { background-color: #6FAC50; }
a { background-color: rgb(111,172,80); }
div.DivClassName
{
background-color: #6FAC50;
}
.BgClassName
{
background-color: #6FAC50;
}
</style>
border-color css
<style>
span { border-color: #6FAC50; }
span { border-color: rgb(111,172,80); }
td.TdClassName
{
border-color: #6FAC50;
}
.TagClassName
{
border-color: #6FAC50;
}
</style>