Shades of Sushi #73A735
Tints of Sushi #73A735
RGB
CMYK
RGB Variations
Color information
#73A735 (or 0x73A735) is known color: Sushi. HEX triplet: 73, A7 and 35. RGB value is (115,167,53). Sum of RGB (Red+Green+Blue) = 115+167+53=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #73A735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A735 is #8C58CA. Grayscale: #8A8A8A. Windows color (decimal): -9197771 or 3516275. OLE color: 3516275.
HSL color Cylindrical-coordinate representation of color #73A735: hue angle of 87.37º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73A735 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 53 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.35 |
| HSL | 87.37º | 0.52% | 0.43% | - |
| HSV(B) | 87.37º | 0.68% | 0.65% | - |
| XYZ | 21.53 | 31.54 | 8.32 | - |
| YUV | 138.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 53 | 0.31 | 0 | 0.68 | 0.35 | 87.37 | 0.52 | 0.43 |
| Hex | 73 | A7 | 35 | 1F | 0 | 44 | 23 | 57 | 34 | 2B |
| Octal | 163 | 247 | 65 | 37 | 0 | 104 | 43 | 127 | 64 | 53 |
| Binary | 1110011 | 10100111 | 110101 | 11111 | 0 | 1000100 | 100011 | 1010111 | 110100 | 101011 |
Color Harmonies of #73A735
Complementary color
Monochromatic Colors of #73A735
Black with #73A735
Text Example
Text Example
White with #73A735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A735; }
p { color: rgb(115,167,53); }
H1.HeaderClassName
{
color: #73A735;
}
.AnyTagClassName
{
color: #73A735;
}
</style>
background-color css
<style>
a { background-color: #73A735; }
a { background-color: rgb(115,167,53); }
div.DivClassName
{
background-color: #73A735;
}
.BgClassName
{
background-color: #73A735;
}
</style>
border-color css
<style>
span { border-color: #73A735; }
span { border-color: rgb(115,167,53); }
td.TdClassName
{
border-color: #73A735;
}
.TagClassName
{
border-color: #73A735;
}
</style>