Shades of Apple #6FAC4F
Tints of Apple #6FAC4F
RGB
CMYK
RGB Variations
Color information
#6FAC4F (or 0x6FAC4F) is known color: Apple. HEX triplet: 6F, AC and 4F. RGB value is (111,172,79). Sum of RGB (Red+Green+Blue) = 111+172+79=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC4F is #9053B0. Grayscale: #8F8F8F. Windows color (decimal): -9458609 or 5221487. OLE color: 5221487.
HSL color Cylindrical-coordinate representation of color #6FAC4F: hue angle of 99.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FAC4F is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 79 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.33 |
| HSL | 99.35º | 0.37% | 0.49% | - |
| HSV(B) | 99.35º | 0.54% | 0.67% | - |
| XYZ | 22.72 | 33.45 | 12.66 | - |
| YUV | 143.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 79 | 0.35 | 0 | 0.54 | 0.33 | 99.35 | 0.37 | 0.49 |
| Hex | 6F | AC | 4F | 23 | 0 | 36 | 21 | 63 | 25 | 31 |
| Octal | 157 | 254 | 117 | 43 | 0 | 66 | 41 | 143 | 45 | 61 |
| Binary | 1101111 | 10101100 | 1001111 | 100011 | 0 | 110110 | 100001 | 1100011 | 100101 | 110001 |
Color Harmonies of #6FAC4F
Complementary color
Monochromatic Colors of #6FAC4F
Black with #6FAC4F
Text Example
Text Example
White with #6FAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC4F; }
p { color: rgb(111,172,79); }
H1.HeaderClassName
{
color: #6FAC4F;
}
.AnyTagClassName
{
color: #6FAC4F;
}
</style>
background-color css
<style>
a { background-color: #6FAC4F; }
a { background-color: rgb(111,172,79); }
div.DivClassName
{
background-color: #6FAC4F;
}
.BgClassName
{
background-color: #6FAC4F;
}
</style>
border-color css
<style>
span { border-color: #6FAC4F; }
span { border-color: rgb(111,172,79); }
td.TdClassName
{
border-color: #6FAC4F;
}
.TagClassName
{
border-color: #6FAC4F;
}
</style>