Shades of Sushi #73A33F
Tints of Sushi #73A33F
RGB
CMYK
RGB Variations
Color information
#73A33F (or 0x73A33F) is known color: Sushi. HEX triplet: 73, A3 and 3F. RGB value is (115,163,63). Sum of RGB (Red+Green+Blue) = 115+163+63=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #73A33F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A33F is #8C5CC0. Grayscale: #898989. Windows color (decimal): -9198785 or 4170611. OLE color: 4170611.
HSL color Cylindrical-coordinate representation of color #73A33F: hue angle of 88.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73A33F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 163 | 63 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.36 |
| HSL | 88.8º | 0.44% | 0.44% | - |
| HSV(B) | 88.8º | 0.61% | 0.64% | - |
| XYZ | 21.06 | 30.2 | 9.42 | - |
| YUV | 137.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 63 | 0.29 | 0 | 0.61 | 0.36 | 88.8 | 0.44 | 0.44 |
| Hex | 73 | A3 | 3F | 1D | 0 | 3D | 24 | 59 | 2C | 2C |
| Octal | 163 | 243 | 77 | 35 | 0 | 75 | 44 | 131 | 54 | 54 |
| Binary | 1110011 | 10100011 | 111111 | 11101 | 0 | 111101 | 100100 | 1011001 | 101100 | 101100 |
Color Harmonies of #73A33F
Complementary color
Monochromatic Colors of #73A33F
Black with #73A33F
Text Example
Text Example
White with #73A33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A33F; }
p { color: rgb(115,163,63); }
H1.HeaderClassName
{
color: #73A33F;
}
.AnyTagClassName
{
color: #73A33F;
}
</style>
background-color css
<style>
a { background-color: #73A33F; }
a { background-color: rgb(115,163,63); }
div.DivClassName
{
background-color: #73A33F;
}
.BgClassName
{
background-color: #73A33F;
}
</style>
border-color css
<style>
span { border-color: #73A33F; }
span { border-color: rgb(115,163,63); }
td.TdClassName
{
border-color: #73A33F;
}
.TagClassName
{
border-color: #73A33F;
}
</style>