Shades of Chelsea Cucumber #7CB149
Tints of Chelsea Cucumber #7CB149
RGB
CMYK
RGB Variations
Color information
#7CB149 (or 0x7CB149) is known color: Chelsea Cucumber. HEX triplet: 7C, B1 and 49. RGB value is (124,177,73). Sum of RGB (Red+Green+Blue) = 124+177+73=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB149 is #834EB6. Grayscale: #959595. Windows color (decimal): -8605367 or 4829564. OLE color: 4829564.
HSL color Cylindrical-coordinate representation of color #7CB149: hue angle of 90.58º 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 #7CB149 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 73 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.31 |
| HSL | 90.58º | 0.42% | 0.49% | - |
| HSV(B) | 90.58º | 0.59% | 0.69% | - |
| XYZ | 25.24 | 36.21 | 11.96 | - |
| YUV | 149.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 73 | 0.30 | 0 | 0.59 | 0.31 | 90.58 | 0.42 | 0.49 |
| Hex | 7C | B1 | 49 | 1E | 0 | 3B | 1F | 5B | 2A | 31 |
| Octal | 174 | 261 | 111 | 36 | 0 | 73 | 37 | 133 | 52 | 61 |
| Binary | 1111100 | 10110001 | 1001001 | 11110 | 0 | 111011 | 11111 | 1011011 | 101010 | 110001 |
Color Harmonies of #7CB149
Complementary color
Monochromatic Colors of #7CB149
Black with #7CB149
Text Example
Text Example
White with #7CB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB149; }
p { color: rgb(124,177,73); }
H1.HeaderClassName
{
color: #7CB149;
}
.AnyTagClassName
{
color: #7CB149;
}
</style>
background-color css
<style>
a { background-color: #7CB149; }
a { background-color: rgb(124,177,73); }
div.DivClassName
{
background-color: #7CB149;
}
.BgClassName
{
background-color: #7CB149;
}
</style>
border-color css
<style>
span { border-color: #7CB149; }
span { border-color: rgb(124,177,73); }
td.TdClassName
{
border-color: #7CB149;
}
.TagClassName
{
border-color: #7CB149;
}
</style>