Shades of Apple #6FC741
Tints of Apple #6FC741
RGB
CMYK
RGB Variations
Color information
#6FC741 (or 0x6FC741) is known color: Apple. HEX triplet: 6F, C7 and 41. RGB value is (111,199,65). Sum of RGB (Red+Green+Blue) = 111+199+65=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #6FC741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC741 is #9038BE. Grayscale: #9D9D9D. Windows color (decimal): -9451711 or 4310895. OLE color: 4310895.
HSL color Cylindrical-coordinate representation of color #6FC741: hue angle of 99.4º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FC741 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 199 | 65 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.22 |
| HSL | 99.4º | 0.54% | 0.52% | - |
| HSV(B) | 99.4º | 0.67% | 0.78% | - |
| XYZ | 27.93 | 44.61 | 12.14 | - |
| YUV | 157.41 | 75.85 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 199 | 65 | 0.44 | 0 | 0.67 | 0.22 | 99.4 | 0.54 | 0.52 |
| Hex | 6F | C7 | 41 | 2C | 0 | 43 | 16 | 63 | 36 | 34 |
| Octal | 157 | 307 | 101 | 54 | 0 | 103 | 26 | 143 | 66 | 64 |
| Binary | 1101111 | 11000111 | 1000001 | 101100 | 0 | 1000011 | 10110 | 1100011 | 110110 | 110100 |
Color Harmonies of #6FC741
Complementary color
Monochromatic Colors of #6FC741
Black with #6FC741
Text Example
Text Example
White with #6FC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC741; }
p { color: rgb(111,199,65); }
H1.HeaderClassName
{
color: #6FC741;
}
.AnyTagClassName
{
color: #6FC741;
}
</style>
background-color css
<style>
a { background-color: #6FC741; }
a { background-color: rgb(111,199,65); }
div.DivClassName
{
background-color: #6FC741;
}
.BgClassName
{
background-color: #6FC741;
}
</style>
border-color css
<style>
span { border-color: #6FC741; }
span { border-color: rgb(111,199,65); }
td.TdClassName
{
border-color: #6FC741;
}
.TagClassName
{
border-color: #6FC741;
}
</style>