Shades of Sushi #729638
Tints of Sushi #729638
RGB
CMYK
RGB Variations
Color information
#729638 (or 0x729638) is known color: Sushi. HEX triplet: 72, 96 and 38. RGB value is (114,150,56). Sum of RGB (Red+Green+Blue) = 114+150+56=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #729638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729638 is #8D69C7. Grayscale: #808080. Windows color (decimal): -9267656 or 3708530. OLE color: 3708530.
HSL color Cylindrical-coordinate representation of color #729638: hue angle of 82.98º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #729638 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 56 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.41 |
| HSL | 82.98º | 0.46% | 0.4% | - |
| HSV(B) | 82.98º | 0.63% | 0.59% | - |
| XYZ | 18.56 | 25.68 | 7.72 | - |
| YUV | 128.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 56 | 0.24 | 0 | 0.63 | 0.41 | 82.98 | 0.46 | 0.4 |
| Hex | 72 | 96 | 38 | 18 | 0 | 3F | 29 | 53 | 2E | 28 |
| Octal | 162 | 226 | 70 | 30 | 0 | 77 | 51 | 123 | 56 | 50 |
| Binary | 1110010 | 10010110 | 111000 | 11000 | 0 | 111111 | 101001 | 1010011 | 101110 | 101000 |
Color Harmonies of #729638
Complementary color
Monochromatic Colors of #729638
Black with #729638
Text Example
Text Example
White with #729638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729638; }
p { color: rgb(114,150,56); }
H1.HeaderClassName
{
color: #729638;
}
.AnyTagClassName
{
color: #729638;
}
</style>
background-color css
<style>
a { background-color: #729638; }
a { background-color: rgb(114,150,56); }
div.DivClassName
{
background-color: #729638;
}
.BgClassName
{
background-color: #729638;
}
</style>
border-color css
<style>
span { border-color: #729638; }
span { border-color: rgb(114,150,56); }
td.TdClassName
{
border-color: #729638;
}
.TagClassName
{
border-color: #729638;
}
</style>