Shades of Sushi #73A340
Tints of Sushi #73A340
RGB
CMYK
RGB Variations
Color information
#73A340 (or 0x73A340) is known color: Sushi. HEX triplet: 73, A3 and 40. RGB value is (115,163,64). Sum of RGB (Red+Green+Blue) = 115+163+64=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #73A340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A340 is #8C5CBF. Grayscale: #898989. Windows color (decimal): -9198784 or 4236147. OLE color: 4236147.
HSL color Cylindrical-coordinate representation of color #73A340: hue angle of 89.09º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73A340 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 163 | 64 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.36 |
| HSL | 89.09º | 0.44% | 0.45% | - |
| HSV(B) | 89.09º | 0.61% | 0.64% | - |
| XYZ | 21.09 | 30.21 | 9.57 | - |
| YUV | 137.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 64 | 0.29 | 0 | 0.61 | 0.36 | 89.09 | 0.44 | 0.45 |
| Hex | 73 | A3 | 40 | 1D | 0 | 3D | 24 | 59 | 2C | 2D |
| Octal | 163 | 243 | 100 | 35 | 0 | 75 | 44 | 131 | 54 | 55 |
| Binary | 1110011 | 10100011 | 1000000 | 11101 | 0 | 111101 | 100100 | 1011001 | 101100 | 101101 |
Color Harmonies of #73A340
Complementary color
Monochromatic Colors of #73A340
Black with #73A340
Text Example
Text Example
White with #73A340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A340; }
p { color: rgb(115,163,64); }
H1.HeaderClassName
{
color: #73A340;
}
.AnyTagClassName
{
color: #73A340;
}
</style>
background-color css
<style>
a { background-color: #73A340; }
a { background-color: rgb(115,163,64); }
div.DivClassName
{
background-color: #73A340;
}
.BgClassName
{
background-color: #73A340;
}
</style>
border-color css
<style>
span { border-color: #73A340; }
span { border-color: rgb(115,163,64); }
td.TdClassName
{
border-color: #73A340;
}
.TagClassName
{
border-color: #73A340;
}
</style>