Shades of Apple #6FAC44
Tints of Apple #6FAC44
RGB
CMYK
RGB Variations
Color information
#6FAC44 (or 0x6FAC44) is known color: Apple. HEX triplet: 6F, AC and 44. RGB value is (111,172,68). Sum of RGB (Red+Green+Blue) = 111+172+68=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAC44 is #9053BB. Grayscale: #8E8E8E. Windows color (decimal): -9458620 or 4500591. OLE color: 4500591.
HSL color Cylindrical-coordinate representation of color #6FAC44: hue angle of 95.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FAC44 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 68 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.33 |
| HSL | 95.19º | 0.43% | 0.47% | - |
| HSV(B) | 95.19º | 0.6% | 0.67% | - |
| XYZ | 22.35 | 33.3 | 10.72 | - |
| YUV | 141.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 68 | 0.35 | 0 | 0.60 | 0.33 | 95.19 | 0.43 | 0.47 |
| Hex | 6F | AC | 44 | 23 | 0 | 3C | 21 | 5F | 2B | 2F |
| Octal | 157 | 254 | 104 | 43 | 0 | 74 | 41 | 137 | 53 | 57 |
| Binary | 1101111 | 10101100 | 1000100 | 100011 | 0 | 111100 | 100001 | 1011111 | 101011 | 101111 |
Color Harmonies of #6FAC44
Complementary color
Monochromatic Colors of #6FAC44
Black with #6FAC44
Text Example
Text Example
White with #6FAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC44; }
p { color: rgb(111,172,68); }
H1.HeaderClassName
{
color: #6FAC44;
}
.AnyTagClassName
{
color: #6FAC44;
}
</style>
background-color css
<style>
a { background-color: #6FAC44; }
a { background-color: rgb(111,172,68); }
div.DivClassName
{
background-color: #6FAC44;
}
.BgClassName
{
background-color: #6FAC44;
}
</style>
border-color css
<style>
span { border-color: #6FAC44; }
span { border-color: rgb(111,172,68); }
td.TdClassName
{
border-color: #6FAC44;
}
.TagClassName
{
border-color: #6FAC44;
}
</style>