Shades of Apple #6FA449
Tints of Apple #6FA449
RGB
CMYK
RGB Variations
Color information
#6FA449 (or 0x6FA449) is known color: Apple. HEX triplet: 6F, A4 and 49. RGB value is (111,164,73). Sum of RGB (Red+Green+Blue) = 111+164+73=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA449 is #905BB6. Grayscale: #8A8A8A. Windows color (decimal): -9460663 or 4826223. OLE color: 4826223.
HSL color Cylindrical-coordinate representation of color #6FA449: hue angle of 94.95º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FA449 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 73 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.36 |
| HSL | 94.95º | 0.38% | 0.46% | - |
| HSV(B) | 94.95º | 0.55% | 0.64% | - |
| XYZ | 21.03 | 30.41 | 11.06 | - |
| YUV | 137.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 73 | 0.32 | 0 | 0.55 | 0.36 | 94.95 | 0.38 | 0.46 |
| Hex | 6F | A4 | 49 | 20 | 0 | 37 | 24 | 5F | 26 | 2E |
| Octal | 157 | 244 | 111 | 40 | 0 | 67 | 44 | 137 | 46 | 56 |
| Binary | 1101111 | 10100100 | 1001001 | 100000 | 0 | 110111 | 100100 | 1011111 | 100110 | 101110 |
Color Harmonies of #6FA449
Complementary color
Monochromatic Colors of #6FA449
Black with #6FA449
Text Example
Text Example
White with #6FA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA449; }
p { color: rgb(111,164,73); }
H1.HeaderClassName
{
color: #6FA449;
}
.AnyTagClassName
{
color: #6FA449;
}
</style>
background-color css
<style>
a { background-color: #6FA449; }
a { background-color: rgb(111,164,73); }
div.DivClassName
{
background-color: #6FA449;
}
.BgClassName
{
background-color: #6FA449;
}
</style>
border-color css
<style>
span { border-color: #6FA449; }
span { border-color: rgb(111,164,73); }
td.TdClassName
{
border-color: #6FA449;
}
.TagClassName
{
border-color: #6FA449;
}
</style>