Shades of Sushi #73A12E
Tints of Sushi #73A12E
RGB
CMYK
RGB Variations
Color information
#73A12E (or 0x73A12E) is known color: Sushi. HEX triplet: 73, A1 and 2E. RGB value is (115,161,46). Sum of RGB (Red+Green+Blue) = 115+161+46=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #73A12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A12E is #8C5ED1. Grayscale: #868686. Windows color (decimal): -9199314 or 3055987. OLE color: 3055987.
HSL color Cylindrical-coordinate representation of color #73A12E: hue angle of 84º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73A12E is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 46 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.37 |
| HSL | 84º | 0.56% | 0.41% | - |
| HSV(B) | 84º | 0.71% | 0.63% | - |
| XYZ | 20.31 | 29.33 | 7.18 | - |
| YUV | 134.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 46 | 0.29 | 0 | 0.71 | 0.37 | 84 | 0.56 | 0.41 |
| Hex | 73 | A1 | 2E | 1D | 0 | 47 | 25 | 54 | 38 | 29 |
| Octal | 163 | 241 | 56 | 35 | 0 | 107 | 45 | 124 | 70 | 51 |
| Binary | 1110011 | 10100001 | 101110 | 11101 | 0 | 1000111 | 100101 | 1010100 | 111000 | 101001 |
Color Harmonies of #73A12E
Complementary color
Monochromatic Colors of #73A12E
Black with #73A12E
Text Example
Text Example
White with #73A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A12E; }
p { color: rgb(115,161,46); }
H1.HeaderClassName
{
color: #73A12E;
}
.AnyTagClassName
{
color: #73A12E;
}
</style>
background-color css
<style>
a { background-color: #73A12E; }
a { background-color: rgb(115,161,46); }
div.DivClassName
{
background-color: #73A12E;
}
.BgClassName
{
background-color: #73A12E;
}
</style>
border-color css
<style>
span { border-color: #73A12E; }
span { border-color: rgb(115,161,46); }
td.TdClassName
{
border-color: #73A12E;
}
.TagClassName
{
border-color: #73A12E;
}
</style>