Shades of Sushi #7DA940
Tints of Sushi #7DA940
RGB
CMYK
RGB Variations
Color information
#7DA940 (or 0x7DA940) is known color: Sushi. HEX triplet: 7D, A9 and 40. RGB value is (125,169,64). Sum of RGB (Red+Green+Blue) = 125+169+64=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA940 is #8256BF. Grayscale: #909090. Windows color (decimal): -8541888 or 4237693. OLE color: 4237693.
HSL color Cylindrical-coordinate representation of color #7DA940: hue angle of 85.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DA940 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 64 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.34 |
| HSL | 85.14º | 0.45% | 0.46% | - |
| HSV(B) | 85.14º | 0.62% | 0.66% | - |
| XYZ | 23.57 | 33.11 | 10 | - |
| YUV | 143.87 | 82.92 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 64 | 0.26 | 0 | 0.62 | 0.34 | 85.14 | 0.45 | 0.46 |
| Hex | 7D | A9 | 40 | 1A | 0 | 3E | 22 | 55 | 2D | 2E |
| Octal | 175 | 251 | 100 | 32 | 0 | 76 | 42 | 125 | 55 | 56 |
| Binary | 1111101 | 10101001 | 1000000 | 11010 | 0 | 111110 | 100010 | 1010101 | 101101 | 101110 |
Color Harmonies of #7DA940
Complementary color
Monochromatic Colors of #7DA940
Black with #7DA940
Text Example
Text Example
White with #7DA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA940; }
p { color: rgb(125,169,64); }
H1.HeaderClassName
{
color: #7DA940;
}
.AnyTagClassName
{
color: #7DA940;
}
</style>
background-color css
<style>
a { background-color: #7DA940; }
a { background-color: rgb(125,169,64); }
div.DivClassName
{
background-color: #7DA940;
}
.BgClassName
{
background-color: #7DA940;
}
</style>
border-color css
<style>
span { border-color: #7DA940; }
span { border-color: rgb(125,169,64); }
td.TdClassName
{
border-color: #7DA940;
}
.TagClassName
{
border-color: #7DA940;
}
</style>