Shades of Chelsea Cucumber #7DB346
Tints of Chelsea Cucumber #7DB346
RGB
CMYK
RGB Variations
Color information
#7DB346 (or 0x7DB346) is known color: Chelsea Cucumber. HEX triplet: 7D, B3 and 46. RGB value is (125,179,70). Sum of RGB (Red+Green+Blue) = 125+179+70=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB346 is #824CB9. Grayscale: #969696. Windows color (decimal): -8539322 or 4633469. OLE color: 4633469.
HSL color Cylindrical-coordinate representation of color #7DB346: hue angle of 89.72º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DB346 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 70 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.30 |
| HSL | 89.72º | 0.44% | 0.49% | - |
| HSV(B) | 89.72º | 0.61% | 0.7% | - |
| XYZ | 25.68 | 37.04 | 11.59 | - |
| YUV | 150.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 70 | 0.30 | 0 | 0.61 | 0.30 | 89.72 | 0.44 | 0.49 |
| Hex | 7D | B3 | 46 | 1E | 0 | 3D | 1E | 5A | 2C | 31 |
| Octal | 175 | 263 | 106 | 36 | 0 | 75 | 36 | 132 | 54 | 61 |
| Binary | 1111101 | 10110011 | 1000110 | 11110 | 0 | 111101 | 11110 | 1011010 | 101100 | 110001 |
Color Harmonies of #7DB346
Complementary color
Monochromatic Colors of #7DB346
Black with #7DB346
Text Example
Text Example
White with #7DB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB346; }
p { color: rgb(125,179,70); }
H1.HeaderClassName
{
color: #7DB346;
}
.AnyTagClassName
{
color: #7DB346;
}
</style>
background-color css
<style>
a { background-color: #7DB346; }
a { background-color: rgb(125,179,70); }
div.DivClassName
{
background-color: #7DB346;
}
.BgClassName
{
background-color: #7DB346;
}
</style>
border-color css
<style>
span { border-color: #7DB346; }
span { border-color: rgb(125,179,70); }
td.TdClassName
{
border-color: #7DB346;
}
.TagClassName
{
border-color: #7DB346;
}
</style>