Shades of Sushi #7DA731
Tints of Sushi #7DA731
RGB
CMYK
RGB Variations
Color information
#7DA731 (or 0x7DA731) is known color: Sushi. HEX triplet: 7D, A7 and 31. RGB value is (125,167,49). Sum of RGB (Red+Green+Blue) = 125+167+49=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA731 is #8258CE. Grayscale: #8D8D8D. Windows color (decimal): -8542415 or 3254141. OLE color: 3254141.
HSL color Cylindrical-coordinate representation of color #7DA731: hue angle of 81.36º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DA731 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 49 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.35 |
| HSL | 81.36º | 0.55% | 0.42% | - |
| HSV(B) | 81.36º | 0.71% | 0.65% | - |
| XYZ | 22.83 | 32.22 | 7.92 | - |
| YUV | 140.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 49 | 0.25 | 0 | 0.71 | 0.35 | 81.36 | 0.55 | 0.42 |
| Hex | 7D | A7 | 31 | 19 | 0 | 47 | 23 | 51 | 37 | 2A |
| Octal | 175 | 247 | 61 | 31 | 0 | 107 | 43 | 121 | 67 | 52 |
| Binary | 1111101 | 10100111 | 110001 | 11001 | 0 | 1000111 | 100011 | 1010001 | 110111 | 101010 |
Color Harmonies of #7DA731
Complementary color
Monochromatic Colors of #7DA731
Black with #7DA731
Text Example
Text Example
White with #7DA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA731; }
p { color: rgb(125,167,49); }
H1.HeaderClassName
{
color: #7DA731;
}
.AnyTagClassName
{
color: #7DA731;
}
</style>
background-color css
<style>
a { background-color: #7DA731; }
a { background-color: rgb(125,167,49); }
div.DivClassName
{
background-color: #7DA731;
}
.BgClassName
{
background-color: #7DA731;
}
</style>
border-color css
<style>
span { border-color: #7DA731; }
span { border-color: rgb(125,167,49); }
td.TdClassName
{
border-color: #7DA731;
}
.TagClassName
{
border-color: #7DA731;
}
</style>