Shades of Sushi #73A536
Tints of Sushi #73A536
RGB
CMYK
RGB Variations
Color information
#73A536 (or 0x73A536) is known color: Sushi. HEX triplet: 73, A5 and 36. RGB value is (115,165,54). Sum of RGB (Red+Green+Blue) = 115+165+54=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #73A536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A536 is #8C5AC9. Grayscale: #898989. Windows color (decimal): -9198282 or 3581299. OLE color: 3581299.
HSL color Cylindrical-coordinate representation of color #73A536: hue angle of 87.03º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73A536 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 165 | 54 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.35 |
| HSL | 87.03º | 0.51% | 0.43% | - |
| HSV(B) | 87.03º | 0.67% | 0.65% | - |
| XYZ | 21.19 | 30.82 | 8.32 | - |
| YUV | 137.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 54 | 0.30 | 0 | 0.67 | 0.35 | 87.03 | 0.51 | 0.43 |
| Hex | 73 | A5 | 36 | 1E | 0 | 43 | 23 | 57 | 33 | 2B |
| Octal | 163 | 245 | 66 | 36 | 0 | 103 | 43 | 127 | 63 | 53 |
| Binary | 1110011 | 10100101 | 110110 | 11110 | 0 | 1000011 | 100011 | 1010111 | 110011 | 101011 |
Color Harmonies of #73A536
Complementary color
Monochromatic Colors of #73A536
Black with #73A536
Text Example
Text Example
White with #73A536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A536; }
p { color: rgb(115,165,54); }
H1.HeaderClassName
{
color: #73A536;
}
.AnyTagClassName
{
color: #73A536;
}
</style>
background-color css
<style>
a { background-color: #73A536; }
a { background-color: rgb(115,165,54); }
div.DivClassName
{
background-color: #73A536;
}
.BgClassName
{
background-color: #73A536;
}
</style>
border-color css
<style>
span { border-color: #73A536; }
span { border-color: rgb(115,165,54); }
td.TdClassName
{
border-color: #73A536;
}
.TagClassName
{
border-color: #73A536;
}
</style>