Shades of Sushi #73A033
Tints of Sushi #73A033
RGB
CMYK
RGB Variations
Color information
#73A033 (or 0x73A033) is known color: Sushi. HEX triplet: 73, A0 and 33. RGB value is (115,160,51). Sum of RGB (Red+Green+Blue) = 115+160+51=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #73A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A033 is #8C5FCC. Grayscale: #868686. Windows color (decimal): -9199565 or 3383411. OLE color: 3383411.
HSL color Cylindrical-coordinate representation of color #73A033: hue angle of 84.77º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73A033 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 51 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.37 |
| HSL | 84.77º | 0.52% | 0.41% | - |
| HSV(B) | 84.77º | 0.68% | 0.63% | - |
| XYZ | 20.24 | 29.03 | 7.67 | - |
| YUV | 134.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 51 | 0.28 | 0 | 0.68 | 0.37 | 84.77 | 0.52 | 0.41 |
| Hex | 73 | A0 | 33 | 1C | 0 | 44 | 25 | 55 | 34 | 29 |
| Octal | 163 | 240 | 63 | 34 | 0 | 104 | 45 | 125 | 64 | 51 |
| Binary | 1110011 | 10100000 | 110011 | 11100 | 0 | 1000100 | 100101 | 1010101 | 110100 | 101001 |
Color Harmonies of #73A033
Complementary color
Monochromatic Colors of #73A033
Black with #73A033
Text Example
Text Example
White with #73A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A033; }
p { color: rgb(115,160,51); }
H1.HeaderClassName
{
color: #73A033;
}
.AnyTagClassName
{
color: #73A033;
}
</style>
background-color css
<style>
a { background-color: #73A033; }
a { background-color: rgb(115,160,51); }
div.DivClassName
{
background-color: #73A033;
}
.BgClassName
{
background-color: #73A033;
}
</style>
border-color css
<style>
span { border-color: #73A033; }
span { border-color: rgb(115,160,51); }
td.TdClassName
{
border-color: #73A033;
}
.TagClassName
{
border-color: #73A033;
}
</style>