Shades of Sushi #739A2E
Tints of Sushi #739A2E
RGB
CMYK
RGB Variations
Color information
#739A2E (or 0x739A2E) is known color: Sushi. HEX triplet: 73, 9A and 2E. RGB value is (115,154,46). Sum of RGB (Red+Green+Blue) = 115+154+46=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #739A2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739A2E is #8C65D1. Grayscale: #828282. Windows color (decimal): -9201106 or 3054195. OLE color: 3054195.
HSL color Cylindrical-coordinate representation of color #739A2E: hue angle of 81.67º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #739A2E is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 46 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.40 |
| HSL | 81.67º | 0.54% | 0.39% | - |
| HSV(B) | 81.67º | 0.7% | 0.6% | - |
| XYZ | 19.12 | 26.95 | 6.78 | - |
| YUV | 130.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 46 | 0.25 | 0 | 0.70 | 0.40 | 81.67 | 0.54 | 0.39 |
| Hex | 73 | 9A | 2E | 19 | 0 | 46 | 28 | 52 | 36 | 27 |
| Octal | 163 | 232 | 56 | 31 | 0 | 106 | 50 | 122 | 66 | 47 |
| Binary | 1110011 | 10011010 | 101110 | 11001 | 0 | 1000110 | 101000 | 1010010 | 110110 | 100111 |
Color Harmonies of #739A2E
Complementary color
Monochromatic Colors of #739A2E
Black with #739A2E
Text Example
Text Example
White with #739A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A2E; }
p { color: rgb(115,154,46); }
H1.HeaderClassName
{
color: #739A2E;
}
.AnyTagClassName
{
color: #739A2E;
}
</style>
background-color css
<style>
a { background-color: #739A2E; }
a { background-color: rgb(115,154,46); }
div.DivClassName
{
background-color: #739A2E;
}
.BgClassName
{
background-color: #739A2E;
}
</style>
border-color css
<style>
span { border-color: #739A2E; }
span { border-color: rgb(115,154,46); }
td.TdClassName
{
border-color: #739A2E;
}
.TagClassName
{
border-color: #739A2E;
}
</style>