Shades of Sushi #73A12D
Tints of Sushi #73A12D
RGB
CMYK
RGB Variations
Color information
#73A12D (or 0x73A12D) is known color: Sushi. HEX triplet: 73, A1 and 2D. RGB value is (115,161,45). Sum of RGB (Red+Green+Blue) = 115+161+45=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #73A12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A12D is #8C5ED2. Grayscale: #868686. Windows color (decimal): -9199315 or 2990451. OLE color: 2990451.
HSL color Cylindrical-coordinate representation of color #73A12D: hue angle of 83.79º 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 #73A12D is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 45 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.37 |
| HSL | 83.79º | 0.56% | 0.4% | - |
| HSV(B) | 83.79º | 0.72% | 0.63% | - |
| XYZ | 20.29 | 29.32 | 7.07 | - |
| YUV | 134.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 45 | 0.29 | 0 | 0.72 | 0.37 | 83.79 | 0.56 | 0.4 |
| Hex | 73 | A1 | 2D | 1D | 0 | 48 | 25 | 54 | 38 | 28 |
| Octal | 163 | 241 | 55 | 35 | 0 | 110 | 45 | 124 | 70 | 50 |
| Binary | 1110011 | 10100001 | 101101 | 11101 | 0 | 1001000 | 100101 | 1010100 | 111000 | 101000 |
Color Harmonies of #73A12D
Complementary color
Monochromatic Colors of #73A12D
Black with #73A12D
Text Example
Text Example
White with #73A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A12D; }
p { color: rgb(115,161,45); }
H1.HeaderClassName
{
color: #73A12D;
}
.AnyTagClassName
{
color: #73A12D;
}
</style>
background-color css
<style>
a { background-color: #73A12D; }
a { background-color: rgb(115,161,45); }
div.DivClassName
{
background-color: #73A12D;
}
.BgClassName
{
background-color: #73A12D;
}
</style>
border-color css
<style>
span { border-color: #73A12D; }
span { border-color: rgb(115,161,45); }
td.TdClassName
{
border-color: #73A12D;
}
.TagClassName
{
border-color: #73A12D;
}
</style>