Shades of Apple #6FAC48
Tints of Apple #6FAC48
RGB
CMYK
RGB Variations
Color information
#6FAC48 (or 0x6FAC48) is known color: Apple. HEX triplet: 6F, AC and 48. RGB value is (111,172,72). Sum of RGB (Red+Green+Blue) = 111+172+72=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAC48 is #9053B7. Grayscale: #8E8E8E. Windows color (decimal): -9458616 or 4762735. OLE color: 4762735.
HSL color Cylindrical-coordinate representation of color #6FAC48: hue angle of 96.6º degrees, saturation: 0.41, 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 #6FAC48 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 72 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.33 |
| HSL | 96.6º | 0.41% | 0.48% | - |
| HSV(B) | 96.6º | 0.58% | 0.67% | - |
| XYZ | 22.48 | 33.35 | 11.38 | - |
| YUV | 142.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 72 | 0.35 | 0 | 0.58 | 0.33 | 96.6 | 0.41 | 0.48 |
| Hex | 6F | AC | 48 | 23 | 0 | 3A | 21 | 61 | 29 | 30 |
| Octal | 157 | 254 | 110 | 43 | 0 | 72 | 41 | 141 | 51 | 60 |
| Binary | 1101111 | 10101100 | 1001000 | 100011 | 0 | 111010 | 100001 | 1100001 | 101001 | 110000 |
Color Harmonies of #6FAC48
Complementary color
Monochromatic Colors of #6FAC48
Black with #6FAC48
Text Example
Text Example
White with #6FAC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC48; }
p { color: rgb(111,172,72); }
H1.HeaderClassName
{
color: #6FAC48;
}
.AnyTagClassName
{
color: #6FAC48;
}
</style>
background-color css
<style>
a { background-color: #6FAC48; }
a { background-color: rgb(111,172,72); }
div.DivClassName
{
background-color: #6FAC48;
}
.BgClassName
{
background-color: #6FAC48;
}
</style>
border-color css
<style>
span { border-color: #6FAC48; }
span { border-color: rgb(111,172,72); }
td.TdClassName
{
border-color: #6FAC48;
}
.TagClassName
{
border-color: #6FAC48;
}
</style>