Shades of Sushi #73A83F
Tints of Sushi #73A83F
RGB
CMYK
RGB Variations
Color information
#73A83F (or 0x73A83F) is known color: Sushi. HEX triplet: 73, A8 and 3F. RGB value is (115,168,63). Sum of RGB (Red+Green+Blue) = 115+168+63=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #73A83F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A83F is #8C57C0. Grayscale: #8C8C8C. Windows color (decimal): -9197505 or 4171891. OLE color: 4171891.
HSL color Cylindrical-coordinate representation of color #73A83F: hue angle of 90.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73A83F is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 63 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.34 |
| HSL | 90.29º | 0.45% | 0.45% | - |
| HSV(B) | 90.29º | 0.63% | 0.66% | - |
| XYZ | 21.97 | 32.01 | 9.72 | - |
| YUV | 140.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 63 | 0.32 | 0 | 0.63 | 0.34 | 90.29 | 0.45 | 0.45 |
| Hex | 73 | A8 | 3F | 20 | 0 | 3F | 22 | 5A | 2D | 2D |
| Octal | 163 | 250 | 77 | 40 | 0 | 77 | 42 | 132 | 55 | 55 |
| Binary | 1110011 | 10101000 | 111111 | 100000 | 0 | 111111 | 100010 | 1011010 | 101101 | 101101 |
Color Harmonies of #73A83F
Complementary color
Monochromatic Colors of #73A83F
Black with #73A83F
Text Example
Text Example
White with #73A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A83F; }
p { color: rgb(115,168,63); }
H1.HeaderClassName
{
color: #73A83F;
}
.AnyTagClassName
{
color: #73A83F;
}
</style>
background-color css
<style>
a { background-color: #73A83F; }
a { background-color: rgb(115,168,63); }
div.DivClassName
{
background-color: #73A83F;
}
.BgClassName
{
background-color: #73A83F;
}
</style>
border-color css
<style>
span { border-color: #73A83F; }
span { border-color: rgb(115,168,63); }
td.TdClassName
{
border-color: #73A83F;
}
.TagClassName
{
border-color: #73A83F;
}
</style>