Shades of Apple #6FAC53
Tints of Apple #6FAC53
RGB
CMYK
RGB Variations
Color information
#6FAC53 (or 0x6FAC53) is known color: Apple. HEX triplet: 6F, AC and 53. RGB value is (111,172,83). Sum of RGB (Red+Green+Blue) = 111+172+83=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC53 is #9053AC. Grayscale: #8F8F8F. Windows color (decimal): -9458605 or 5483631. OLE color: 5483631.
HSL color Cylindrical-coordinate representation of color #6FAC53: hue angle of 101.12º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FAC53 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 83 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.33 |
| HSL | 101.12º | 0.35% | 0.5% | - |
| HSV(B) | 101.12º | 0.52% | 0.67% | - |
| XYZ | 22.87 | 33.51 | 13.45 | - |
| YUV | 143.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 83 | 0.35 | 0 | 0.52 | 0.33 | 101.12 | 0.35 | 0.5 |
| Hex | 6F | AC | 53 | 23 | 0 | 34 | 21 | 65 | 23 | 32 |
| Octal | 157 | 254 | 123 | 43 | 0 | 64 | 41 | 145 | 43 | 62 |
| Binary | 1101111 | 10101100 | 1010011 | 100011 | 0 | 110100 | 100001 | 1100101 | 100011 | 110010 |
Color Harmonies of #6FAC53
Complementary color
Monochromatic Colors of #6FAC53
Black with #6FAC53
Text Example
Text Example
White with #6FAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC53; }
p { color: rgb(111,172,83); }
H1.HeaderClassName
{
color: #6FAC53;
}
.AnyTagClassName
{
color: #6FAC53;
}
</style>
background-color css
<style>
a { background-color: #6FAC53; }
a { background-color: rgb(111,172,83); }
div.DivClassName
{
background-color: #6FAC53;
}
.BgClassName
{
background-color: #6FAC53;
}
</style>
border-color css
<style>
span { border-color: #6FAC53; }
span { border-color: rgb(111,172,83); }
td.TdClassName
{
border-color: #6FAC53;
}
.TagClassName
{
border-color: #6FAC53;
}
</style>