Shades of Sushi #7DAD40
Tints of Sushi #7DAD40
RGB
CMYK
RGB Variations
Color information
#7DAD40 (or 0x7DAD40) is known color: Sushi. HEX triplet: 7D, AD and 40. RGB value is (125,173,64). Sum of RGB (Red+Green+Blue) = 125+173+64=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAD40 is #8252BF. Grayscale: #929292. Windows color (decimal): -8540864 or 4238717. OLE color: 4238717.
HSL color Cylindrical-coordinate representation of color #7DAD40: hue angle of 86.42º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DAD40 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 64 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.32 |
| HSL | 86.42º | 0.46% | 0.46% | - |
| HSV(B) | 86.42º | 0.63% | 0.68% | - |
| XYZ | 24.33 | 34.62 | 10.25 | - |
| YUV | 146.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 64 | 0.28 | 0 | 0.63 | 0.32 | 86.42 | 0.46 | 0.46 |
| Hex | 7D | AD | 40 | 1C | 0 | 3F | 20 | 56 | 2E | 2E |
| Octal | 175 | 255 | 100 | 34 | 0 | 77 | 40 | 126 | 56 | 56 |
| Binary | 1111101 | 10101101 | 1000000 | 11100 | 0 | 111111 | 100000 | 1010110 | 101110 | 101110 |
Color Harmonies of #7DAD40
Complementary color
Monochromatic Colors of #7DAD40
Black with #7DAD40
Text Example
Text Example
White with #7DAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD40; }
p { color: rgb(125,173,64); }
H1.HeaderClassName
{
color: #7DAD40;
}
.AnyTagClassName
{
color: #7DAD40;
}
</style>
background-color css
<style>
a { background-color: #7DAD40; }
a { background-color: rgb(125,173,64); }
div.DivClassName
{
background-color: #7DAD40;
}
.BgClassName
{
background-color: #7DAD40;
}
</style>
border-color css
<style>
span { border-color: #7DAD40; }
span { border-color: rgb(125,173,64); }
td.TdClassName
{
border-color: #7DAD40;
}
.TagClassName
{
border-color: #7DAD40;
}
</style>