Shades of Apple #7CBB3C
Tints of Apple #7CBB3C
RGB
CMYK
RGB Variations
Color information
#7CBB3C (or 0x7CBB3C) is known color: Apple. HEX triplet: 7C, BB and 3C. RGB value is (124,187,60). Sum of RGB (Red+Green+Blue) = 124+187+60=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBB3C is #8344C3. Grayscale: #9A9A9A. Windows color (decimal): -8602820 or 3980156. OLE color: 3980156.
HSL color Cylindrical-coordinate representation of color #7CBB3C: hue angle of 89.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CBB3C is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 60 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.27 |
| HSL | 89.76º | 0.51% | 0.48% | - |
| HSV(B) | 89.76º | 0.68% | 0.73% | - |
| XYZ | 26.9 | 40.15 | 10.61 | - |
| YUV | 153.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 60 | 0.34 | 0 | 0.68 | 0.27 | 89.76 | 0.51 | 0.48 |
| Hex | 7C | BB | 3C | 22 | 0 | 44 | 1B | 5A | 33 | 30 |
| Octal | 174 | 273 | 74 | 42 | 0 | 104 | 33 | 132 | 63 | 60 |
| Binary | 1111100 | 10111011 | 111100 | 100010 | 0 | 1000100 | 11011 | 1011010 | 110011 | 110000 |
Color Harmonies of #7CBB3C
Complementary color
Monochromatic Colors of #7CBB3C
Black with #7CBB3C
Text Example
Text Example
White with #7CBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB3C; }
p { color: rgb(124,187,60); }
H1.HeaderClassName
{
color: #7CBB3C;
}
.AnyTagClassName
{
color: #7CBB3C;
}
</style>
background-color css
<style>
a { background-color: #7CBB3C; }
a { background-color: rgb(124,187,60); }
div.DivClassName
{
background-color: #7CBB3C;
}
.BgClassName
{
background-color: #7CBB3C;
}
</style>
border-color css
<style>
span { border-color: #7CBB3C; }
span { border-color: rgb(124,187,60); }
td.TdClassName
{
border-color: #7CBB3C;
}
.TagClassName
{
border-color: #7CBB3C;
}
</style>