Shades of Chelsea Cucumber #7DAD4D
Tints of Chelsea Cucumber #7DAD4D
RGB
CMYK
RGB Variations
Color information
#7DAD4D (or 0x7DAD4D) is known color: Chelsea Cucumber. HEX triplet: 7D, AD and 4D. RGB value is (125,173,77). Sum of RGB (Red+Green+Blue) = 125+173+77=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD4D is #8252B2. Grayscale: #949494. Windows color (decimal): -8540851 or 5090685. OLE color: 5090685.
HSL color Cylindrical-coordinate representation of color #7DAD4D: hue angle of 90º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DAD4D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 77 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.32 |
| HSL | 90º | 0.38% | 0.49% | - |
| HSV(B) | 90º | 0.55% | 0.68% | - |
| XYZ | 24.74 | 34.78 | 12.43 | - |
| YUV | 147.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 77 | 0.28 | 0 | 0.55 | 0.32 | 90 | 0.38 | 0.49 |
| Hex | 7D | AD | 4D | 1C | 0 | 37 | 20 | 5A | 26 | 31 |
| Octal | 175 | 255 | 115 | 34 | 0 | 67 | 40 | 132 | 46 | 61 |
| Binary | 1111101 | 10101101 | 1001101 | 11100 | 0 | 110111 | 100000 | 1011010 | 100110 | 110001 |
Color Harmonies of #7DAD4D
Complementary color
Monochromatic Colors of #7DAD4D
Black with #7DAD4D
Text Example
Text Example
White with #7DAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD4D; }
p { color: rgb(125,173,77); }
H1.HeaderClassName
{
color: #7DAD4D;
}
.AnyTagClassName
{
color: #7DAD4D;
}
</style>
background-color css
<style>
a { background-color: #7DAD4D; }
a { background-color: rgb(125,173,77); }
div.DivClassName
{
background-color: #7DAD4D;
}
.BgClassName
{
background-color: #7DAD4D;
}
</style>
border-color css
<style>
span { border-color: #7DAD4D; }
span { border-color: rgb(125,173,77); }
td.TdClassName
{
border-color: #7DAD4D;
}
.TagClassName
{
border-color: #7DAD4D;
}
</style>