Shades of Sushi #728D3D
Tints of Sushi #728D3D
RGB
CMYK
RGB Variations
Color information
#728D3D (or 0x728D3D) is known color: Sushi. HEX triplet: 72, 8D and 3D. RGB value is (114,141,61). Sum of RGB (Red+Green+Blue) = 114+141+61=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #728D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D3D is #8D72C2. Grayscale: #7C7C7C. Windows color (decimal): -9269955 or 4033906. OLE color: 4033906.
HSL color Cylindrical-coordinate representation of color #728D3D: hue angle of 80.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #728D3D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 61 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.45 |
| HSL | 80.25º | 0.4% | 0.4% | - |
| HSV(B) | 80.25º | 0.57% | 0.55% | - |
| XYZ | 17.31 | 22.96 | 7.94 | - |
| YUV | 123.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 61 | 0.19 | 0 | 0.57 | 0.45 | 80.25 | 0.4 | 0.4 |
| Hex | 72 | 8D | 3D | 13 | 0 | 39 | 2D | 50 | 28 | 28 |
| Octal | 162 | 215 | 75 | 23 | 0 | 71 | 55 | 120 | 50 | 50 |
| Binary | 1110010 | 10001101 | 111101 | 10011 | 0 | 111001 | 101101 | 1010000 | 101000 | 101000 |
Color Harmonies of #728D3D
Complementary color
Monochromatic Colors of #728D3D
Black with #728D3D
Text Example
Text Example
White with #728D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D3D; }
p { color: rgb(114,141,61); }
H1.HeaderClassName
{
color: #728D3D;
}
.AnyTagClassName
{
color: #728D3D;
}
</style>
background-color css
<style>
a { background-color: #728D3D; }
a { background-color: rgb(114,141,61); }
div.DivClassName
{
background-color: #728D3D;
}
.BgClassName
{
background-color: #728D3D;
}
</style>
border-color css
<style>
span { border-color: #728D3D; }
span { border-color: rgb(114,141,61); }
td.TdClassName
{
border-color: #728D3D;
}
.TagClassName
{
border-color: #728D3D;
}
</style>