Shades of Chelsea Cucumber #7CB448
Tints of Chelsea Cucumber #7CB448
RGB
CMYK
RGB Variations
Color information
#7CB448 (or 0x7CB448) is known color: Chelsea Cucumber. HEX triplet: 7C, B4 and 48. RGB value is (124,180,72). Sum of RGB (Red+Green+Blue) = 124+180+72=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB448 is #834BB7. Grayscale: #979797. Windows color (decimal): -8604600 or 4764796. OLE color: 4764796.
HSL color Cylindrical-coordinate representation of color #7CB448: hue angle of 91.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CB448 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 72 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.29 |
| HSL | 91.11º | 0.43% | 0.49% | - |
| HSV(B) | 91.11º | 0.6% | 0.71% | - |
| XYZ | 25.8 | 37.4 | 11.99 | - |
| YUV | 150.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 72 | 0.31 | 0 | 0.60 | 0.29 | 91.11 | 0.43 | 0.49 |
| Hex | 7C | B4 | 48 | 1F | 0 | 3C | 1D | 5B | 2B | 31 |
| Octal | 174 | 264 | 110 | 37 | 0 | 74 | 35 | 133 | 53 | 61 |
| Binary | 1111100 | 10110100 | 1001000 | 11111 | 0 | 111100 | 11101 | 1011011 | 101011 | 110001 |
Color Harmonies of #7CB448
Complementary color
Monochromatic Colors of #7CB448
Black with #7CB448
Text Example
Text Example
White with #7CB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB448; }
p { color: rgb(124,180,72); }
H1.HeaderClassName
{
color: #7CB448;
}
.AnyTagClassName
{
color: #7CB448;
}
</style>
background-color css
<style>
a { background-color: #7CB448; }
a { background-color: rgb(124,180,72); }
div.DivClassName
{
background-color: #7CB448;
}
.BgClassName
{
background-color: #7CB448;
}
</style>
border-color css
<style>
span { border-color: #7CB448; }
span { border-color: rgb(124,180,72); }
td.TdClassName
{
border-color: #7CB448;
}
.TagClassName
{
border-color: #7CB448;
}
</style>