Shades of Sushi #729838
Tints of Sushi #729838
RGB
CMYK
RGB Variations
Color information
#729838 (or 0x729838) is known color: Sushi. HEX triplet: 72, 98 and 38. RGB value is (114,152,56). Sum of RGB (Red+Green+Blue) = 114+152+56=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #729838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729838 is #8D67C7. Grayscale: #828282. Windows color (decimal): -9267144 or 3709042. OLE color: 3709042.
HSL color Cylindrical-coordinate representation of color #729838: hue angle of 83.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #729838 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 56 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.40 |
| HSL | 83.75º | 0.46% | 0.41% | - |
| HSV(B) | 83.75º | 0.63% | 0.6% | - |
| XYZ | 18.88 | 26.32 | 7.83 | - |
| YUV | 129.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 56 | 0.25 | 0 | 0.63 | 0.40 | 83.75 | 0.46 | 0.41 |
| Hex | 72 | 98 | 38 | 19 | 0 | 3F | 28 | 54 | 2E | 29 |
| Octal | 162 | 230 | 70 | 31 | 0 | 77 | 50 | 124 | 56 | 51 |
| Binary | 1110010 | 10011000 | 111000 | 11001 | 0 | 111111 | 101000 | 1010100 | 101110 | 101001 |
Color Harmonies of #729838
Complementary color
Monochromatic Colors of #729838
Black with #729838
Text Example
Text Example
White with #729838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729838; }
p { color: rgb(114,152,56); }
H1.HeaderClassName
{
color: #729838;
}
.AnyTagClassName
{
color: #729838;
}
</style>
background-color css
<style>
a { background-color: #729838; }
a { background-color: rgb(114,152,56); }
div.DivClassName
{
background-color: #729838;
}
.BgClassName
{
background-color: #729838;
}
</style>
border-color css
<style>
span { border-color: #729838; }
span { border-color: rgb(114,152,56); }
td.TdClassName
{
border-color: #729838;
}
.TagClassName
{
border-color: #729838;
}
</style>