Shades of Apple #6FA141
Tints of Apple #6FA141
RGB
CMYK
RGB Variations
Color information
#6FA141 (or 0x6FA141) is known color: Apple. HEX triplet: 6F, A1 and 41. RGB value is (111,161,65). Sum of RGB (Red+Green+Blue) = 111+161+65=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA141 is #905EBE. Grayscale: #878787. Windows color (decimal): -9461439 or 4301167. OLE color: 4301167.
HSL color Cylindrical-coordinate representation of color #6FA141: hue angle of 91.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FA141 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 65 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.37 |
| HSL | 91.25º | 0.42% | 0.44% | - |
| HSV(B) | 91.25º | 0.6% | 0.63% | - |
| XYZ | 20.25 | 29.25 | 9.58 | - |
| YUV | 135.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 65 | 0.31 | 0 | 0.60 | 0.37 | 91.25 | 0.42 | 0.44 |
| Hex | 6F | A1 | 41 | 1F | 0 | 3C | 25 | 5B | 2A | 2C |
| Octal | 157 | 241 | 101 | 37 | 0 | 74 | 45 | 133 | 52 | 54 |
| Binary | 1101111 | 10100001 | 1000001 | 11111 | 0 | 111100 | 100101 | 1011011 | 101010 | 101100 |
Color Harmonies of #6FA141
Complementary color
Monochromatic Colors of #6FA141
Black with #6FA141
Text Example
Text Example
White with #6FA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA141; }
p { color: rgb(111,161,65); }
H1.HeaderClassName
{
color: #6FA141;
}
.AnyTagClassName
{
color: #6FA141;
}
</style>
background-color css
<style>
a { background-color: #6FA141; }
a { background-color: rgb(111,161,65); }
div.DivClassName
{
background-color: #6FA141;
}
.BgClassName
{
background-color: #6FA141;
}
</style>
border-color css
<style>
span { border-color: #6FA141; }
span { border-color: rgb(111,161,65); }
td.TdClassName
{
border-color: #6FA141;
}
.TagClassName
{
border-color: #6FA141;
}
</style>