Shades of Apple #6FAB4F
Tints of Apple #6FAB4F
RGB
CMYK
RGB Variations
Color information
#6FAB4F (or 0x6FAB4F) is known color: Apple. HEX triplet: 6F, AB and 4F. RGB value is (111,171,79). Sum of RGB (Red+Green+Blue) = 111+171+79=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB4F is #9054B0. Grayscale: #8E8E8E. Windows color (decimal): -9458865 or 5221231. OLE color: 5221231.
HSL color Cylindrical-coordinate representation of color #6FAB4F: hue angle of 99.13º 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 #6FAB4F is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 79 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.33 |
| HSL | 99.13º | 0.37% | 0.49% | - |
| HSV(B) | 99.13º | 0.54% | 0.67% | - |
| XYZ | 22.53 | 33.07 | 12.59 | - |
| YUV | 142.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 79 | 0.35 | 0 | 0.54 | 0.33 | 99.13 | 0.37 | 0.49 |
| Hex | 6F | AB | 4F | 23 | 0 | 36 | 21 | 63 | 25 | 31 |
| Octal | 157 | 253 | 117 | 43 | 0 | 66 | 41 | 143 | 45 | 61 |
| Binary | 1101111 | 10101011 | 1001111 | 100011 | 0 | 110110 | 100001 | 1100011 | 100101 | 110001 |
Color Harmonies of #6FAB4F
Complementary color
Monochromatic Colors of #6FAB4F
Black with #6FAB4F
Text Example
Text Example
White with #6FAB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB4F; }
p { color: rgb(111,171,79); }
H1.HeaderClassName
{
color: #6FAB4F;
}
.AnyTagClassName
{
color: #6FAB4F;
}
</style>
background-color css
<style>
a { background-color: #6FAB4F; }
a { background-color: rgb(111,171,79); }
div.DivClassName
{
background-color: #6FAB4F;
}
.BgClassName
{
background-color: #6FAB4F;
}
</style>
border-color css
<style>
span { border-color: #6FAB4F; }
span { border-color: rgb(111,171,79); }
td.TdClassName
{
border-color: #6FAB4F;
}
.TagClassName
{
border-color: #6FAB4F;
}
</style>