Shades of Sushi #73992E
Tints of Sushi #73992E
RGB
CMYK
RGB Variations
Color information
#73992E (or 0x73992E) is known color: Sushi. HEX triplet: 73, 99 and 2E. RGB value is (115,153,46). Sum of RGB (Red+Green+Blue) = 115+153+46=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #73992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73992E is #8C66D1. Grayscale: #818181. Windows color (decimal): -9201362 or 3053939. OLE color: 3053939.
HSL color Cylindrical-coordinate representation of color #73992E: hue angle of 81.31º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73992E is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 46 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.4 |
| HSL | 81.31º | 0.54% | 0.39% | - |
| HSV(B) | 81.31º | 0.7% | 0.6% | - |
| XYZ | 18.95 | 26.62 | 6.72 | - |
| YUV | 129.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 46 | 0.25 | 0 | 0.70 | 0.4 | 81.31 | 0.54 | 0.39 |
| Hex | 73 | 99 | 2E | 19 | 0 | 46 | 28 | 51 | 36 | 27 |
| Octal | 163 | 231 | 56 | 31 | 0 | 106 | 50 | 121 | 66 | 47 |
| Binary | 1110011 | 10011001 | 101110 | 11001 | 0 | 1000110 | 101000 | 1010001 | 110110 | 100111 |
Color Harmonies of #73992E
Complementary color
Monochromatic Colors of #73992E
Black with #73992E
Text Example
Text Example
White with #73992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73992E; }
p { color: rgb(115,153,46); }
H1.HeaderClassName
{
color: #73992E;
}
.AnyTagClassName
{
color: #73992E;
}
</style>
background-color css
<style>
a { background-color: #73992E; }
a { background-color: rgb(115,153,46); }
div.DivClassName
{
background-color: #73992E;
}
.BgClassName
{
background-color: #73992E;
}
</style>
border-color css
<style>
span { border-color: #73992E; }
span { border-color: rgb(115,153,46); }
td.TdClassName
{
border-color: #73992E;
}
.TagClassName
{
border-color: #73992E;
}
</style>