Shades of Sushi #73A141
Tints of Sushi #73A141
RGB
CMYK
RGB Variations
Color information
#73A141 (or 0x73A141) is known color: Sushi. HEX triplet: 73, A1 and 41. RGB value is (115,161,65). Sum of RGB (Red+Green+Blue) = 115+161+65=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #73A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A141 is #8C5EBE. Grayscale: #888888. Windows color (decimal): -9199295 or 4301171. OLE color: 4301171.
HSL color Cylindrical-coordinate representation of color #73A141: hue angle of 88.75º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73A141 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 65 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.37 |
| HSL | 88.75º | 0.42% | 0.44% | - |
| HSV(B) | 88.75º | 0.6% | 0.63% | - |
| XYZ | 20.77 | 29.52 | 9.6 | - |
| YUV | 136.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 65 | 0.29 | 0 | 0.60 | 0.37 | 88.75 | 0.42 | 0.44 |
| Hex | 73 | A1 | 41 | 1D | 0 | 3C | 25 | 59 | 2A | 2C |
| Octal | 163 | 241 | 101 | 35 | 0 | 74 | 45 | 131 | 52 | 54 |
| Binary | 1110011 | 10100001 | 1000001 | 11101 | 0 | 111100 | 100101 | 1011001 | 101010 | 101100 |
Color Harmonies of #73A141
Complementary color
Monochromatic Colors of #73A141
Black with #73A141
Text Example
Text Example
White with #73A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A141; }
p { color: rgb(115,161,65); }
H1.HeaderClassName
{
color: #73A141;
}
.AnyTagClassName
{
color: #73A141;
}
</style>
background-color css
<style>
a { background-color: #73A141; }
a { background-color: rgb(115,161,65); }
div.DivClassName
{
background-color: #73A141;
}
.BgClassName
{
background-color: #73A141;
}
</style>
border-color css
<style>
span { border-color: #73A141; }
span { border-color: rgb(115,161,65); }
td.TdClassName
{
border-color: #73A141;
}
.TagClassName
{
border-color: #73A141;
}
</style>