Shades of Sushi #728D3A
Tints of Sushi #728D3A
RGB
CMYK
RGB Variations
Color information
#728D3A (or 0x728D3A) is known color: Sushi. HEX triplet: 72, 8D and 3A. RGB value is (114,141,58). Sum of RGB (Red+Green+Blue) = 114+141+58=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #728D3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D3A is #8D72C5. Grayscale: #7B7B7B. Windows color (decimal): -9269958 or 3837298. OLE color: 3837298.
HSL color Cylindrical-coordinate representation of color #728D3A: hue angle of 79.52º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #728D3A is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 58 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.45 |
| HSL | 79.52º | 0.42% | 0.39% | - |
| HSV(B) | 79.52º | 0.59% | 0.55% | - |
| XYZ | 17.23 | 22.93 | 7.52 | - |
| YUV | 123.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 58 | 0.19 | 0 | 0.59 | 0.45 | 79.52 | 0.42 | 0.39 |
| Hex | 72 | 8D | 3A | 13 | 0 | 3B | 2D | 50 | 2A | 27 |
| Octal | 162 | 215 | 72 | 23 | 0 | 73 | 55 | 120 | 52 | 47 |
| Binary | 1110010 | 10001101 | 111010 | 10011 | 0 | 111011 | 101101 | 1010000 | 101010 | 100111 |
Color Harmonies of #728D3A
Complementary color
Monochromatic Colors of #728D3A
Black with #728D3A
Text Example
Text Example
White with #728D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D3A; }
p { color: rgb(114,141,58); }
H1.HeaderClassName
{
color: #728D3A;
}
.AnyTagClassName
{
color: #728D3A;
}
</style>
background-color css
<style>
a { background-color: #728D3A; }
a { background-color: rgb(114,141,58); }
div.DivClassName
{
background-color: #728D3A;
}
.BgClassName
{
background-color: #728D3A;
}
</style>
border-color css
<style>
span { border-color: #728D3A; }
span { border-color: rgb(114,141,58); }
td.TdClassName
{
border-color: #728D3A;
}
.TagClassName
{
border-color: #728D3A;
}
</style>