Shades of Apple #7CB641
Tints of Apple #7CB641
RGB
CMYK
RGB Variations
Color information
#7CB641 (or 0x7CB641) is known color: Apple. HEX triplet: 7C, B6 and 41. RGB value is (124,182,65). Sum of RGB (Red+Green+Blue) = 124+182+65=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB641 is #8349BE. Grayscale: #979797. Windows color (decimal): -8604095 or 4306556. OLE color: 4306556.
HSL color Cylindrical-coordinate representation of color #7CB641: hue angle of 89.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CB641 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 65 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.29 |
| HSL | 89.74º | 0.47% | 0.48% | - |
| HSV(B) | 89.74º | 0.64% | 0.71% | - |
| XYZ | 25.99 | 38.12 | 10.99 | - |
| YUV | 151.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 65 | 0.32 | 0 | 0.64 | 0.29 | 89.74 | 0.47 | 0.48 |
| Hex | 7C | B6 | 41 | 20 | 0 | 40 | 1D | 5A | 2F | 30 |
| Octal | 174 | 266 | 101 | 40 | 0 | 100 | 35 | 132 | 57 | 60 |
| Binary | 1111100 | 10110110 | 1000001 | 100000 | 0 | 1000000 | 11101 | 1011010 | 101111 | 110000 |
Color Harmonies of #7CB641
Complementary color
Monochromatic Colors of #7CB641
Black with #7CB641
Text Example
Text Example
White with #7CB641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB641; }
p { color: rgb(124,182,65); }
H1.HeaderClassName
{
color: #7CB641;
}
.AnyTagClassName
{
color: #7CB641;
}
</style>
background-color css
<style>
a { background-color: #7CB641; }
a { background-color: rgb(124,182,65); }
div.DivClassName
{
background-color: #7CB641;
}
.BgClassName
{
background-color: #7CB641;
}
</style>
border-color css
<style>
span { border-color: #7CB641; }
span { border-color: rgb(124,182,65); }
td.TdClassName
{
border-color: #7CB641;
}
.TagClassName
{
border-color: #7CB641;
}
</style>