Shades of Sushi #73A330
Tints of Sushi #73A330
RGB
CMYK
RGB Variations
Color information
#73A330 (or 0x73A330) is known color: Sushi. HEX triplet: 73, A3 and 30. RGB value is (115,163,48). Sum of RGB (Red+Green+Blue) = 115+163+48=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #73A330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A330 is #8C5CCF. Grayscale: #878787. Windows color (decimal): -9198800 or 3187571. OLE color: 3187571.
HSL color Cylindrical-coordinate representation of color #73A330: hue angle of 85.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73A330 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 163 | 48 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.36 |
| HSL | 85.04º | 0.55% | 0.41% | - |
| HSV(B) | 85.04º | 0.71% | 0.64% | - |
| XYZ | 20.7 | 30.05 | 7.51 | - |
| YUV | 135.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 48 | 0.29 | 0 | 0.71 | 0.36 | 85.04 | 0.55 | 0.41 |
| Hex | 73 | A3 | 30 | 1D | 0 | 47 | 24 | 55 | 37 | 29 |
| Octal | 163 | 243 | 60 | 35 | 0 | 107 | 44 | 125 | 67 | 51 |
| Binary | 1110011 | 10100011 | 110000 | 11101 | 0 | 1000111 | 100100 | 1010101 | 110111 | 101001 |
Color Harmonies of #73A330
Complementary color
Monochromatic Colors of #73A330
Black with #73A330
Text Example
Text Example
White with #73A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A330; }
p { color: rgb(115,163,48); }
H1.HeaderClassName
{
color: #73A330;
}
.AnyTagClassName
{
color: #73A330;
}
</style>
background-color css
<style>
a { background-color: #73A330; }
a { background-color: rgb(115,163,48); }
div.DivClassName
{
background-color: #73A330;
}
.BgClassName
{
background-color: #73A330;
}
</style>
border-color css
<style>
span { border-color: #73A330; }
span { border-color: rgb(115,163,48); }
td.TdClassName
{
border-color: #73A330;
}
.TagClassName
{
border-color: #73A330;
}
</style>