Shades of Sushi #73AA32
Tints of Sushi #73AA32
RGB
CMYK
RGB Variations
Color information
#73AA32 (or 0x73AA32) is known color: Sushi. HEX triplet: 73, AA and 32. RGB value is (115,170,50). Sum of RGB (Red+Green+Blue) = 115+170+50=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA32 is #8C55CD. Grayscale: #8C8C8C. Windows color (decimal): -9197006 or 3320435. OLE color: 3320435.
HSL color Cylindrical-coordinate representation of color #73AA32: hue angle of 87.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73AA32 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 50 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.33 |
| HSL | 87.5º | 0.55% | 0.43% | - |
| HSV(B) | 87.5º | 0.71% | 0.67% | - |
| XYZ | 22.02 | 32.62 | 8.15 | - |
| YUV | 139.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 50 | 0.32 | 0 | 0.71 | 0.33 | 87.5 | 0.55 | 0.43 |
| Hex | 73 | AA | 32 | 20 | 0 | 47 | 21 | 57 | 37 | 2B |
| Octal | 163 | 252 | 62 | 40 | 0 | 107 | 41 | 127 | 67 | 53 |
| Binary | 1110011 | 10101010 | 110010 | 100000 | 0 | 1000111 | 100001 | 1010111 | 110111 | 101011 |
Color Harmonies of #73AA32
Complementary color
Monochromatic Colors of #73AA32
Black with #73AA32
Text Example
Text Example
White with #73AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA32; }
p { color: rgb(115,170,50); }
H1.HeaderClassName
{
color: #73AA32;
}
.AnyTagClassName
{
color: #73AA32;
}
</style>
background-color css
<style>
a { background-color: #73AA32; }
a { background-color: rgb(115,170,50); }
div.DivClassName
{
background-color: #73AA32;
}
.BgClassName
{
background-color: #73AA32;
}
</style>
border-color css
<style>
span { border-color: #73AA32; }
span { border-color: rgb(115,170,50); }
td.TdClassName
{
border-color: #73AA32;
}
.TagClassName
{
border-color: #73AA32;
}
</style>