Shades of Apple #7CBA3F
Tints of Apple #7CBA3F
RGB
CMYK
RGB Variations
Color information
#7CBA3F (or 0x7CBA3F) is known color: Apple. HEX triplet: 7C, BA and 3F. RGB value is (124,186,63). Sum of RGB (Red+Green+Blue) = 124+186+63=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA3F is #8345C0. Grayscale: #999999. Windows color (decimal): -8603073 or 4176508. OLE color: 4176508.
HSL color Cylindrical-coordinate representation of color #7CBA3F: hue angle of 90.24º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CBA3F is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 63 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.27 |
| HSL | 90.24º | 0.49% | 0.49% | - |
| HSV(B) | 90.24º | 0.66% | 0.73% | - |
| XYZ | 26.77 | 39.76 | 10.97 | - |
| YUV | 153.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 63 | 0.33 | 0 | 0.66 | 0.27 | 90.24 | 0.49 | 0.49 |
| Hex | 7C | BA | 3F | 21 | 0 | 42 | 1B | 5A | 31 | 31 |
| Octal | 174 | 272 | 77 | 41 | 0 | 102 | 33 | 132 | 61 | 61 |
| Binary | 1111100 | 10111010 | 111111 | 100001 | 0 | 1000010 | 11011 | 1011010 | 110001 | 110001 |
Color Harmonies of #7CBA3F
Complementary color
Monochromatic Colors of #7CBA3F
Black with #7CBA3F
Text Example
Text Example
White with #7CBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA3F; }
p { color: rgb(124,186,63); }
H1.HeaderClassName
{
color: #7CBA3F;
}
.AnyTagClassName
{
color: #7CBA3F;
}
</style>
background-color css
<style>
a { background-color: #7CBA3F; }
a { background-color: rgb(124,186,63); }
div.DivClassName
{
background-color: #7CBA3F;
}
.BgClassName
{
background-color: #7CBA3F;
}
</style>
border-color css
<style>
span { border-color: #7CBA3F; }
span { border-color: rgb(124,186,63); }
td.TdClassName
{
border-color: #7CBA3F;
}
.TagClassName
{
border-color: #7CBA3F;
}
</style>