Shades of Sushi #739243
Tints of Sushi #739243
RGB
CMYK
RGB Variations
Color information
#739243 (or 0x739243) is known color: Sushi. HEX triplet: 73, 92 and 43. RGB value is (115,146,67). Sum of RGB (Red+Green+Blue) = 115+146+67=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #739243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739243 is #8C6DBC. Grayscale: #808080. Windows color (decimal): -9203133 or 4428403. OLE color: 4428403.
HSL color Cylindrical-coordinate representation of color #739243: hue angle of 83.54º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #739243 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 146 | 67 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.43 |
| HSL | 83.54º | 0.37% | 0.42% | - |
| HSV(B) | 83.54º | 0.54% | 0.57% | - |
| XYZ | 18.36 | 24.61 | 9.09 | - |
| YUV | 127.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 67 | 0.21 | 0 | 0.54 | 0.43 | 83.54 | 0.37 | 0.42 |
| Hex | 73 | 92 | 43 | 15 | 0 | 36 | 2B | 54 | 25 | 2A |
| Octal | 163 | 222 | 103 | 25 | 0 | 66 | 53 | 124 | 45 | 52 |
| Binary | 1110011 | 10010010 | 1000011 | 10101 | 0 | 110110 | 101011 | 1010100 | 100101 | 101010 |
Color Harmonies of #739243
Complementary color
Monochromatic Colors of #739243
Black with #739243
Text Example
Text Example
White with #739243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739243; }
p { color: rgb(115,146,67); }
H1.HeaderClassName
{
color: #739243;
}
.AnyTagClassName
{
color: #739243;
}
</style>
background-color css
<style>
a { background-color: #739243; }
a { background-color: rgb(115,146,67); }
div.DivClassName
{
background-color: #739243;
}
.BgClassName
{
background-color: #739243;
}
</style>
border-color css
<style>
span { border-color: #739243; }
span { border-color: rgb(115,146,67); }
td.TdClassName
{
border-color: #739243;
}
.TagClassName
{
border-color: #739243;
}
</style>