Shades of Apple #6FAC5A
Tints of Apple #6FAC5A
RGB
CMYK
RGB Variations
Color information
#6FAC5A (or 0x6FAC5A) is known color: Apple. HEX triplet: 6F, AC and 5A. RGB value is (111,172,90). Sum of RGB (Red+Green+Blue) = 111+172+90=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC5A is #9053A5. Grayscale: #909090. Windows color (decimal): -9458598 or 5942383. OLE color: 5942383.
HSL color Cylindrical-coordinate representation of color #6FAC5A: hue angle of 104.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FAC5A is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 90 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.33 |
| HSL | 104.63º | 0.33% | 0.51% | - |
| HSV(B) | 104.63º | 0.48% | 0.67% | - |
| XYZ | 23.15 | 33.62 | 14.94 | - |
| YUV | 144.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 90 | 0.35 | 0 | 0.48 | 0.33 | 104.63 | 0.33 | 0.51 |
| Hex | 6F | AC | 5A | 23 | 0 | 30 | 21 | 69 | 21 | 33 |
| Octal | 157 | 254 | 132 | 43 | 0 | 60 | 41 | 151 | 41 | 63 |
| Binary | 1101111 | 10101100 | 1011010 | 100011 | 0 | 110000 | 100001 | 1101001 | 100001 | 110011 |
Color Harmonies of #6FAC5A
Complementary color
Monochromatic Colors of #6FAC5A
Black with #6FAC5A
Text Example
Text Example
White with #6FAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC5A; }
p { color: rgb(111,172,90); }
H1.HeaderClassName
{
color: #6FAC5A;
}
.AnyTagClassName
{
color: #6FAC5A;
}
</style>
background-color css
<style>
a { background-color: #6FAC5A; }
a { background-color: rgb(111,172,90); }
div.DivClassName
{
background-color: #6FAC5A;
}
.BgClassName
{
background-color: #6FAC5A;
}
</style>
border-color css
<style>
span { border-color: #6FAC5A; }
span { border-color: rgb(111,172,90); }
td.TdClassName
{
border-color: #6FAC5A;
}
.TagClassName
{
border-color: #6FAC5A;
}
</style>