Shades of Apple #7CB83D
Tints of Apple #7CB83D
RGB
CMYK
RGB Variations
Color information
#7CB83D (or 0x7CB83D) is known color: Apple. HEX triplet: 7C, B8 and 3D. RGB value is (124,184,61). Sum of RGB (Red+Green+Blue) = 124+184+61=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB83D is #8347C2. Grayscale: #989898. Windows color (decimal): -8603587 or 4044924. OLE color: 4044924.
HSL color Cylindrical-coordinate representation of color #7CB83D: hue angle of 89.27º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CB83D is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 61 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.28 |
| HSL | 89.27º | 0.5% | 0.48% | - |
| HSV(B) | 89.27º | 0.67% | 0.72% | - |
| XYZ | 26.29 | 38.9 | 10.54 | - |
| YUV | 152.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 61 | 0.33 | 0 | 0.67 | 0.28 | 89.27 | 0.5 | 0.48 |
| Hex | 7C | B8 | 3D | 21 | 0 | 43 | 1C | 59 | 32 | 30 |
| Octal | 174 | 270 | 75 | 41 | 0 | 103 | 34 | 131 | 62 | 60 |
| Binary | 1111100 | 10111000 | 111101 | 100001 | 0 | 1000011 | 11100 | 1011001 | 110010 | 110000 |
Color Harmonies of #7CB83D
Complementary color
Monochromatic Colors of #7CB83D
Black with #7CB83D
Text Example
Text Example
White with #7CB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB83D; }
p { color: rgb(124,184,61); }
H1.HeaderClassName
{
color: #7CB83D;
}
.AnyTagClassName
{
color: #7CB83D;
}
</style>
background-color css
<style>
a { background-color: #7CB83D; }
a { background-color: rgb(124,184,61); }
div.DivClassName
{
background-color: #7CB83D;
}
.BgClassName
{
background-color: #7CB83D;
}
</style>
border-color css
<style>
span { border-color: #7CB83D; }
span { border-color: rgb(124,184,61); }
td.TdClassName
{
border-color: #7CB83D;
}
.TagClassName
{
border-color: #7CB83D;
}
</style>