Shades of Sushi #73A533
Tints of Sushi #73A533
RGB
CMYK
RGB Variations
Color information
#73A533 (or 0x73A533) is known color: Sushi. HEX triplet: 73, A5 and 33. RGB value is (115,165,51). Sum of RGB (Red+Green+Blue) = 115+165+51=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #73A533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A533 is #8C5ACC. Grayscale: #898989. Windows color (decimal): -9198285 or 3384691. OLE color: 3384691.
HSL color Cylindrical-coordinate representation of color #73A533: hue angle of 86.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73A533 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 165 | 51 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.35 |
| HSL | 86.32º | 0.53% | 0.42% | - |
| HSV(B) | 86.32º | 0.69% | 0.65% | - |
| XYZ | 21.12 | 30.79 | 7.96 | - |
| YUV | 137.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 51 | 0.30 | 0 | 0.69 | 0.35 | 86.32 | 0.53 | 0.42 |
| Hex | 73 | A5 | 33 | 1E | 0 | 45 | 23 | 56 | 35 | 2A |
| Octal | 163 | 245 | 63 | 36 | 0 | 105 | 43 | 126 | 65 | 52 |
| Binary | 1110011 | 10100101 | 110011 | 11110 | 0 | 1000101 | 100011 | 1010110 | 110101 | 101010 |
Color Harmonies of #73A533
Complementary color
Monochromatic Colors of #73A533
Black with #73A533
Text Example
Text Example
White with #73A533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A533; }
p { color: rgb(115,165,51); }
H1.HeaderClassName
{
color: #73A533;
}
.AnyTagClassName
{
color: #73A533;
}
</style>
background-color css
<style>
a { background-color: #73A533; }
a { background-color: rgb(115,165,51); }
div.DivClassName
{
background-color: #73A533;
}
.BgClassName
{
background-color: #73A533;
}
</style>
border-color css
<style>
span { border-color: #73A533; }
span { border-color: rgb(115,165,51); }
td.TdClassName
{
border-color: #73A533;
}
.TagClassName
{
border-color: #73A533;
}
</style>