Shades of Sushi #7DA03A
Tints of Sushi #7DA03A
RGB
CMYK
RGB Variations
Color information
#7DA03A (or 0x7DA03A) is known color: Sushi. HEX triplet: 7D, A0 and 3A. RGB value is (125,160,58). Sum of RGB (Red+Green+Blue) = 125+160+58=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA03A is #825FC5. Grayscale: #8A8A8A. Windows color (decimal): -8544198 or 3842173. OLE color: 3842173.
HSL color Cylindrical-coordinate representation of color #7DA03A: hue angle of 80.59º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DA03A is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 58 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.37 |
| HSL | 80.59º | 0.47% | 0.43% | - |
| HSV(B) | 80.59º | 0.64% | 0.63% | - |
| XYZ | 21.79 | 29.81 | 8.61 | - |
| YUV | 137.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 58 | 0.22 | 0 | 0.64 | 0.37 | 80.59 | 0.47 | 0.43 |
| Hex | 7D | A0 | 3A | 16 | 0 | 40 | 25 | 51 | 2F | 2B |
| Octal | 175 | 240 | 72 | 26 | 0 | 100 | 45 | 121 | 57 | 53 |
| Binary | 1111101 | 10100000 | 111010 | 10110 | 0 | 1000000 | 100101 | 1010001 | 101111 | 101011 |
Color Harmonies of #7DA03A
Complementary color
Monochromatic Colors of #7DA03A
Black with #7DA03A
Text Example
Text Example
White with #7DA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA03A; }
p { color: rgb(125,160,58); }
H1.HeaderClassName
{
color: #7DA03A;
}
.AnyTagClassName
{
color: #7DA03A;
}
</style>
background-color css
<style>
a { background-color: #7DA03A; }
a { background-color: rgb(125,160,58); }
div.DivClassName
{
background-color: #7DA03A;
}
.BgClassName
{
background-color: #7DA03A;
}
</style>
border-color css
<style>
span { border-color: #7DA03A; }
span { border-color: rgb(125,160,58); }
td.TdClassName
{
border-color: #7DA03A;
}
.TagClassName
{
border-color: #7DA03A;
}
</style>