Shades of Apple #7CB940
Tints of Apple #7CB940
RGB
CMYK
RGB Variations
Color information
#7CB940 (or 0x7CB940) is known color: Apple. HEX triplet: 7C, B9 and 40. RGB value is (124,185,64). Sum of RGB (Red+Green+Blue) = 124+185+64=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB940 is #8346BF. Grayscale: #999999. Windows color (decimal): -8603328 or 4241788. OLE color: 4241788.
HSL color Cylindrical-coordinate representation of color #7CB940: hue angle of 90.25º degrees, saturation: 0.49, 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 #7CB940 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 64 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.27 |
| HSL | 90.25º | 0.49% | 0.49% | - |
| HSV(B) | 90.25º | 0.65% | 0.73% | - |
| XYZ | 26.59 | 39.35 | 11.05 | - |
| YUV | 152.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 64 | 0.33 | 0 | 0.65 | 0.27 | 90.25 | 0.49 | 0.49 |
| Hex | 7C | B9 | 40 | 21 | 0 | 41 | 1B | 5A | 31 | 31 |
| Octal | 174 | 271 | 100 | 41 | 0 | 101 | 33 | 132 | 61 | 61 |
| Binary | 1111100 | 10111001 | 1000000 | 100001 | 0 | 1000001 | 11011 | 1011010 | 110001 | 110001 |
Color Harmonies of #7CB940
Complementary color
Monochromatic Colors of #7CB940
Black with #7CB940
Text Example
Text Example
White with #7CB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB940; }
p { color: rgb(124,185,64); }
H1.HeaderClassName
{
color: #7CB940;
}
.AnyTagClassName
{
color: #7CB940;
}
</style>
background-color css
<style>
a { background-color: #7CB940; }
a { background-color: rgb(124,185,64); }
div.DivClassName
{
background-color: #7CB940;
}
.BgClassName
{
background-color: #7CB940;
}
</style>
border-color css
<style>
span { border-color: #7CB940; }
span { border-color: rgb(124,185,64); }
td.TdClassName
{
border-color: #7CB940;
}
.TagClassName
{
border-color: #7CB940;
}
</style>