Shades of Sushi #7D9945
Tints of Sushi #7D9945
RGB
CMYK
RGB Variations
Color information
#7D9945 (or 0x7D9945) is known color: Sushi. HEX triplet: 7D, 99 and 45. RGB value is (125,153,69). Sum of RGB (Red+Green+Blue) = 125+153+69=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9945 is #8266BA. Grayscale: #878787. Windows color (decimal): -8545979 or 4561277. OLE color: 4561277.
HSL color Cylindrical-coordinate representation of color #7D9945: hue angle of 80º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D9945 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 69 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.4 |
| HSL | 80º | 0.38% | 0.44% | - |
| HSV(B) | 80º | 0.55% | 0.6% | - |
| XYZ | 20.92 | 27.57 | 9.85 | - |
| YUV | 135.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 69 | 0.18 | 0 | 0.55 | 0.4 | 80 | 0.38 | 0.44 |
| Hex | 7D | 99 | 45 | 12 | 0 | 37 | 28 | 50 | 26 | 2C |
| Octal | 175 | 231 | 105 | 22 | 0 | 67 | 50 | 120 | 46 | 54 |
| Binary | 1111101 | 10011001 | 1000101 | 10010 | 0 | 110111 | 101000 | 1010000 | 100110 | 101100 |
Color Harmonies of #7D9945
Complementary color
Monochromatic Colors of #7D9945
Black with #7D9945
Text Example
Text Example
White with #7D9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9945; }
p { color: rgb(125,153,69); }
H1.HeaderClassName
{
color: #7D9945;
}
.AnyTagClassName
{
color: #7D9945;
}
</style>
background-color css
<style>
a { background-color: #7D9945; }
a { background-color: rgb(125,153,69); }
div.DivClassName
{
background-color: #7D9945;
}
.BgClassName
{
background-color: #7D9945;
}
</style>
border-color css
<style>
span { border-color: #7D9945; }
span { border-color: rgb(125,153,69); }
td.TdClassName
{
border-color: #7D9945;
}
.TagClassName
{
border-color: #7D9945;
}
</style>