Shades of Sushi #73A02D
Tints of Sushi #73A02D
RGB
CMYK
RGB Variations
Color information
#73A02D (or 0x73A02D) is known color: Sushi. HEX triplet: 73, A0 and 2D. RGB value is (115,160,45). Sum of RGB (Red+Green+Blue) = 115+160+45=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #73A02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A02D is #8C5FD2. Grayscale: #858585. Windows color (decimal): -9199571 or 2990195. OLE color: 2990195.
HSL color Cylindrical-coordinate representation of color #73A02D: hue angle of 83.48º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73A02D is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 45 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.37 |
| HSL | 83.48º | 0.56% | 0.4% | - |
| HSV(B) | 83.48º | 0.72% | 0.63% | - |
| XYZ | 20.11 | 28.98 | 7.02 | - |
| YUV | 133.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 45 | 0.28 | 0 | 0.72 | 0.37 | 83.48 | 0.56 | 0.4 |
| Hex | 73 | A0 | 2D | 1C | 0 | 48 | 25 | 53 | 38 | 28 |
| Octal | 163 | 240 | 55 | 34 | 0 | 110 | 45 | 123 | 70 | 50 |
| Binary | 1110011 | 10100000 | 101101 | 11100 | 0 | 1001000 | 100101 | 1010011 | 111000 | 101000 |
Color Harmonies of #73A02D
Complementary color
Monochromatic Colors of #73A02D
Black with #73A02D
Text Example
Text Example
White with #73A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A02D; }
p { color: rgb(115,160,45); }
H1.HeaderClassName
{
color: #73A02D;
}
.AnyTagClassName
{
color: #73A02D;
}
</style>
background-color css
<style>
a { background-color: #73A02D; }
a { background-color: rgb(115,160,45); }
div.DivClassName
{
background-color: #73A02D;
}
.BgClassName
{
background-color: #73A02D;
}
</style>
border-color css
<style>
span { border-color: #73A02D; }
span { border-color: rgb(115,160,45); }
td.TdClassName
{
border-color: #73A02D;
}
.TagClassName
{
border-color: #73A02D;
}
</style>