Shades of Sushi #73973B
Tints of Sushi #73973B
RGB
CMYK
RGB Variations
Color information
#73973B (or 0x73973B) is known color: Sushi. HEX triplet: 73, 97 and 3B. RGB value is (115,151,59). Sum of RGB (Red+Green+Blue) = 115+151+59=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #73973B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73973B is #8C68C4. Grayscale: #828282. Windows color (decimal): -9201861 or 3905395. OLE color: 3905395.
HSL color Cylindrical-coordinate representation of color #73973B: hue angle of 83.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73973B is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 151 | 59 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.41 |
| HSL | 83.48º | 0.44% | 0.41% | - |
| HSV(B) | 83.48º | 0.61% | 0.59% | - |
| XYZ | 18.93 | 26.09 | 8.18 | - |
| YUV | 129.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 59 | 0.24 | 0 | 0.61 | 0.41 | 83.48 | 0.44 | 0.41 |
| Hex | 73 | 97 | 3B | 18 | 0 | 3D | 29 | 53 | 2C | 29 |
| Octal | 163 | 227 | 73 | 30 | 0 | 75 | 51 | 123 | 54 | 51 |
| Binary | 1110011 | 10010111 | 111011 | 11000 | 0 | 111101 | 101001 | 1010011 | 101100 | 101001 |
Color Harmonies of #73973B
Complementary color
Monochromatic Colors of #73973B
Black with #73973B
Text Example
Text Example
White with #73973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73973B; }
p { color: rgb(115,151,59); }
H1.HeaderClassName
{
color: #73973B;
}
.AnyTagClassName
{
color: #73973B;
}
</style>
background-color css
<style>
a { background-color: #73973B; }
a { background-color: rgb(115,151,59); }
div.DivClassName
{
background-color: #73973B;
}
.BgClassName
{
background-color: #73973B;
}
</style>
border-color css
<style>
span { border-color: #73973B; }
span { border-color: rgb(115,151,59); }
td.TdClassName
{
border-color: #73973B;
}
.TagClassName
{
border-color: #73973B;
}
</style>