Shades of Apple #6FA74F
Tints of Apple #6FA74F
RGB
CMYK
RGB Variations
Color information
#6FA74F (or 0x6FA74F) is known color: Apple. HEX triplet: 6F, A7 and 4F. RGB value is (111,167,79). Sum of RGB (Red+Green+Blue) = 111+167+79=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA74F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA74F is #9058B0. Grayscale: #8C8C8C. Windows color (decimal): -9459889 or 5220207. OLE color: 5220207.
HSL color Cylindrical-coordinate representation of color #6FA74F: hue angle of 98.18º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FA74F is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 79 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.35 |
| HSL | 98.18º | 0.36% | 0.48% | - |
| HSV(B) | 98.18º | 0.53% | 0.65% | - |
| XYZ | 21.79 | 31.58 | 12.34 | - |
| YUV | 140.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 79 | 0.34 | 0 | 0.53 | 0.35 | 98.18 | 0.36 | 0.48 |
| Hex | 6F | A7 | 4F | 22 | 0 | 35 | 23 | 62 | 24 | 30 |
| Octal | 157 | 247 | 117 | 42 | 0 | 65 | 43 | 142 | 44 | 60 |
| Binary | 1101111 | 10100111 | 1001111 | 100010 | 0 | 110101 | 100011 | 1100010 | 100100 | 110000 |
Color Harmonies of #6FA74F
Complementary color
Monochromatic Colors of #6FA74F
Black with #6FA74F
Text Example
Text Example
White with #6FA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA74F; }
p { color: rgb(111,167,79); }
H1.HeaderClassName
{
color: #6FA74F;
}
.AnyTagClassName
{
color: #6FA74F;
}
</style>
background-color css
<style>
a { background-color: #6FA74F; }
a { background-color: rgb(111,167,79); }
div.DivClassName
{
background-color: #6FA74F;
}
.BgClassName
{
background-color: #6FA74F;
}
</style>
border-color css
<style>
span { border-color: #6FA74F; }
span { border-color: rgb(111,167,79); }
td.TdClassName
{
border-color: #6FA74F;
}
.TagClassName
{
border-color: #6FA74F;
}
</style>