Shades of Apple #6FAC49
Tints of Apple #6FAC49
RGB
CMYK
RGB Variations
Color information
#6FAC49 (or 0x6FAC49) is known color: Apple. HEX triplet: 6F, AC and 49. RGB value is (111,172,73). Sum of RGB (Red+Green+Blue) = 111+172+73=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAC49 is #9053B6. Grayscale: #8E8E8E. Windows color (decimal): -9458615 or 4828271. OLE color: 4828271.
HSL color Cylindrical-coordinate representation of color #6FAC49: hue angle of 96.97º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FAC49 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 73 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.33 |
| HSL | 96.97º | 0.4% | 0.48% | - |
| HSV(B) | 96.97º | 0.58% | 0.67% | - |
| XYZ | 22.51 | 33.37 | 11.56 | - |
| YUV | 142.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 73 | 0.35 | 0 | 0.58 | 0.33 | 96.97 | 0.4 | 0.48 |
| Hex | 6F | AC | 49 | 23 | 0 | 3A | 21 | 61 | 28 | 30 |
| Octal | 157 | 254 | 111 | 43 | 0 | 72 | 41 | 141 | 50 | 60 |
| Binary | 1101111 | 10101100 | 1001001 | 100011 | 0 | 111010 | 100001 | 1100001 | 101000 | 110000 |
Color Harmonies of #6FAC49
Complementary color
Monochromatic Colors of #6FAC49
Black with #6FAC49
Text Example
Text Example
White with #6FAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC49; }
p { color: rgb(111,172,73); }
H1.HeaderClassName
{
color: #6FAC49;
}
.AnyTagClassName
{
color: #6FAC49;
}
</style>
background-color css
<style>
a { background-color: #6FAC49; }
a { background-color: rgb(111,172,73); }
div.DivClassName
{
background-color: #6FAC49;
}
.BgClassName
{
background-color: #6FAC49;
}
</style>
border-color css
<style>
span { border-color: #6FAC49; }
span { border-color: rgb(111,172,73); }
td.TdClassName
{
border-color: #6FAC49;
}
.TagClassName
{
border-color: #6FAC49;
}
</style>