Shades of Sushi #73A83B
Tints of Sushi #73A83B
RGB
CMYK
RGB Variations
Color information
#73A83B (or 0x73A83B) is known color: Sushi. HEX triplet: 73, A8 and 3B. RGB value is (115,168,59). Sum of RGB (Red+Green+Blue) = 115+168+59=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #73A83B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A83B is #8C57C4. Grayscale: #8C8C8C. Windows color (decimal): -9197509 or 3909747. OLE color: 3909747.
HSL color Cylindrical-coordinate representation of color #73A83B: hue angle of 89.17º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73A83B is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 59 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.34 |
| HSL | 89.17º | 0.48% | 0.45% | - |
| HSV(B) | 89.17º | 0.65% | 0.66% | - |
| XYZ | 21.86 | 31.97 | 9.16 | - |
| YUV | 139.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 59 | 0.32 | 0 | 0.65 | 0.34 | 89.17 | 0.48 | 0.45 |
| Hex | 73 | A8 | 3B | 20 | 0 | 41 | 22 | 59 | 30 | 2D |
| Octal | 163 | 250 | 73 | 40 | 0 | 101 | 42 | 131 | 60 | 55 |
| Binary | 1110011 | 10101000 | 111011 | 100000 | 0 | 1000001 | 100010 | 1011001 | 110000 | 101101 |
Color Harmonies of #73A83B
Complementary color
Monochromatic Colors of #73A83B
Black with #73A83B
Text Example
Text Example
White with #73A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A83B; }
p { color: rgb(115,168,59); }
H1.HeaderClassName
{
color: #73A83B;
}
.AnyTagClassName
{
color: #73A83B;
}
</style>
background-color css
<style>
a { background-color: #73A83B; }
a { background-color: rgb(115,168,59); }
div.DivClassName
{
background-color: #73A83B;
}
.BgClassName
{
background-color: #73A83B;
}
</style>
border-color css
<style>
span { border-color: #73A83B; }
span { border-color: rgb(115,168,59); }
td.TdClassName
{
border-color: #73A83B;
}
.TagClassName
{
border-color: #73A83B;
}
</style>