Shades of Apple #6BBA40
Tints of Apple #6BBA40
RGB
CMYK
RGB Variations
Color information
#6BBA40 (or 0x6BBA40) is known color: Apple. HEX triplet: 6B, BA and 40. RGB value is (107,186,64). Sum of RGB (Red+Green+Blue) = 107+186+64=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBA40 is #9445BF. Grayscale: #949494. Windows color (decimal): -9717184 or 4242027. OLE color: 4242027.
HSL color Cylindrical-coordinate representation of color #6BBA40: hue angle of 98.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BBA40 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 64 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.27 |
| HSL | 98.85º | 0.49% | 0.49% | - |
| HSV(B) | 98.85º | 0.66% | 0.73% | - |
| XYZ | 24.55 | 38.61 | 11.01 | - |
| YUV | 148.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 64 | 0.42 | 0 | 0.66 | 0.27 | 98.85 | 0.49 | 0.49 |
| Hex | 6B | BA | 40 | 2A | 0 | 42 | 1B | 63 | 31 | 31 |
| Octal | 153 | 272 | 100 | 52 | 0 | 102 | 33 | 143 | 61 | 61 |
| Binary | 1101011 | 10111010 | 1000000 | 101010 | 0 | 1000010 | 11011 | 1100011 | 110001 | 110001 |
Color Harmonies of #6BBA40
Complementary color
Monochromatic Colors of #6BBA40
Black with #6BBA40
Text Example
Text Example
White with #6BBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA40; }
p { color: rgb(107,186,64); }
H1.HeaderClassName
{
color: #6BBA40;
}
.AnyTagClassName
{
color: #6BBA40;
}
</style>
background-color css
<style>
a { background-color: #6BBA40; }
a { background-color: rgb(107,186,64); }
div.DivClassName
{
background-color: #6BBA40;
}
.BgClassName
{
background-color: #6BBA40;
}
</style>
border-color css
<style>
span { border-color: #6BBA40; }
span { border-color: rgb(107,186,64); }
td.TdClassName
{
border-color: #6BBA40;
}
.TagClassName
{
border-color: #6BBA40;
}
</style>