Shades of Sushi #73A833
Tints of Sushi #73A833
RGB
CMYK
RGB Variations
Color information
#73A833 (or 0x73A833) is known color: Sushi. HEX triplet: 73, A8 and 33. RGB value is (115,168,51). Sum of RGB (Red+Green+Blue) = 115+168+51=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #73A833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A833 is #8C57CC. Grayscale: #8B8B8B. Windows color (decimal): -9197517 or 3385459. OLE color: 3385459.
HSL color Cylindrical-coordinate representation of color #73A833: hue angle of 87.18º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73A833 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 51 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.34 |
| HSL | 87.18º | 0.53% | 0.43% | - |
| HSV(B) | 87.18º | 0.7% | 0.66% | - |
| XYZ | 21.67 | 31.89 | 8.15 | - |
| YUV | 138.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 51 | 0.32 | 0 | 0.70 | 0.34 | 87.18 | 0.53 | 0.43 |
| Hex | 73 | A8 | 33 | 20 | 0 | 46 | 22 | 57 | 35 | 2B |
| Octal | 163 | 250 | 63 | 40 | 0 | 106 | 42 | 127 | 65 | 53 |
| Binary | 1110011 | 10101000 | 110011 | 100000 | 0 | 1000110 | 100010 | 1010111 | 110101 | 101011 |
Color Harmonies of #73A833
Complementary color
Monochromatic Colors of #73A833
Black with #73A833
Text Example
Text Example
White with #73A833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A833; }
p { color: rgb(115,168,51); }
H1.HeaderClassName
{
color: #73A833;
}
.AnyTagClassName
{
color: #73A833;
}
</style>
background-color css
<style>
a { background-color: #73A833; }
a { background-color: rgb(115,168,51); }
div.DivClassName
{
background-color: #73A833;
}
.BgClassName
{
background-color: #73A833;
}
</style>
border-color css
<style>
span { border-color: #73A833; }
span { border-color: rgb(115,168,51); }
td.TdClassName
{
border-color: #73A833;
}
.TagClassName
{
border-color: #73A833;
}
</style>