Shades of Apple #6FAC4A
Tints of Apple #6FAC4A
RGB
CMYK
RGB Variations
Color information
#6FAC4A (or 0x6FAC4A) is known color: Apple. HEX triplet: 6F, AC and 4A. RGB value is (111,172,74). Sum of RGB (Red+Green+Blue) = 111+172+74=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAC4A is #9053B5. Grayscale: #8E8E8E. Windows color (decimal): -9458614 or 4893807. OLE color: 4893807.
HSL color Cylindrical-coordinate representation of color #6FAC4A: hue angle of 97.35º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FAC4A is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 74 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.33 |
| HSL | 97.35º | 0.4% | 0.48% | - |
| HSV(B) | 97.35º | 0.57% | 0.67% | - |
| XYZ | 22.54 | 33.38 | 11.73 | - |
| YUV | 142.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 74 | 0.35 | 0 | 0.57 | 0.33 | 97.35 | 0.4 | 0.48 |
| Hex | 6F | AC | 4A | 23 | 0 | 39 | 21 | 61 | 28 | 30 |
| Octal | 157 | 254 | 112 | 43 | 0 | 71 | 41 | 141 | 50 | 60 |
| Binary | 1101111 | 10101100 | 1001010 | 100011 | 0 | 111001 | 100001 | 1100001 | 101000 | 110000 |
Color Harmonies of #6FAC4A
Complementary color
Monochromatic Colors of #6FAC4A
Black with #6FAC4A
Text Example
Text Example
White with #6FAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC4A; }
p { color: rgb(111,172,74); }
H1.HeaderClassName
{
color: #6FAC4A;
}
.AnyTagClassName
{
color: #6FAC4A;
}
</style>
background-color css
<style>
a { background-color: #6FAC4A; }
a { background-color: rgb(111,172,74); }
div.DivClassName
{
background-color: #6FAC4A;
}
.BgClassName
{
background-color: #6FAC4A;
}
</style>
border-color css
<style>
span { border-color: #6FAC4A; }
span { border-color: rgb(111,172,74); }
td.TdClassName
{
border-color: #6FAC4A;
}
.TagClassName
{
border-color: #6FAC4A;
}
</style>