Shades of Sushi #73A142
Tints of Sushi #73A142
RGB
CMYK
RGB Variations
Color information
#73A142 (or 0x73A142) is known color: Sushi. HEX triplet: 73, A1 and 42. RGB value is (115,161,66). Sum of RGB (Red+Green+Blue) = 115+161+66=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #73A142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A142 is #8C5EBD. Grayscale: #888888. Windows color (decimal): -9199294 or 4366707. OLE color: 4366707.
HSL color Cylindrical-coordinate representation of color #73A142: hue angle of 89.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73A142 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 66 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.37 |
| HSL | 89.05º | 0.42% | 0.45% | - |
| HSV(B) | 89.05º | 0.59% | 0.63% | - |
| XYZ | 20.8 | 29.53 | 9.76 | - |
| YUV | 136.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 66 | 0.29 | 0 | 0.59 | 0.37 | 89.05 | 0.42 | 0.45 |
| Hex | 73 | A1 | 42 | 1D | 0 | 3B | 25 | 59 | 2A | 2D |
| Octal | 163 | 241 | 102 | 35 | 0 | 73 | 45 | 131 | 52 | 55 |
| Binary | 1110011 | 10100001 | 1000010 | 11101 | 0 | 111011 | 100101 | 1011001 | 101010 | 101101 |
Color Harmonies of #73A142
Complementary color
Monochromatic Colors of #73A142
Black with #73A142
Text Example
Text Example
White with #73A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A142; }
p { color: rgb(115,161,66); }
H1.HeaderClassName
{
color: #73A142;
}
.AnyTagClassName
{
color: #73A142;
}
</style>
background-color css
<style>
a { background-color: #73A142; }
a { background-color: rgb(115,161,66); }
div.DivClassName
{
background-color: #73A142;
}
.BgClassName
{
background-color: #73A142;
}
</style>
border-color css
<style>
span { border-color: #73A142; }
span { border-color: rgb(115,161,66); }
td.TdClassName
{
border-color: #73A142;
}
.TagClassName
{
border-color: #73A142;
}
</style>