Shades of Sushi #749B26
Tints of Sushi #749B26
RGB
CMYK
RGB Variations
Color information
#749B26 (or 0x749B26) is known color: Sushi. HEX triplet: 74, 9B and 26. RGB value is (116,155,38). Sum of RGB (Red+Green+Blue) = 116+155+38=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #749B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B26 is #8B64D9. Grayscale: #828282. Windows color (decimal): -9135322 or 2530164. OLE color: 2530164.
HSL color Cylindrical-coordinate representation of color #749B26: hue angle of 80º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #749B26 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 38 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.39 |
| HSL | 80º | 0.61% | 0.38% | - |
| HSV(B) | 80º | 0.75% | 0.61% | - |
| XYZ | 19.27 | 27.3 | 6.09 | - |
| YUV | 130 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 38 | 0.25 | 0 | 0.75 | 0.39 | 80 | 0.61 | 0.38 |
| Hex | 74 | 9B | 26 | 19 | 0 | 4B | 27 | 50 | 3D | 26 |
| Octal | 164 | 233 | 46 | 31 | 0 | 113 | 47 | 120 | 75 | 46 |
| Binary | 1110100 | 10011011 | 100110 | 11001 | 0 | 1001011 | 100111 | 1010000 | 111101 | 100110 |
Color Harmonies of #749B26
Complementary color
Monochromatic Colors of #749B26
Black with #749B26
Text Example
Text Example
White with #749B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B26; }
p { color: rgb(116,155,38); }
H1.HeaderClassName
{
color: #749B26;
}
.AnyTagClassName
{
color: #749B26;
}
</style>
background-color css
<style>
a { background-color: #749B26; }
a { background-color: rgb(116,155,38); }
div.DivClassName
{
background-color: #749B26;
}
.BgClassName
{
background-color: #749B26;
}
</style>
border-color css
<style>
span { border-color: #749B26; }
span { border-color: rgb(116,155,38); }
td.TdClassName
{
border-color: #749B26;
}
.TagClassName
{
border-color: #749B26;
}
</style>