Shades of Apple #6BC640
Tints of Apple #6BC640
RGB
CMYK
RGB Variations
Color information
#6BC640 (or 0x6BC640) is known color: Apple. HEX triplet: 6B, C6 and 40. RGB value is (107,198,64). Sum of RGB (Red+Green+Blue) = 107+198+64=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC640 is #9439BF. Grayscale: #9B9B9B. Windows color (decimal): -9714112 or 4245099. OLE color: 4245099.
HSL color Cylindrical-coordinate representation of color #6BC640: hue angle of 100.75º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6BC640 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 198 | 64 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.22 |
| HSL | 100.75º | 0.54% | 0.51% | - |
| HSV(B) | 100.75º | 0.68% | 0.78% | - |
| XYZ | 27.18 | 43.88 | 11.89 | - |
| YUV | 155.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 198 | 64 | 0.46 | 0 | 0.68 | 0.22 | 100.75 | 0.54 | 0.51 |
| Hex | 6B | C6 | 40 | 2E | 0 | 44 | 16 | 65 | 36 | 33 |
| Octal | 153 | 306 | 100 | 56 | 0 | 104 | 26 | 145 | 66 | 63 |
| Binary | 1101011 | 11000110 | 1000000 | 101110 | 0 | 1000100 | 10110 | 1100101 | 110110 | 110011 |
Color Harmonies of #6BC640
Complementary color
Monochromatic Colors of #6BC640
Black with #6BC640
Text Example
Text Example
White with #6BC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC640; }
p { color: rgb(107,198,64); }
H1.HeaderClassName
{
color: #6BC640;
}
.AnyTagClassName
{
color: #6BC640;
}
</style>
background-color css
<style>
a { background-color: #6BC640; }
a { background-color: rgb(107,198,64); }
div.DivClassName
{
background-color: #6BC640;
}
.BgClassName
{
background-color: #6BC640;
}
</style>
border-color css
<style>
span { border-color: #6BC640; }
span { border-color: rgb(107,198,64); }
td.TdClassName
{
border-color: #6BC640;
}
.TagClassName
{
border-color: #6BC640;
}
</style>