Shades of Sushi #729632
Tints of Sushi #729632
RGB
CMYK
RGB Variations
Color information
#729632 (or 0x729632) is known color: Sushi. HEX triplet: 72, 96 and 32. RGB value is (114,150,50). Sum of RGB (Red+Green+Blue) = 114+150+50=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #729632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729632 is #8D69CD. Grayscale: #808080. Windows color (decimal): -9267662 or 3315314. OLE color: 3315314.
HSL color Cylindrical-coordinate representation of color #729632: hue angle of 81.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #729632 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 50 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.41 |
| HSL | 81.6º | 0.5% | 0.39% | - |
| HSV(B) | 81.6º | 0.67% | 0.59% | - |
| XYZ | 18.42 | 25.62 | 6.99 | - |
| YUV | 127.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 50 | 0.24 | 0 | 0.67 | 0.41 | 81.6 | 0.5 | 0.39 |
| Hex | 72 | 96 | 32 | 18 | 0 | 43 | 29 | 52 | 32 | 27 |
| Octal | 162 | 226 | 62 | 30 | 0 | 103 | 51 | 122 | 62 | 47 |
| Binary | 1110010 | 10010110 | 110010 | 11000 | 0 | 1000011 | 101001 | 1010010 | 110010 | 100111 |
Color Harmonies of #729632
Complementary color
Monochromatic Colors of #729632
Black with #729632
Text Example
Text Example
White with #729632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729632; }
p { color: rgb(114,150,50); }
H1.HeaderClassName
{
color: #729632;
}
.AnyTagClassName
{
color: #729632;
}
</style>
background-color css
<style>
a { background-color: #729632; }
a { background-color: rgb(114,150,50); }
div.DivClassName
{
background-color: #729632;
}
.BgClassName
{
background-color: #729632;
}
</style>
border-color css
<style>
span { border-color: #729632; }
span { border-color: rgb(114,150,50); }
td.TdClassName
{
border-color: #729632;
}
.TagClassName
{
border-color: #729632;
}
</style>