Shades of Apple #6FA749
Tints of Apple #6FA749
RGB
CMYK
RGB Variations
Color information
#6FA749 (or 0x6FA749) is known color: Apple. HEX triplet: 6F, A7 and 49. RGB value is (111,167,73). Sum of RGB (Red+Green+Blue) = 111+167+73=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA749 is #9058B6. Grayscale: #8B8B8B. Windows color (decimal): -9459895 or 4826991. OLE color: 4826991.
HSL color Cylindrical-coordinate representation of color #6FA749: hue angle of 95.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA749 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 73 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.35 |
| HSL | 95.74º | 0.39% | 0.47% | - |
| HSV(B) | 95.74º | 0.56% | 0.65% | - |
| XYZ | 21.58 | 31.5 | 11.25 | - |
| YUV | 139.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 73 | 0.34 | 0 | 0.56 | 0.35 | 95.74 | 0.39 | 0.47 |
| Hex | 6F | A7 | 49 | 22 | 0 | 38 | 23 | 60 | 27 | 2F |
| Octal | 157 | 247 | 111 | 42 | 0 | 70 | 43 | 140 | 47 | 57 |
| Binary | 1101111 | 10100111 | 1001001 | 100010 | 0 | 111000 | 100011 | 1100000 | 100111 | 101111 |
Color Harmonies of #6FA749
Complementary color
Monochromatic Colors of #6FA749
Black with #6FA749
Text Example
Text Example
White with #6FA749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA749; }
p { color: rgb(111,167,73); }
H1.HeaderClassName
{
color: #6FA749;
}
.AnyTagClassName
{
color: #6FA749;
}
</style>
background-color css
<style>
a { background-color: #6FA749; }
a { background-color: rgb(111,167,73); }
div.DivClassName
{
background-color: #6FA749;
}
.BgClassName
{
background-color: #6FA749;
}
</style>
border-color css
<style>
span { border-color: #6FA749; }
span { border-color: rgb(111,167,73); }
td.TdClassName
{
border-color: #6FA749;
}
.TagClassName
{
border-color: #6FA749;
}
</style>