Shades of Apple #6BAC40
Tints of Apple #6BAC40
RGB
CMYK
RGB Variations
Color information
#6BAC40 (or 0x6BAC40) is known color: Apple. HEX triplet: 6B, AC and 40. RGB value is (107,172,64). Sum of RGB (Red+Green+Blue) = 107+172+64=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC40 is #9453BF. Grayscale: #8C8C8C. Windows color (decimal): -9720768 or 4238443. OLE color: 4238443.
HSL color Cylindrical-coordinate representation of color #6BAC40: hue angle of 96.11º 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 #6BAC40 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 64 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.33 |
| HSL | 96.11º | 0.46% | 0.46% | - |
| HSV(B) | 96.11º | 0.63% | 0.67% | - |
| XYZ | 21.74 | 33 | 10.07 | - |
| YUV | 140.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 64 | 0.38 | 0 | 0.63 | 0.33 | 96.11 | 0.46 | 0.46 |
| Hex | 6B | AC | 40 | 26 | 0 | 3F | 21 | 60 | 2E | 2E |
| Octal | 153 | 254 | 100 | 46 | 0 | 77 | 41 | 140 | 56 | 56 |
| Binary | 1101011 | 10101100 | 1000000 | 100110 | 0 | 111111 | 100001 | 1100000 | 101110 | 101110 |
Color Harmonies of #6BAC40
Complementary color
Monochromatic Colors of #6BAC40
Black with #6BAC40
Text Example
Text Example
White with #6BAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC40; }
p { color: rgb(107,172,64); }
H1.HeaderClassName
{
color: #6BAC40;
}
.AnyTagClassName
{
color: #6BAC40;
}
</style>
background-color css
<style>
a { background-color: #6BAC40; }
a { background-color: rgb(107,172,64); }
div.DivClassName
{
background-color: #6BAC40;
}
.BgClassName
{
background-color: #6BAC40;
}
</style>
border-color css
<style>
span { border-color: #6BAC40; }
span { border-color: rgb(107,172,64); }
td.TdClassName
{
border-color: #6BAC40;
}
.TagClassName
{
border-color: #6BAC40;
}
</style>