Shades of Apple #6BAB40
Tints of Apple #6BAB40
RGB
CMYK
RGB Variations
Color information
#6BAB40 (or 0x6BAB40) is known color: Apple. HEX triplet: 6B, AB and 40. RGB value is (107,171,64). Sum of RGB (Red+Green+Blue) = 107+171+64=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB40 is #9454BF. Grayscale: #8C8C8C. Windows color (decimal): -9721024 or 4238187. OLE color: 4238187.
HSL color Cylindrical-coordinate representation of color #6BAB40: hue angle of 95.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BAB40 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 64 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.33 |
| HSL | 95.89º | 0.46% | 0.46% | - |
| HSV(B) | 95.89º | 0.63% | 0.67% | - |
| XYZ | 21.55 | 32.62 | 10.01 | - |
| YUV | 139.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 64 | 0.37 | 0 | 0.63 | 0.33 | 95.89 | 0.46 | 0.46 |
| Hex | 6B | AB | 40 | 25 | 0 | 3F | 21 | 60 | 2E | 2E |
| Octal | 153 | 253 | 100 | 45 | 0 | 77 | 41 | 140 | 56 | 56 |
| Binary | 1101011 | 10101011 | 1000000 | 100101 | 0 | 111111 | 100001 | 1100000 | 101110 | 101110 |
Color Harmonies of #6BAB40
Complementary color
Monochromatic Colors of #6BAB40
Black with #6BAB40
Text Example
Text Example
White with #6BAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB40; }
p { color: rgb(107,171,64); }
H1.HeaderClassName
{
color: #6BAB40;
}
.AnyTagClassName
{
color: #6BAB40;
}
</style>
background-color css
<style>
a { background-color: #6BAB40; }
a { background-color: rgb(107,171,64); }
div.DivClassName
{
background-color: #6BAB40;
}
.BgClassName
{
background-color: #6BAB40;
}
</style>
border-color css
<style>
span { border-color: #6BAB40; }
span { border-color: rgb(107,171,64); }
td.TdClassName
{
border-color: #6BAB40;
}
.TagClassName
{
border-color: #6BAB40;
}
</style>