Shades of Sushi #729344
Tints of Sushi #729344
RGB
CMYK
RGB Variations
Color information
#729344 (or 0x729344) is known color: Sushi. HEX triplet: 72, 93 and 44. RGB value is (114,147,68). Sum of RGB (Red+Green+Blue) = 114+147+68=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #729344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729344 is #8D6CBB. Grayscale: #808080. Windows color (decimal): -9268412 or 4494194. OLE color: 4494194.
HSL color Cylindrical-coordinate representation of color #729344: hue angle of 85.06º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #729344 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 68 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.42 |
| HSL | 85.06º | 0.37% | 0.42% | - |
| HSV(B) | 85.06º | 0.54% | 0.58% | - |
| XYZ | 18.42 | 24.86 | 9.3 | - |
| YUV | 128.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 68 | 0.22 | 0 | 0.54 | 0.42 | 85.06 | 0.37 | 0.42 |
| Hex | 72 | 93 | 44 | 16 | 0 | 36 | 2A | 55 | 25 | 2A |
| Octal | 162 | 223 | 104 | 26 | 0 | 66 | 52 | 125 | 45 | 52 |
| Binary | 1110010 | 10010011 | 1000100 | 10110 | 0 | 110110 | 101010 | 1010101 | 100101 | 101010 |
Color Harmonies of #729344
Complementary color
Monochromatic Colors of #729344
Black with #729344
Text Example
Text Example
White with #729344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729344; }
p { color: rgb(114,147,68); }
H1.HeaderClassName
{
color: #729344;
}
.AnyTagClassName
{
color: #729344;
}
</style>
background-color css
<style>
a { background-color: #729344; }
a { background-color: rgb(114,147,68); }
div.DivClassName
{
background-color: #729344;
}
.BgClassName
{
background-color: #729344;
}
</style>
border-color css
<style>
span { border-color: #729344; }
span { border-color: rgb(114,147,68); }
td.TdClassName
{
border-color: #729344;
}
.TagClassName
{
border-color: #729344;
}
</style>