Shades of Apple #7CBA41
Tints of Apple #7CBA41
RGB
CMYK
RGB Variations
Color information
#7CBA41 (or 0x7CBA41) is known color: Apple. HEX triplet: 7C, BA and 41. RGB value is (124,186,65). Sum of RGB (Red+Green+Blue) = 124+186+65=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA41 is #8345BE. Grayscale: #9A9A9A. Windows color (decimal): -8603071 or 4307580. OLE color: 4307580.
HSL color Cylindrical-coordinate representation of color #7CBA41: hue angle of 90.74º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CBA41 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 65 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.27 |
| HSL | 90.74º | 0.48% | 0.49% | - |
| HSV(B) | 90.74º | 0.65% | 0.73% | - |
| XYZ | 26.83 | 39.78 | 11.27 | - |
| YUV | 153.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 65 | 0.33 | 0 | 0.65 | 0.27 | 90.74 | 0.48 | 0.49 |
| Hex | 7C | BA | 41 | 21 | 0 | 41 | 1B | 5B | 30 | 31 |
| Octal | 174 | 272 | 101 | 41 | 0 | 101 | 33 | 133 | 60 | 61 |
| Binary | 1111100 | 10111010 | 1000001 | 100001 | 0 | 1000001 | 11011 | 1011011 | 110000 | 110001 |
Color Harmonies of #7CBA41
Complementary color
Monochromatic Colors of #7CBA41
Black with #7CBA41
Text Example
Text Example
White with #7CBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA41; }
p { color: rgb(124,186,65); }
H1.HeaderClassName
{
color: #7CBA41;
}
.AnyTagClassName
{
color: #7CBA41;
}
</style>
background-color css
<style>
a { background-color: #7CBA41; }
a { background-color: rgb(124,186,65); }
div.DivClassName
{
background-color: #7CBA41;
}
.BgClassName
{
background-color: #7CBA41;
}
</style>
border-color css
<style>
span { border-color: #7CBA41; }
span { border-color: rgb(124,186,65); }
td.TdClassName
{
border-color: #7CBA41;
}
.TagClassName
{
border-color: #7CBA41;
}
</style>