Shades of Sushi #7D9E37
Tints of Sushi #7D9E37
RGB
CMYK
RGB Variations
Color information
#7D9E37 (or 0x7D9E37) is known color: Sushi. HEX triplet: 7D, 9E and 37. RGB value is (125,158,55). Sum of RGB (Red+Green+Blue) = 125+158+55=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E37 is #8261C8. Grayscale: #888888. Windows color (decimal): -8544713 or 3645053. OLE color: 3645053.
HSL color Cylindrical-coordinate representation of color #7D9E37: hue angle of 79.22º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D9E37 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 55 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.38 |
| HSL | 79.22º | 0.48% | 0.42% | - |
| HSV(B) | 79.22º | 0.65% | 0.62% | - |
| XYZ | 21.37 | 29.09 | 8.1 | - |
| YUV | 136.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 55 | 0.21 | 0 | 0.65 | 0.38 | 79.22 | 0.48 | 0.42 |
| Hex | 7D | 9E | 37 | 15 | 0 | 41 | 26 | 4F | 30 | 2A |
| Octal | 175 | 236 | 67 | 25 | 0 | 101 | 46 | 117 | 60 | 52 |
| Binary | 1111101 | 10011110 | 110111 | 10101 | 0 | 1000001 | 100110 | 1001111 | 110000 | 101010 |
Color Harmonies of #7D9E37
Complementary color
Monochromatic Colors of #7D9E37
Black with #7D9E37
Text Example
Text Example
White with #7D9E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E37; }
p { color: rgb(125,158,55); }
H1.HeaderClassName
{
color: #7D9E37;
}
.AnyTagClassName
{
color: #7D9E37;
}
</style>
background-color css
<style>
a { background-color: #7D9E37; }
a { background-color: rgb(125,158,55); }
div.DivClassName
{
background-color: #7D9E37;
}
.BgClassName
{
background-color: #7D9E37;
}
</style>
border-color css
<style>
span { border-color: #7D9E37; }
span { border-color: rgb(125,158,55); }
td.TdClassName
{
border-color: #7D9E37;
}
.TagClassName
{
border-color: #7D9E37;
}
</style>