Shades of Sushi #7DA325
Tints of Sushi #7DA325
RGB
CMYK
RGB Variations
Color information
#7DA325 (or 0x7DA325) is known color: Sushi. HEX triplet: 7D, A3 and 25. RGB value is (125,163,37). Sum of RGB (Red+Green+Blue) = 125+163+37=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA325 is #825CDA. Grayscale: #898989. Windows color (decimal): -8543451 or 2466685. OLE color: 2466685.
HSL color Cylindrical-coordinate representation of color #7DA325: hue angle of 78.1º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DA325 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 37 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.36 |
| HSL | 78.1º | 0.63% | 0.39% | - |
| HSV(B) | 78.1º | 0.77% | 0.64% | - |
| XYZ | 21.89 | 30.69 | 6.52 | - |
| YUV | 137.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 37 | 0.23 | 0 | 0.77 | 0.36 | 78.1 | 0.63 | 0.39 |
| Hex | 7D | A3 | 25 | 17 | 0 | 4D | 24 | 4E | 3F | 27 |
| Octal | 175 | 243 | 45 | 27 | 0 | 115 | 44 | 116 | 77 | 47 |
| Binary | 1111101 | 10100011 | 100101 | 10111 | 0 | 1001101 | 100100 | 1001110 | 111111 | 100111 |
Color Harmonies of #7DA325
Complementary color
Monochromatic Colors of #7DA325
Black with #7DA325
Text Example
Text Example
White with #7DA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA325; }
p { color: rgb(125,163,37); }
H1.HeaderClassName
{
color: #7DA325;
}
.AnyTagClassName
{
color: #7DA325;
}
</style>
background-color css
<style>
a { background-color: #7DA325; }
a { background-color: rgb(125,163,37); }
div.DivClassName
{
background-color: #7DA325;
}
.BgClassName
{
background-color: #7DA325;
}
</style>
border-color css
<style>
span { border-color: #7DA325; }
span { border-color: rgb(125,163,37); }
td.TdClassName
{
border-color: #7DA325;
}
.TagClassName
{
border-color: #7DA325;
}
</style>