Shades of Sushi #73AD36
Tints of Sushi #73AD36
RGB
CMYK
RGB Variations
Color information
#73AD36 (or 0x73AD36) is known color: Sushi. HEX triplet: 73, AD and 36. RGB value is (115,173,54). Sum of RGB (Red+Green+Blue) = 115+173+54=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AD36 is #8C52C9. Grayscale: #8E8E8E. Windows color (decimal): -9196234 or 3583347. OLE color: 3583347.
HSL color Cylindrical-coordinate representation of color #73AD36: hue angle of 89.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73AD36 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 54 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.32 |
| HSL | 89.24º | 0.52% | 0.45% | - |
| HSV(B) | 89.24º | 0.69% | 0.68% | - |
| XYZ | 22.68 | 33.8 | 8.82 | - |
| YUV | 142.09 | 78.28 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 54 | 0.34 | 0 | 0.69 | 0.32 | 89.24 | 0.52 | 0.45 |
| Hex | 73 | AD | 36 | 22 | 0 | 45 | 20 | 59 | 34 | 2D |
| Octal | 163 | 255 | 66 | 42 | 0 | 105 | 40 | 131 | 64 | 55 |
| Binary | 1110011 | 10101101 | 110110 | 100010 | 0 | 1000101 | 100000 | 1011001 | 110100 | 101101 |
Color Harmonies of #73AD36
Complementary color
Monochromatic Colors of #73AD36
Black with #73AD36
Text Example
Text Example
White with #73AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD36; }
p { color: rgb(115,173,54); }
H1.HeaderClassName
{
color: #73AD36;
}
.AnyTagClassName
{
color: #73AD36;
}
</style>
background-color css
<style>
a { background-color: #73AD36; }
a { background-color: rgb(115,173,54); }
div.DivClassName
{
background-color: #73AD36;
}
.BgClassName
{
background-color: #73AD36;
}
</style>
border-color css
<style>
span { border-color: #73AD36; }
span { border-color: rgb(115,173,54); }
td.TdClassName
{
border-color: #73AD36;
}
.TagClassName
{
border-color: #73AD36;
}
</style>