Shades of Apple #6FC949
Tints of Apple #6FC949
RGB
CMYK
RGB Variations
Color information
#6FC949 (or 0x6FC949) is known color: Apple. HEX triplet: 6F, C9 and 49. RGB value is (111,201,73). Sum of RGB (Red+Green+Blue) = 111+201+73=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC949 is #9036B6. Grayscale: #9F9F9F. Windows color (decimal): -9451191 or 4835695. OLE color: 4835695.
HSL color Cylindrical-coordinate representation of color #6FC949: hue angle of 102.19º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FC949 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 201 | 73 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.21 |
| HSL | 102.19º | 0.54% | 0.54% | - |
| HSV(B) | 102.19º | 0.64% | 0.79% | - |
| XYZ | 28.64 | 45.63 | 13.6 | - |
| YUV | 159.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 201 | 73 | 0.45 | 0 | 0.64 | 0.21 | 102.19 | 0.54 | 0.54 |
| Hex | 6F | C9 | 49 | 2D | 0 | 40 | 15 | 66 | 36 | 36 |
| Octal | 157 | 311 | 111 | 55 | 0 | 100 | 25 | 146 | 66 | 66 |
| Binary | 1101111 | 11001001 | 1001001 | 101101 | 0 | 1000000 | 10101 | 1100110 | 110110 | 110110 |
Color Harmonies of #6FC949
Complementary color
Monochromatic Colors of #6FC949
Black with #6FC949
Text Example
Text Example
White with #6FC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC949; }
p { color: rgb(111,201,73); }
H1.HeaderClassName
{
color: #6FC949;
}
.AnyTagClassName
{
color: #6FC949;
}
</style>
background-color css
<style>
a { background-color: #6FC949; }
a { background-color: rgb(111,201,73); }
div.DivClassName
{
background-color: #6FC949;
}
.BgClassName
{
background-color: #6FC949;
}
</style>
border-color css
<style>
span { border-color: #6FC949; }
span { border-color: rgb(111,201,73); }
td.TdClassName
{
border-color: #6FC949;
}
.TagClassName
{
border-color: #6FC949;
}
</style>