Shades of Chelsea Cucumber #7DAF49
Tints of Chelsea Cucumber #7DAF49
RGB
CMYK
RGB Variations
Color information
#7DAF49 (or 0x7DAF49) is known color: Chelsea Cucumber. HEX triplet: 7D, AF and 49. RGB value is (125,175,73). Sum of RGB (Red+Green+Blue) = 125+175+73=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF49 is #8250B6. Grayscale: #949494. Windows color (decimal): -8540343 or 4829053. OLE color: 4829053.
HSL color Cylindrical-coordinate representation of color #7DAF49: hue angle of 89.41º 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 #7DAF49 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 73 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.31 |
| HSL | 89.41º | 0.41% | 0.49% | - |
| HSV(B) | 89.41º | 0.58% | 0.69% | - |
| XYZ | 24.99 | 35.5 | 11.84 | - |
| YUV | 148.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 73 | 0.29 | 0 | 0.58 | 0.31 | 89.41 | 0.41 | 0.49 |
| Hex | 7D | AF | 49 | 1D | 0 | 3A | 1F | 59 | 29 | 31 |
| Octal | 175 | 257 | 111 | 35 | 0 | 72 | 37 | 131 | 51 | 61 |
| Binary | 1111101 | 10101111 | 1001001 | 11101 | 0 | 111010 | 11111 | 1011001 | 101001 | 110001 |
Color Harmonies of #7DAF49
Complementary color
Monochromatic Colors of #7DAF49
Black with #7DAF49
Text Example
Text Example
White with #7DAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF49; }
p { color: rgb(125,175,73); }
H1.HeaderClassName
{
color: #7DAF49;
}
.AnyTagClassName
{
color: #7DAF49;
}
</style>
background-color css
<style>
a { background-color: #7DAF49; }
a { background-color: rgb(125,175,73); }
div.DivClassName
{
background-color: #7DAF49;
}
.BgClassName
{
background-color: #7DAF49;
}
</style>
border-color css
<style>
span { border-color: #7DAF49; }
span { border-color: rgb(125,175,73); }
td.TdClassName
{
border-color: #7DAF49;
}
.TagClassName
{
border-color: #7DAF49;
}
</style>