Shades of Sushi #729232
Tints of Sushi #729232
RGB
CMYK
RGB Variations
Color information
#729232 (or 0x729232) is known color: Sushi. HEX triplet: 72, 92 and 32. RGB value is (114,146,50). Sum of RGB (Red+Green+Blue) = 114+146+50=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #729232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729232 is #8D6DCD. Grayscale: #7D7D7D. Windows color (decimal): -9268686 or 3314290. OLE color: 3314290.
HSL color Cylindrical-coordinate representation of color #729232: hue angle of 80º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #729232 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 50 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.43 |
| HSL | 80º | 0.49% | 0.38% | - |
| HSV(B) | 80º | 0.66% | 0.57% | - |
| XYZ | 17.79 | 24.37 | 6.78 | - |
| YUV | 125.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 50 | 0.22 | 0 | 0.66 | 0.43 | 80 | 0.49 | 0.38 |
| Hex | 72 | 92 | 32 | 16 | 0 | 42 | 2B | 50 | 31 | 26 |
| Octal | 162 | 222 | 62 | 26 | 0 | 102 | 53 | 120 | 61 | 46 |
| Binary | 1110010 | 10010010 | 110010 | 10110 | 0 | 1000010 | 101011 | 1010000 | 110001 | 100110 |
Color Harmonies of #729232
Complementary color
Monochromatic Colors of #729232
Black with #729232
Text Example
Text Example
White with #729232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729232; }
p { color: rgb(114,146,50); }
H1.HeaderClassName
{
color: #729232;
}
.AnyTagClassName
{
color: #729232;
}
</style>
background-color css
<style>
a { background-color: #729232; }
a { background-color: rgb(114,146,50); }
div.DivClassName
{
background-color: #729232;
}
.BgClassName
{
background-color: #729232;
}
</style>
border-color css
<style>
span { border-color: #729232; }
span { border-color: rgb(114,146,50); }
td.TdClassName
{
border-color: #729232;
}
.TagClassName
{
border-color: #729232;
}
</style>