Shades of Sushi #729F32
Tints of Sushi #729F32
RGB
CMYK
RGB Variations
Color information
#729F32 (or 0x729F32) is known color: Sushi. HEX triplet: 72, 9F and 32. RGB value is (114,159,50). Sum of RGB (Red+Green+Blue) = 114+159+50=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #729F32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729F32 is #8D60CD. Grayscale: #858585. Windows color (decimal): -9265358 or 3317618. OLE color: 3317618.
HSL color Cylindrical-coordinate representation of color #729F32: hue angle of 84.77º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #729F32 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 159 | 50 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.38 |
| HSL | 84.77º | 0.52% | 0.41% | - |
| HSV(B) | 84.77º | 0.69% | 0.62% | - |
| XYZ | 19.91 | 28.6 | 7.49 | - |
| YUV | 133.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 50 | 0.28 | 0 | 0.69 | 0.38 | 84.77 | 0.52 | 0.41 |
| Hex | 72 | 9F | 32 | 1C | 0 | 45 | 26 | 55 | 34 | 29 |
| Octal | 162 | 237 | 62 | 34 | 0 | 105 | 46 | 125 | 64 | 51 |
| Binary | 1110010 | 10011111 | 110010 | 11100 | 0 | 1000101 | 100110 | 1010101 | 110100 | 101001 |
Color Harmonies of #729F32
Complementary color
Monochromatic Colors of #729F32
Black with #729F32
Text Example
Text Example
White with #729F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729F32; }
p { color: rgb(114,159,50); }
H1.HeaderClassName
{
color: #729F32;
}
.AnyTagClassName
{
color: #729F32;
}
</style>
background-color css
<style>
a { background-color: #729F32; }
a { background-color: rgb(114,159,50); }
div.DivClassName
{
background-color: #729F32;
}
.BgClassName
{
background-color: #729F32;
}
</style>
border-color css
<style>
span { border-color: #729F32; }
span { border-color: rgb(114,159,50); }
td.TdClassName
{
border-color: #729F32;
}
.TagClassName
{
border-color: #729F32;
}
</style>