Shades of Sushi #749E2B
Tints of Sushi #749E2B
RGB
CMYK
RGB Variations
Color information
#749E2B (or 0x749E2B) is known color: Sushi. HEX triplet: 74, 9E and 2B. RGB value is (116,158,43). Sum of RGB (Red+Green+Blue) = 116+158+43=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #749E2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E2B is #8B61D4. Grayscale: #848484. Windows color (decimal): -9134549 or 2858612. OLE color: 2858612.
HSL color Cylindrical-coordinate representation of color #749E2B: hue angle of 81.91º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #749E2B is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 43 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.38 |
| HSL | 81.91º | 0.57% | 0.39% | - |
| HSV(B) | 81.91º | 0.73% | 0.62% | - |
| XYZ | 19.87 | 28.34 | 6.71 | - |
| YUV | 132.33 | 77.59 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 43 | 0.27 | 0 | 0.73 | 0.38 | 81.91 | 0.57 | 0.39 |
| Hex | 74 | 9E | 2B | 1B | 0 | 49 | 26 | 52 | 39 | 27 |
| Octal | 164 | 236 | 53 | 33 | 0 | 111 | 46 | 122 | 71 | 47 |
| Binary | 1110100 | 10011110 | 101011 | 11011 | 0 | 1001001 | 100110 | 1010010 | 111001 | 100111 |
Color Harmonies of #749E2B
Complementary color
Monochromatic Colors of #749E2B
Black with #749E2B
Text Example
Text Example
White with #749E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E2B; }
p { color: rgb(116,158,43); }
H1.HeaderClassName
{
color: #749E2B;
}
.AnyTagClassName
{
color: #749E2B;
}
</style>
background-color css
<style>
a { background-color: #749E2B; }
a { background-color: rgb(116,158,43); }
div.DivClassName
{
background-color: #749E2B;
}
.BgClassName
{
background-color: #749E2B;
}
</style>
border-color css
<style>
span { border-color: #749E2B; }
span { border-color: rgb(116,158,43); }
td.TdClassName
{
border-color: #749E2B;
}
.TagClassName
{
border-color: #749E2B;
}
</style>