Shades of Chelsea Cucumber #7CB147
Tints of Chelsea Cucumber #7CB147
RGB
CMYK
RGB Variations
Color information
#7CB147 (or 0x7CB147) is known color: Chelsea Cucumber. HEX triplet: 7C, B1 and 47. RGB value is (124,177,71). Sum of RGB (Red+Green+Blue) = 124+177+71=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB147 is #834EB8. Grayscale: #959595. Windows color (decimal): -8605369 or 4698492. OLE color: 4698492.
HSL color Cylindrical-coordinate representation of color #7CB147: hue angle of 90º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CB147 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 71 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.31 |
| HSL | 90º | 0.43% | 0.49% | - |
| HSV(B) | 90º | 0.6% | 0.69% | - |
| XYZ | 25.17 | 36.18 | 11.62 | - |
| YUV | 149.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 71 | 0.30 | 0 | 0.60 | 0.31 | 90 | 0.43 | 0.49 |
| Hex | 7C | B1 | 47 | 1E | 0 | 3C | 1F | 5A | 2B | 31 |
| Octal | 174 | 261 | 107 | 36 | 0 | 74 | 37 | 132 | 53 | 61 |
| Binary | 1111100 | 10110001 | 1000111 | 11110 | 0 | 111100 | 11111 | 1011010 | 101011 | 110001 |
Color Harmonies of #7CB147
Complementary color
Monochromatic Colors of #7CB147
Black with #7CB147
Text Example
Text Example
White with #7CB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB147; }
p { color: rgb(124,177,71); }
H1.HeaderClassName
{
color: #7CB147;
}
.AnyTagClassName
{
color: #7CB147;
}
</style>
background-color css
<style>
a { background-color: #7CB147; }
a { background-color: rgb(124,177,71); }
div.DivClassName
{
background-color: #7CB147;
}
.BgClassName
{
background-color: #7CB147;
}
</style>
border-color css
<style>
span { border-color: #7CB147; }
span { border-color: rgb(124,177,71); }
td.TdClassName
{
border-color: #7CB147;
}
.TagClassName
{
border-color: #7CB147;
}
</style>