Shades of Sushi #7D9738
Tints of Sushi #7D9738
RGB
CMYK
RGB Variations
Color information
#7D9738 (or 0x7D9738) is known color: Sushi. HEX triplet: 7D, 97 and 38. RGB value is (125,151,56). Sum of RGB (Red+Green+Blue) = 125+151+56=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9738 is #8268C7. Grayscale: #848484. Windows color (decimal): -8546504 or 3708797. OLE color: 3708797.
HSL color Cylindrical-coordinate representation of color #7D9738: hue angle of 76.42º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D9738 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 56 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.41 |
| HSL | 76.42º | 0.46% | 0.41% | - |
| HSV(B) | 76.42º | 0.63% | 0.59% | - |
| XYZ | 20.24 | 26.78 | 7.84 | - |
| YUV | 132.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 56 | 0.17 | 0 | 0.63 | 0.41 | 76.42 | 0.46 | 0.41 |
| Hex | 7D | 97 | 38 | 11 | 0 | 3F | 29 | 4C | 2E | 29 |
| Octal | 175 | 227 | 70 | 21 | 0 | 77 | 51 | 114 | 56 | 51 |
| Binary | 1111101 | 10010111 | 111000 | 10001 | 0 | 111111 | 101001 | 1001100 | 101110 | 101001 |
Color Harmonies of #7D9738
Complementary color
Monochromatic Colors of #7D9738
Black with #7D9738
Text Example
Text Example
White with #7D9738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9738; }
p { color: rgb(125,151,56); }
H1.HeaderClassName
{
color: #7D9738;
}
.AnyTagClassName
{
color: #7D9738;
}
</style>
background-color css
<style>
a { background-color: #7D9738; }
a { background-color: rgb(125,151,56); }
div.DivClassName
{
background-color: #7D9738;
}
.BgClassName
{
background-color: #7D9738;
}
</style>
border-color css
<style>
span { border-color: #7D9738; }
span { border-color: rgb(125,151,56); }
td.TdClassName
{
border-color: #7D9738;
}
.TagClassName
{
border-color: #7D9738;
}
</style>