Shades of Sushi #739F2B
Tints of Sushi #739F2B
RGB
CMYK
RGB Variations
Color information
#739F2B (or 0x739F2B) is known color: Sushi. HEX triplet: 73, 9F and 2B. RGB value is (115,159,43). Sum of RGB (Red+Green+Blue) = 115+159+43=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #739F2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739F2B is #8C60D4. Grayscale: #858585. Windows color (decimal): -9199829 or 2858867. OLE color: 2858867.
HSL color Cylindrical-coordinate representation of color #739F2B: hue angle of 82.76º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #739F2B is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 43 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.38 |
| HSL | 82.76º | 0.57% | 0.4% | - |
| HSV(B) | 82.76º | 0.73% | 0.62% | - |
| XYZ | 19.9 | 28.62 | 6.76 | - |
| YUV | 132.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 43 | 0.28 | 0 | 0.73 | 0.38 | 82.76 | 0.57 | 0.4 |
| Hex | 73 | 9F | 2B | 1C | 0 | 49 | 26 | 53 | 39 | 28 |
| Octal | 163 | 237 | 53 | 34 | 0 | 111 | 46 | 123 | 71 | 50 |
| Binary | 1110011 | 10011111 | 101011 | 11100 | 0 | 1001001 | 100110 | 1010011 | 111001 | 101000 |
Color Harmonies of #739F2B
Complementary color
Monochromatic Colors of #739F2B
Black with #739F2B
Text Example
Text Example
White with #739F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F2B; }
p { color: rgb(115,159,43); }
H1.HeaderClassName
{
color: #739F2B;
}
.AnyTagClassName
{
color: #739F2B;
}
</style>
background-color css
<style>
a { background-color: #739F2B; }
a { background-color: rgb(115,159,43); }
div.DivClassName
{
background-color: #739F2B;
}
.BgClassName
{
background-color: #739F2B;
}
</style>
border-color css
<style>
span { border-color: #739F2B; }
span { border-color: rgb(115,159,43); }
td.TdClassName
{
border-color: #739F2B;
}
.TagClassName
{
border-color: #739F2B;
}
</style>