Shades of Sushi #73A22F
Tints of Sushi #73A22F
RGB
CMYK
RGB Variations
Color information
#73A22F (or 0x73A22F) is known color: Sushi. HEX triplet: 73, A2 and 2F. RGB value is (115,162,47). Sum of RGB (Red+Green+Blue) = 115+162+47=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #73A22F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A22F is #8C5DD0. Grayscale: #878787. Windows color (decimal): -9199057 or 3121779. OLE color: 3121779.
HSL color Cylindrical-coordinate representation of color #73A22F: hue angle of 84.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73A22F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 47 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.36 |
| HSL | 84.52º | 0.55% | 0.41% | - |
| HSV(B) | 84.52º | 0.71% | 0.64% | - |
| XYZ | 20.5 | 29.69 | 7.34 | - |
| YUV | 134.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 47 | 0.29 | 0 | 0.71 | 0.36 | 84.52 | 0.55 | 0.41 |
| Hex | 73 | A2 | 2F | 1D | 0 | 47 | 24 | 55 | 37 | 29 |
| Octal | 163 | 242 | 57 | 35 | 0 | 107 | 44 | 125 | 67 | 51 |
| Binary | 1110011 | 10100010 | 101111 | 11101 | 0 | 1000111 | 100100 | 1010101 | 110111 | 101001 |
Color Harmonies of #73A22F
Complementary color
Monochromatic Colors of #73A22F
Black with #73A22F
Text Example
Text Example
White with #73A22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A22F; }
p { color: rgb(115,162,47); }
H1.HeaderClassName
{
color: #73A22F;
}
.AnyTagClassName
{
color: #73A22F;
}
</style>
background-color css
<style>
a { background-color: #73A22F; }
a { background-color: rgb(115,162,47); }
div.DivClassName
{
background-color: #73A22F;
}
.BgClassName
{
background-color: #73A22F;
}
</style>
border-color css
<style>
span { border-color: #73A22F; }
span { border-color: rgb(115,162,47); }
td.TdClassName
{
border-color: #73A22F;
}
.TagClassName
{
border-color: #73A22F;
}
</style>