Shades of Apple #6FA945
Tints of Apple #6FA945
RGB
CMYK
RGB Variations
Color information
#6FA945 (or 0x6FA945) is known color: Apple. HEX triplet: 6F, A9 and 45. RGB value is (111,169,69). Sum of RGB (Red+Green+Blue) = 111+169+69=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA945 is #9056BA. Grayscale: #8C8C8C. Windows color (decimal): -9459387 or 4565359. OLE color: 4565359.
HSL color Cylindrical-coordinate representation of color #6FA945: hue angle of 94.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FA945 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 69 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.34 |
| HSL | 94.8º | 0.42% | 0.47% | - |
| HSV(B) | 94.8º | 0.59% | 0.66% | - |
| XYZ | 21.82 | 32.19 | 10.69 | - |
| YUV | 140.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 69 | 0.34 | 0 | 0.59 | 0.34 | 94.8 | 0.42 | 0.47 |
| Hex | 6F | A9 | 45 | 22 | 0 | 3B | 22 | 5F | 2A | 2F |
| Octal | 157 | 251 | 105 | 42 | 0 | 73 | 42 | 137 | 52 | 57 |
| Binary | 1101111 | 10101001 | 1000101 | 100010 | 0 | 111011 | 100010 | 1011111 | 101010 | 101111 |
Color Harmonies of #6FA945
Complementary color
Monochromatic Colors of #6FA945
Black with #6FA945
Text Example
Text Example
White with #6FA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA945; }
p { color: rgb(111,169,69); }
H1.HeaderClassName
{
color: #6FA945;
}
.AnyTagClassName
{
color: #6FA945;
}
</style>
background-color css
<style>
a { background-color: #6FA945; }
a { background-color: rgb(111,169,69); }
div.DivClassName
{
background-color: #6FA945;
}
.BgClassName
{
background-color: #6FA945;
}
</style>
border-color css
<style>
span { border-color: #6FA945; }
span { border-color: rgb(111,169,69); }
td.TdClassName
{
border-color: #6FA945;
}
.TagClassName
{
border-color: #6FA945;
}
</style>