Shades of Chelsea Cucumber #7CAE49
Tints of Chelsea Cucumber #7CAE49
RGB
CMYK
RGB Variations
Color information
#7CAE49 (or 0x7CAE49) is known color: Chelsea Cucumber. HEX triplet: 7C, AE and 49. RGB value is (124,174,73). Sum of RGB (Red+Green+Blue) = 124+174+73=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAE49 is #8351B6. Grayscale: #939393. Windows color (decimal): -8606135 or 4828796. OLE color: 4828796.
HSL color Cylindrical-coordinate representation of color #7CAE49: hue angle of 89.7º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CAE49 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 73 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.32 |
| HSL | 89.7º | 0.41% | 0.48% | - |
| HSV(B) | 89.7º | 0.58% | 0.68% | - |
| XYZ | 24.65 | 35.04 | 11.77 | - |
| YUV | 147.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 73 | 0.29 | 0 | 0.58 | 0.32 | 89.7 | 0.41 | 0.48 |
| Hex | 7C | AE | 49 | 1D | 0 | 3A | 20 | 5A | 29 | 30 |
| Octal | 174 | 256 | 111 | 35 | 0 | 72 | 40 | 132 | 51 | 60 |
| Binary | 1111100 | 10101110 | 1001001 | 11101 | 0 | 111010 | 100000 | 1011010 | 101001 | 110000 |
Color Harmonies of #7CAE49
Complementary color
Monochromatic Colors of #7CAE49
Black with #7CAE49
Text Example
Text Example
White with #7CAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAE49; }
p { color: rgb(124,174,73); }
H1.HeaderClassName
{
color: #7CAE49;
}
.AnyTagClassName
{
color: #7CAE49;
}
</style>
background-color css
<style>
a { background-color: #7CAE49; }
a { background-color: rgb(124,174,73); }
div.DivClassName
{
background-color: #7CAE49;
}
.BgClassName
{
background-color: #7CAE49;
}
</style>
border-color css
<style>
span { border-color: #7CAE49; }
span { border-color: rgb(124,174,73); }
td.TdClassName
{
border-color: #7CAE49;
}
.TagClassName
{
border-color: #7CAE49;
}
</style>