Shades of Sushi #729D40
Tints of Sushi #729D40
RGB
CMYK
RGB Variations
Color information
#729D40 (or 0x729D40) is known color: Sushi. HEX triplet: 72, 9D and 40. RGB value is (114,157,64). Sum of RGB (Red+Green+Blue) = 114+157+64=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #729D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729D40 is #8D62BF. Grayscale: #858585. Windows color (decimal): -9265856 or 4234610. OLE color: 4234610.
HSL color Cylindrical-coordinate representation of color #729D40: hue angle of 87.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #729D40 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 64 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.38 |
| HSL | 87.74º | 0.42% | 0.43% | - |
| HSV(B) | 87.74º | 0.59% | 0.62% | - |
| XYZ | 19.92 | 28.06 | 9.22 | - |
| YUV | 133.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 64 | 0.27 | 0 | 0.59 | 0.38 | 87.74 | 0.42 | 0.43 |
| Hex | 72 | 9D | 40 | 1B | 0 | 3B | 26 | 58 | 2A | 2B |
| Octal | 162 | 235 | 100 | 33 | 0 | 73 | 46 | 130 | 52 | 53 |
| Binary | 1110010 | 10011101 | 1000000 | 11011 | 0 | 111011 | 100110 | 1011000 | 101010 | 101011 |
Color Harmonies of #729D40
Complementary color
Monochromatic Colors of #729D40
Black with #729D40
Text Example
Text Example
White with #729D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D40; }
p { color: rgb(114,157,64); }
H1.HeaderClassName
{
color: #729D40;
}
.AnyTagClassName
{
color: #729D40;
}
</style>
background-color css
<style>
a { background-color: #729D40; }
a { background-color: rgb(114,157,64); }
div.DivClassName
{
background-color: #729D40;
}
.BgClassName
{
background-color: #729D40;
}
</style>
border-color css
<style>
span { border-color: #729D40; }
span { border-color: rgb(114,157,64); }
td.TdClassName
{
border-color: #729D40;
}
.TagClassName
{
border-color: #729D40;
}
</style>