Shades of Sushi #729136
Tints of Sushi #729136
RGB
CMYK
RGB Variations
Color information
#729136 (or 0x729136) is known color: Sushi. HEX triplet: 72, 91 and 36. RGB value is (114,145,54). Sum of RGB (Red+Green+Blue) = 114+145+54=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #729136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729136 is #8D6EC9. Grayscale: #7D7D7D. Windows color (decimal): -9268938 or 3576178. OLE color: 3576178.
HSL color Cylindrical-coordinate representation of color #729136: hue angle of 80.44º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #729136 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 54 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.43 |
| HSL | 80.44º | 0.46% | 0.39% | - |
| HSV(B) | 80.44º | 0.63% | 0.57% | - |
| XYZ | 17.73 | 24.09 | 7.21 | - |
| YUV | 125.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 54 | 0.21 | 0 | 0.63 | 0.43 | 80.44 | 0.46 | 0.39 |
| Hex | 72 | 91 | 36 | 15 | 0 | 3F | 2B | 50 | 2E | 27 |
| Octal | 162 | 221 | 66 | 25 | 0 | 77 | 53 | 120 | 56 | 47 |
| Binary | 1110010 | 10010001 | 110110 | 10101 | 0 | 111111 | 101011 | 1010000 | 101110 | 100111 |
Color Harmonies of #729136
Complementary color
Monochromatic Colors of #729136
Black with #729136
Text Example
Text Example
White with #729136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729136; }
p { color: rgb(114,145,54); }
H1.HeaderClassName
{
color: #729136;
}
.AnyTagClassName
{
color: #729136;
}
</style>
background-color css
<style>
a { background-color: #729136; }
a { background-color: rgb(114,145,54); }
div.DivClassName
{
background-color: #729136;
}
.BgClassName
{
background-color: #729136;
}
</style>
border-color css
<style>
span { border-color: #729136; }
span { border-color: rgb(114,145,54); }
td.TdClassName
{
border-color: #729136;
}
.TagClassName
{
border-color: #729136;
}
</style>