Shades of Sushi #729535
Tints of Sushi #729535
RGB
CMYK
RGB Variations
Color information
#729535 (or 0x729535) is known color: Sushi. HEX triplet: 72, 95 and 35. RGB value is (114,149,53). Sum of RGB (Red+Green+Blue) = 114+149+53=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #729535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729535 is #8D6ACA. Grayscale: #7F7F7F. Windows color (decimal): -9267915 or 3511666. OLE color: 3511666.
HSL color Cylindrical-coordinate representation of color #729535: hue angle of 81.87º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #729535 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 53 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.42 |
| HSL | 81.87º | 0.48% | 0.4% | - |
| HSV(B) | 81.87º | 0.64% | 0.58% | - |
| XYZ | 18.33 | 25.33 | 7.29 | - |
| YUV | 127.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 53 | 0.23 | 0 | 0.64 | 0.42 | 81.87 | 0.48 | 0.4 |
| Hex | 72 | 95 | 35 | 17 | 0 | 40 | 2A | 52 | 30 | 28 |
| Octal | 162 | 225 | 65 | 27 | 0 | 100 | 52 | 122 | 60 | 50 |
| Binary | 1110010 | 10010101 | 110101 | 10111 | 0 | 1000000 | 101010 | 1010010 | 110000 | 101000 |
Color Harmonies of #729535
Complementary color
Monochromatic Colors of #729535
Black with #729535
Text Example
Text Example
White with #729535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729535; }
p { color: rgb(114,149,53); }
H1.HeaderClassName
{
color: #729535;
}
.AnyTagClassName
{
color: #729535;
}
</style>
background-color css
<style>
a { background-color: #729535; }
a { background-color: rgb(114,149,53); }
div.DivClassName
{
background-color: #729535;
}
.BgClassName
{
background-color: #729535;
}
</style>
border-color css
<style>
span { border-color: #729535; }
span { border-color: rgb(114,149,53); }
td.TdClassName
{
border-color: #729535;
}
.TagClassName
{
border-color: #729535;
}
</style>