Shades of Sushi #73A027
Tints of Sushi #73A027
RGB
CMYK
RGB Variations
Color information
#73A027 (or 0x73A027) is known color: Sushi. HEX triplet: 73, A0 and 27. RGB value is (115,160,39). Sum of RGB (Red+Green+Blue) = 115+160+39=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #73A027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A027 is #8C5FD8. Grayscale: #858585. Windows color (decimal): -9199577 or 2596979. OLE color: 2596979.
HSL color Cylindrical-coordinate representation of color #73A027: hue angle of 82.31º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73A027 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 39 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.37 |
| HSL | 82.31º | 0.61% | 0.39% | - |
| HSV(B) | 82.31º | 0.76% | 0.63% | - |
| XYZ | 20.01 | 28.93 | 6.45 | - |
| YUV | 132.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 39 | 0.28 | 0 | 0.76 | 0.37 | 82.31 | 0.61 | 0.39 |
| Hex | 73 | A0 | 27 | 1C | 0 | 4C | 25 | 52 | 3D | 27 |
| Octal | 163 | 240 | 47 | 34 | 0 | 114 | 45 | 122 | 75 | 47 |
| Binary | 1110011 | 10100000 | 100111 | 11100 | 0 | 1001100 | 100101 | 1010010 | 111101 | 100111 |
Color Harmonies of #73A027
Complementary color
Monochromatic Colors of #73A027
Black with #73A027
Text Example
Text Example
White with #73A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A027; }
p { color: rgb(115,160,39); }
H1.HeaderClassName
{
color: #73A027;
}
.AnyTagClassName
{
color: #73A027;
}
</style>
background-color css
<style>
a { background-color: #73A027; }
a { background-color: rgb(115,160,39); }
div.DivClassName
{
background-color: #73A027;
}
.BgClassName
{
background-color: #73A027;
}
</style>
border-color css
<style>
span { border-color: #73A027; }
span { border-color: rgb(115,160,39); }
td.TdClassName
{
border-color: #73A027;
}
.TagClassName
{
border-color: #73A027;
}
</style>