Shades of Apple #6FBA41
Tints of Apple #6FBA41
RGB
CMYK
RGB Variations
Color information
#6FBA41 (or 0x6FBA41) is known color: Apple. HEX triplet: 6F, BA and 41. RGB value is (111,186,65). Sum of RGB (Red+Green+Blue) = 111+186+65=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA41 is #9045BE. Grayscale: #969696. Windows color (decimal): -9455039 or 4307567. OLE color: 4307567.
HSL color Cylindrical-coordinate representation of color #6FBA41: hue angle of 97.19º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FBA41 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 65 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.27 |
| HSL | 97.19º | 0.48% | 0.49% | - |
| HSV(B) | 97.19º | 0.65% | 0.73% | - |
| XYZ | 25.07 | 38.88 | 11.18 | - |
| YUV | 149.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 65 | 0.40 | 0 | 0.65 | 0.27 | 97.19 | 0.48 | 0.49 |
| Hex | 6F | BA | 41 | 28 | 0 | 41 | 1B | 61 | 30 | 31 |
| Octal | 157 | 272 | 101 | 50 | 0 | 101 | 33 | 141 | 60 | 61 |
| Binary | 1101111 | 10111010 | 1000001 | 101000 | 0 | 1000001 | 11011 | 1100001 | 110000 | 110001 |
Color Harmonies of #6FBA41
Complementary color
Monochromatic Colors of #6FBA41
Black with #6FBA41
Text Example
Text Example
White with #6FBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA41; }
p { color: rgb(111,186,65); }
H1.HeaderClassName
{
color: #6FBA41;
}
.AnyTagClassName
{
color: #6FBA41;
}
</style>
background-color css
<style>
a { background-color: #6FBA41; }
a { background-color: rgb(111,186,65); }
div.DivClassName
{
background-color: #6FBA41;
}
.BgClassName
{
background-color: #6FBA41;
}
</style>
border-color css
<style>
span { border-color: #6FBA41; }
span { border-color: rgb(111,186,65); }
td.TdClassName
{
border-color: #6FBA41;
}
.TagClassName
{
border-color: #6FBA41;
}
</style>