Shades of Apple #7CB443
Tints of Apple #7CB443
RGB
CMYK
RGB Variations
Color information
#7CB443 (or 0x7CB443) is known color: Apple. HEX triplet: 7C, B4 and 43. RGB value is (124,180,67). Sum of RGB (Red+Green+Blue) = 124+180+67=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB443 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB443 is #834BBC. Grayscale: #969696. Windows color (decimal): -8604605 or 4437116. OLE color: 4437116.
HSL color Cylindrical-coordinate representation of color #7CB443: hue angle of 89.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CB443 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 67 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.29 |
| HSL | 89.73º | 0.46% | 0.48% | - |
| HSV(B) | 89.73º | 0.63% | 0.71% | - |
| XYZ | 25.65 | 37.33 | 11.16 | - |
| YUV | 150.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 67 | 0.31 | 0 | 0.63 | 0.29 | 89.73 | 0.46 | 0.48 |
| Hex | 7C | B4 | 43 | 1F | 0 | 3F | 1D | 5A | 2E | 30 |
| Octal | 174 | 264 | 103 | 37 | 0 | 77 | 35 | 132 | 56 | 60 |
| Binary | 1111100 | 10110100 | 1000011 | 11111 | 0 | 111111 | 11101 | 1011010 | 101110 | 110000 |
Color Harmonies of #7CB443
Complementary color
Monochromatic Colors of #7CB443
Black with #7CB443
Text Example
Text Example
White with #7CB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB443; }
p { color: rgb(124,180,67); }
H1.HeaderClassName
{
color: #7CB443;
}
.AnyTagClassName
{
color: #7CB443;
}
</style>
background-color css
<style>
a { background-color: #7CB443; }
a { background-color: rgb(124,180,67); }
div.DivClassName
{
background-color: #7CB443;
}
.BgClassName
{
background-color: #7CB443;
}
</style>
border-color css
<style>
span { border-color: #7CB443; }
span { border-color: rgb(124,180,67); }
td.TdClassName
{
border-color: #7CB443;
}
.TagClassName
{
border-color: #7CB443;
}
</style>