Shades of Sushi #73AA36
Tints of Sushi #73AA36
RGB
CMYK
RGB Variations
Color information
#73AA36 (or 0x73AA36) is known color: Sushi. HEX triplet: 73, AA and 36. RGB value is (115,170,54). Sum of RGB (Red+Green+Blue) = 115+170+54=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA36 is #8C55C9. Grayscale: #8C8C8C. Windows color (decimal): -9197002 or 3582579. OLE color: 3582579.
HSL color Cylindrical-coordinate representation of color #73AA36: hue angle of 88.45º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73AA36 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 54 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.33 |
| HSL | 88.45º | 0.52% | 0.44% | - |
| HSV(B) | 88.45º | 0.68% | 0.67% | - |
| XYZ | 22.11 | 32.66 | 8.63 | - |
| YUV | 140.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 54 | 0.32 | 0 | 0.68 | 0.33 | 88.45 | 0.52 | 0.44 |
| Hex | 73 | AA | 36 | 20 | 0 | 44 | 21 | 58 | 34 | 2C |
| Octal | 163 | 252 | 66 | 40 | 0 | 104 | 41 | 130 | 64 | 54 |
| Binary | 1110011 | 10101010 | 110110 | 100000 | 0 | 1000100 | 100001 | 1011000 | 110100 | 101100 |
Color Harmonies of #73AA36
Complementary color
Monochromatic Colors of #73AA36
Black with #73AA36
Text Example
Text Example
White with #73AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA36; }
p { color: rgb(115,170,54); }
H1.HeaderClassName
{
color: #73AA36;
}
.AnyTagClassName
{
color: #73AA36;
}
</style>
background-color css
<style>
a { background-color: #73AA36; }
a { background-color: rgb(115,170,54); }
div.DivClassName
{
background-color: #73AA36;
}
.BgClassName
{
background-color: #73AA36;
}
</style>
border-color css
<style>
span { border-color: #73AA36; }
span { border-color: rgb(115,170,54); }
td.TdClassName
{
border-color: #73AA36;
}
.TagClassName
{
border-color: #73AA36;
}
</style>