Shades of Sushi #7DA735
Tints of Sushi #7DA735
RGB
CMYK
RGB Variations
Color information
#7DA735 (or 0x7DA735) is known color: Sushi. HEX triplet: 7D, A7 and 35. RGB value is (125,167,53). Sum of RGB (Red+Green+Blue) = 125+167+53=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA735 is #8258CA. Grayscale: #8D8D8D. Windows color (decimal): -8542411 or 3516285. OLE color: 3516285.
HSL color Cylindrical-coordinate representation of color #7DA735: hue angle of 82.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DA735 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 53 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.35 |
| HSL | 82.11º | 0.52% | 0.43% | - |
| HSV(B) | 82.11º | 0.68% | 0.65% | - |
| XYZ | 22.92 | 32.25 | 8.39 | - |
| YUV | 141.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 53 | 0.25 | 0 | 0.68 | 0.35 | 82.11 | 0.52 | 0.43 |
| Hex | 7D | A7 | 35 | 19 | 0 | 44 | 23 | 52 | 34 | 2B |
| Octal | 175 | 247 | 65 | 31 | 0 | 104 | 43 | 122 | 64 | 53 |
| Binary | 1111101 | 10100111 | 110101 | 11001 | 0 | 1000100 | 100011 | 1010010 | 110100 | 101011 |
Color Harmonies of #7DA735
Complementary color
Monochromatic Colors of #7DA735
Black with #7DA735
Text Example
Text Example
White with #7DA735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA735; }
p { color: rgb(125,167,53); }
H1.HeaderClassName
{
color: #7DA735;
}
.AnyTagClassName
{
color: #7DA735;
}
</style>
background-color css
<style>
a { background-color: #7DA735; }
a { background-color: rgb(125,167,53); }
div.DivClassName
{
background-color: #7DA735;
}
.BgClassName
{
background-color: #7DA735;
}
</style>
border-color css
<style>
span { border-color: #7DA735; }
span { border-color: rgb(125,167,53); }
td.TdClassName
{
border-color: #7DA735;
}
.TagClassName
{
border-color: #7DA735;
}
</style>