Shades of Sushi #73A032
Tints of Sushi #73A032
RGB
CMYK
RGB Variations
Color information
#73A032 (or 0x73A032) is known color: Sushi. HEX triplet: 73, A0 and 32. RGB value is (115,160,50). Sum of RGB (Red+Green+Blue) = 115+160+50=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #73A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A032 is #8C5FCD. Grayscale: #868686. Windows color (decimal): -9199566 or 3317875. OLE color: 3317875.
HSL color Cylindrical-coordinate representation of color #73A032: hue angle of 84.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73A032 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 50 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.37 |
| HSL | 84.55º | 0.52% | 0.41% | - |
| HSV(B) | 84.55º | 0.69% | 0.63% | - |
| XYZ | 20.22 | 29.02 | 7.55 | - |
| YUV | 134.01 | 80.59 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 50 | 0.28 | 0 | 0.69 | 0.37 | 84.55 | 0.52 | 0.41 |
| Hex | 73 | A0 | 32 | 1C | 0 | 45 | 25 | 55 | 34 | 29 |
| Octal | 163 | 240 | 62 | 34 | 0 | 105 | 45 | 125 | 64 | 51 |
| Binary | 1110011 | 10100000 | 110010 | 11100 | 0 | 1000101 | 100101 | 1010101 | 110100 | 101001 |
Color Harmonies of #73A032
Complementary color
Monochromatic Colors of #73A032
Black with #73A032
Text Example
Text Example
White with #73A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A032; }
p { color: rgb(115,160,50); }
H1.HeaderClassName
{
color: #73A032;
}
.AnyTagClassName
{
color: #73A032;
}
</style>
background-color css
<style>
a { background-color: #73A032; }
a { background-color: rgb(115,160,50); }
div.DivClassName
{
background-color: #73A032;
}
.BgClassName
{
background-color: #73A032;
}
</style>
border-color css
<style>
span { border-color: #73A032; }
span { border-color: rgb(115,160,50); }
td.TdClassName
{
border-color: #73A032;
}
.TagClassName
{
border-color: #73A032;
}
</style>