Shades of Chelsea Cucumber #7CB14A
Tints of Chelsea Cucumber #7CB14A
RGB
CMYK
RGB Variations
Color information
#7CB14A (or 0x7CB14A) is known color: Chelsea Cucumber. HEX triplet: 7C, B1 and 4A. RGB value is (124,177,74). Sum of RGB (Red+Green+Blue) = 124+177+74=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB14A is #834EB5. Grayscale: #959595. Windows color (decimal): -8605366 or 4895100. OLE color: 4895100.
HSL color Cylindrical-coordinate representation of color #7CB14A: hue angle of 90.87º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CB14A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 74 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.31 |
| HSL | 90.87º | 0.41% | 0.49% | - |
| HSV(B) | 90.87º | 0.58% | 0.69% | - |
| XYZ | 25.27 | 36.22 | 12.14 | - |
| YUV | 149.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 74 | 0.30 | 0 | 0.58 | 0.31 | 90.87 | 0.41 | 0.49 |
| Hex | 7C | B1 | 4A | 1E | 0 | 3A | 1F | 5B | 29 | 31 |
| Octal | 174 | 261 | 112 | 36 | 0 | 72 | 37 | 133 | 51 | 61 |
| Binary | 1111100 | 10110001 | 1001010 | 11110 | 0 | 111010 | 11111 | 1011011 | 101001 | 110001 |
Color Harmonies of #7CB14A
Complementary color
Monochromatic Colors of #7CB14A
Black with #7CB14A
Text Example
Text Example
White with #7CB14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB14A; }
p { color: rgb(124,177,74); }
H1.HeaderClassName
{
color: #7CB14A;
}
.AnyTagClassName
{
color: #7CB14A;
}
</style>
background-color css
<style>
a { background-color: #7CB14A; }
a { background-color: rgb(124,177,74); }
div.DivClassName
{
background-color: #7CB14A;
}
.BgClassName
{
background-color: #7CB14A;
}
</style>
border-color css
<style>
span { border-color: #7CB14A; }
span { border-color: rgb(124,177,74); }
td.TdClassName
{
border-color: #7CB14A;
}
.TagClassName
{
border-color: #7CB14A;
}
</style>