Shades of Apple #6BAC41
Tints of Apple #6BAC41
RGB
CMYK
RGB Variations
Color information
#6BAC41 (or 0x6BAC41) is known color: Apple. HEX triplet: 6B, AC and 41. RGB value is (107,172,65). Sum of RGB (Red+Green+Blue) = 107+172+65=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAC41 is #9453BE. Grayscale: #8C8C8C. Windows color (decimal): -9720767 or 4303979. OLE color: 4303979.
HSL color Cylindrical-coordinate representation of color #6BAC41: hue angle of 96.45º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BAC41 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 65 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.33 |
| HSL | 96.45º | 0.45% | 0.46% | - |
| HSV(B) | 96.45º | 0.62% | 0.67% | - |
| XYZ | 21.77 | 33.01 | 10.23 | - |
| YUV | 140.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 65 | 0.38 | 0 | 0.62 | 0.33 | 96.45 | 0.45 | 0.46 |
| Hex | 6B | AC | 41 | 26 | 0 | 3E | 21 | 60 | 2D | 2E |
| Octal | 153 | 254 | 101 | 46 | 0 | 76 | 41 | 140 | 55 | 56 |
| Binary | 1101011 | 10101100 | 1000001 | 100110 | 0 | 111110 | 100001 | 1100000 | 101101 | 101110 |
Color Harmonies of #6BAC41
Complementary color
Monochromatic Colors of #6BAC41
Black with #6BAC41
Text Example
Text Example
White with #6BAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC41; }
p { color: rgb(107,172,65); }
H1.HeaderClassName
{
color: #6BAC41;
}
.AnyTagClassName
{
color: #6BAC41;
}
</style>
background-color css
<style>
a { background-color: #6BAC41; }
a { background-color: rgb(107,172,65); }
div.DivClassName
{
background-color: #6BAC41;
}
.BgClassName
{
background-color: #6BAC41;
}
</style>
border-color css
<style>
span { border-color: #6BAC41; }
span { border-color: rgb(107,172,65); }
td.TdClassName
{
border-color: #6BAC41;
}
.TagClassName
{
border-color: #6BAC41;
}
</style>