Shades of Apple #6BA141
Tints of Apple #6BA141
RGB
CMYK
RGB Variations
Color information
#6BA141 (or 0x6BA141) is known color: Apple. HEX triplet: 6B, A1 and 41. RGB value is (107,161,65). Sum of RGB (Red+Green+Blue) = 107+161+65=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA141 is #945EBE. Grayscale: #868686. Windows color (decimal): -9723583 or 4301163. OLE color: 4301163.
HSL color Cylindrical-coordinate representation of color #6BA141: hue angle of 93.75º 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 #6BA141 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 65 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.37 |
| HSL | 93.75º | 0.42% | 0.44% | - |
| HSV(B) | 93.75º | 0.6% | 0.63% | - |
| XYZ | 19.76 | 29 | 9.56 | - |
| YUV | 133.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 65 | 0.34 | 0 | 0.60 | 0.37 | 93.75 | 0.42 | 0.44 |
| Hex | 6B | A1 | 41 | 22 | 0 | 3C | 25 | 5E | 2A | 2C |
| Octal | 153 | 241 | 101 | 42 | 0 | 74 | 45 | 136 | 52 | 54 |
| Binary | 1101011 | 10100001 | 1000001 | 100010 | 0 | 111100 | 100101 | 1011110 | 101010 | 101100 |
Color Harmonies of #6BA141
Complementary color
Monochromatic Colors of #6BA141
Black with #6BA141
Text Example
Text Example
White with #6BA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA141; }
p { color: rgb(107,161,65); }
H1.HeaderClassName
{
color: #6BA141;
}
.AnyTagClassName
{
color: #6BA141;
}
</style>
background-color css
<style>
a { background-color: #6BA141; }
a { background-color: rgb(107,161,65); }
div.DivClassName
{
background-color: #6BA141;
}
.BgClassName
{
background-color: #6BA141;
}
</style>
border-color css
<style>
span { border-color: #6BA141; }
span { border-color: rgb(107,161,65); }
td.TdClassName
{
border-color: #6BA141;
}
.TagClassName
{
border-color: #6BA141;
}
</style>