Shades of Chelsea Cucumber #7CB048
Tints of Chelsea Cucumber #7CB048
RGB
CMYK
RGB Variations
Color information
#7CB048 (or 0x7CB048) is known color: Chelsea Cucumber. HEX triplet: 7C, B0 and 48. RGB value is (124,176,72). Sum of RGB (Red+Green+Blue) = 124+176+72=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB048 is #834FB7. Grayscale: #949494. Windows color (decimal): -8605624 or 4763772. OLE color: 4763772.
HSL color Cylindrical-coordinate representation of color #7CB048: hue angle of 90º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CB048 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 72 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.31 |
| HSL | 90º | 0.42% | 0.49% | - |
| HSV(B) | 90º | 0.59% | 0.69% | - |
| XYZ | 25.01 | 35.8 | 11.72 | - |
| YUV | 148.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 72 | 0.30 | 0 | 0.59 | 0.31 | 90 | 0.42 | 0.49 |
| Hex | 7C | B0 | 48 | 1E | 0 | 3B | 1F | 5A | 2A | 31 |
| Octal | 174 | 260 | 110 | 36 | 0 | 73 | 37 | 132 | 52 | 61 |
| Binary | 1111100 | 10110000 | 1001000 | 11110 | 0 | 111011 | 11111 | 1011010 | 101010 | 110001 |
Color Harmonies of #7CB048
Complementary color
Monochromatic Colors of #7CB048
Black with #7CB048
Text Example
Text Example
White with #7CB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB048; }
p { color: rgb(124,176,72); }
H1.HeaderClassName
{
color: #7CB048;
}
.AnyTagClassName
{
color: #7CB048;
}
</style>
background-color css
<style>
a { background-color: #7CB048; }
a { background-color: rgb(124,176,72); }
div.DivClassName
{
background-color: #7CB048;
}
.BgClassName
{
background-color: #7CB048;
}
</style>
border-color css
<style>
span { border-color: #7CB048; }
span { border-color: rgb(124,176,72); }
td.TdClassName
{
border-color: #7CB048;
}
.TagClassName
{
border-color: #7CB048;
}
</style>