Shades of Apple #7CB93D
Tints of Apple #7CB93D
RGB
CMYK
RGB Variations
Color information
#7CB93D (or 0x7CB93D) is known color: Apple. HEX triplet: 7C, B9 and 3D. RGB value is (124,185,61). Sum of RGB (Red+Green+Blue) = 124+185+61=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB93D is #8346C2. Grayscale: #999999. Windows color (decimal): -8603331 or 4045180. OLE color: 4045180.
HSL color Cylindrical-coordinate representation of color #7CB93D: hue angle of 89.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CB93D is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 61 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.27 |
| HSL | 89.52º | 0.5% | 0.48% | - |
| HSV(B) | 89.52º | 0.67% | 0.73% | - |
| XYZ | 26.5 | 39.32 | 10.61 | - |
| YUV | 152.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 61 | 0.33 | 0 | 0.67 | 0.27 | 89.52 | 0.5 | 0.48 |
| Hex | 7C | B9 | 3D | 21 | 0 | 43 | 1B | 5A | 32 | 30 |
| Octal | 174 | 271 | 75 | 41 | 0 | 103 | 33 | 132 | 62 | 60 |
| Binary | 1111100 | 10111001 | 111101 | 100001 | 0 | 1000011 | 11011 | 1011010 | 110010 | 110000 |
Color Harmonies of #7CB93D
Complementary color
Monochromatic Colors of #7CB93D
Black with #7CB93D
Text Example
Text Example
White with #7CB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB93D; }
p { color: rgb(124,185,61); }
H1.HeaderClassName
{
color: #7CB93D;
}
.AnyTagClassName
{
color: #7CB93D;
}
</style>
background-color css
<style>
a { background-color: #7CB93D; }
a { background-color: rgb(124,185,61); }
div.DivClassName
{
background-color: #7CB93D;
}
.BgClassName
{
background-color: #7CB93D;
}
</style>
border-color css
<style>
span { border-color: #7CB93D; }
span { border-color: rgb(124,185,61); }
td.TdClassName
{
border-color: #7CB93D;
}
.TagClassName
{
border-color: #7CB93D;
}
</style>