Shades of Apple #6FAC52
Tints of Apple #6FAC52
RGB
CMYK
RGB Variations
Color information
#6FAC52 (or 0x6FAC52) is known color: Apple. HEX triplet: 6F, AC and 52. RGB value is (111,172,82). Sum of RGB (Red+Green+Blue) = 111+172+82=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC52 is #9053AD. Grayscale: #8F8F8F. Windows color (decimal): -9458606 or 5418095. OLE color: 5418095.
HSL color Cylindrical-coordinate representation of color #6FAC52: hue angle of 100.67º 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 #6FAC52 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 82 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.33 |
| HSL | 100.67º | 0.35% | 0.5% | - |
| HSV(B) | 100.67º | 0.52% | 0.67% | - |
| XYZ | 22.83 | 33.49 | 13.24 | - |
| YUV | 143.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 82 | 0.35 | 0 | 0.52 | 0.33 | 100.67 | 0.35 | 0.5 |
| Hex | 6F | AC | 52 | 23 | 0 | 34 | 21 | 65 | 23 | 32 |
| Octal | 157 | 254 | 122 | 43 | 0 | 64 | 41 | 145 | 43 | 62 |
| Binary | 1101111 | 10101100 | 1010010 | 100011 | 0 | 110100 | 100001 | 1100101 | 100011 | 110010 |
Color Harmonies of #6FAC52
Complementary color
Monochromatic Colors of #6FAC52
Black with #6FAC52
Text Example
Text Example
White with #6FAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC52; }
p { color: rgb(111,172,82); }
H1.HeaderClassName
{
color: #6FAC52;
}
.AnyTagClassName
{
color: #6FAC52;
}
</style>
background-color css
<style>
a { background-color: #6FAC52; }
a { background-color: rgb(111,172,82); }
div.DivClassName
{
background-color: #6FAC52;
}
.BgClassName
{
background-color: #6FAC52;
}
</style>
border-color css
<style>
span { border-color: #6FAC52; }
span { border-color: rgb(111,172,82); }
td.TdClassName
{
border-color: #6FAC52;
}
.TagClassName
{
border-color: #6FAC52;
}
</style>