Shades of Apple #6BAD40
Tints of Apple #6BAD40
RGB
CMYK
RGB Variations
Color information
#6BAD40 (or 0x6BAD40) is known color: Apple. HEX triplet: 6B, AD and 40. RGB value is (107,173,64). Sum of RGB (Red+Green+Blue) = 107+173+64=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAD40 is #9452BF. Grayscale: #8D8D8D. Windows color (decimal): -9720512 or 4238699. OLE color: 4238699.
HSL color Cylindrical-coordinate representation of color #6BAD40: hue angle of 96.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BAD40 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 64 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.32 |
| HSL | 96.33º | 0.46% | 0.46% | - |
| HSV(B) | 96.33º | 0.63% | 0.68% | - |
| XYZ | 21.93 | 33.38 | 10.14 | - |
| YUV | 140.84 | 84.63 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 64 | 0.38 | 0 | 0.63 | 0.32 | 96.33 | 0.46 | 0.46 |
| Hex | 6B | AD | 40 | 26 | 0 | 3F | 20 | 60 | 2E | 2E |
| Octal | 153 | 255 | 100 | 46 | 0 | 77 | 40 | 140 | 56 | 56 |
| Binary | 1101011 | 10101101 | 1000000 | 100110 | 0 | 111111 | 100000 | 1100000 | 101110 | 101110 |
Color Harmonies of #6BAD40
Complementary color
Monochromatic Colors of #6BAD40
Black with #6BAD40
Text Example
Text Example
White with #6BAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD40; }
p { color: rgb(107,173,64); }
H1.HeaderClassName
{
color: #6BAD40;
}
.AnyTagClassName
{
color: #6BAD40;
}
</style>
background-color css
<style>
a { background-color: #6BAD40; }
a { background-color: rgb(107,173,64); }
div.DivClassName
{
background-color: #6BAD40;
}
.BgClassName
{
background-color: #6BAD40;
}
</style>
border-color css
<style>
span { border-color: #6BAD40; }
span { border-color: rgb(107,173,64); }
td.TdClassName
{
border-color: #6BAD40;
}
.TagClassName
{
border-color: #6BAD40;
}
</style>