Shades of Chelsea Cucumber #7CB34C
Tints of Chelsea Cucumber #7CB34C
RGB
CMYK
RGB Variations
Color information
#7CB34C (or 0x7CB34C) is known color: Chelsea Cucumber. HEX triplet: 7C, B3 and 4C. RGB value is (124,179,76). Sum of RGB (Red+Green+Blue) = 124+179+76=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB34C is #834CB3. Grayscale: #979797. Windows color (decimal): -8604852 or 5026684. OLE color: 5026684.
HSL color Cylindrical-coordinate representation of color #7CB34C: hue angle of 92.04º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CB34C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 76 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.30 |
| HSL | 92.04º | 0.4% | 0.5% | - |
| HSV(B) | 92.04º | 0.58% | 0.7% | - |
| XYZ | 25.74 | 37.05 | 12.63 | - |
| YUV | 150.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 76 | 0.31 | 0 | 0.58 | 0.30 | 92.04 | 0.4 | 0.5 |
| Hex | 7C | B3 | 4C | 1F | 0 | 3A | 1E | 5C | 28 | 32 |
| Octal | 174 | 263 | 114 | 37 | 0 | 72 | 36 | 134 | 50 | 62 |
| Binary | 1111100 | 10110011 | 1001100 | 11111 | 0 | 111010 | 11110 | 1011100 | 101000 | 110010 |
Color Harmonies of #7CB34C
Complementary color
Monochromatic Colors of #7CB34C
Black with #7CB34C
Text Example
Text Example
White with #7CB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB34C; }
p { color: rgb(124,179,76); }
H1.HeaderClassName
{
color: #7CB34C;
}
.AnyTagClassName
{
color: #7CB34C;
}
</style>
background-color css
<style>
a { background-color: #7CB34C; }
a { background-color: rgb(124,179,76); }
div.DivClassName
{
background-color: #7CB34C;
}
.BgClassName
{
background-color: #7CB34C;
}
</style>
border-color css
<style>
span { border-color: #7CB34C; }
span { border-color: rgb(124,179,76); }
td.TdClassName
{
border-color: #7CB34C;
}
.TagClassName
{
border-color: #7CB34C;
}
</style>