Shades of Sushi #749B38
Tints of Sushi #749B38
RGB
CMYK
RGB Variations
Color information
#749B38 (or 0x749B38) is known color: Sushi. HEX triplet: 74, 9B and 38. RGB value is (116,155,56). Sum of RGB (Red+Green+Blue) = 116+155+56=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #749B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B38 is #8B64C7. Grayscale: #848484. Windows color (decimal): -9135304 or 3709812. OLE color: 3709812.
HSL color Cylindrical-coordinate representation of color #749B38: hue angle of 83.64º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #749B38 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 56 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.39 |
| HSL | 83.64º | 0.47% | 0.41% | - |
| HSV(B) | 83.64º | 0.64% | 0.61% | - |
| XYZ | 19.64 | 27.44 | 8 | - |
| YUV | 132.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 56 | 0.25 | 0 | 0.64 | 0.39 | 83.64 | 0.47 | 0.41 |
| Hex | 74 | 9B | 38 | 19 | 0 | 40 | 27 | 54 | 2F | 29 |
| Octal | 164 | 233 | 70 | 31 | 0 | 100 | 47 | 124 | 57 | 51 |
| Binary | 1110100 | 10011011 | 111000 | 11001 | 0 | 1000000 | 100111 | 1010100 | 101111 | 101001 |
Color Harmonies of #749B38
Complementary color
Monochromatic Colors of #749B38
Black with #749B38
Text Example
Text Example
White with #749B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B38; }
p { color: rgb(116,155,56); }
H1.HeaderClassName
{
color: #749B38;
}
.AnyTagClassName
{
color: #749B38;
}
</style>
background-color css
<style>
a { background-color: #749B38; }
a { background-color: rgb(116,155,56); }
div.DivClassName
{
background-color: #749B38;
}
.BgClassName
{
background-color: #749B38;
}
</style>
border-color css
<style>
span { border-color: #749B38; }
span { border-color: rgb(116,155,56); }
td.TdClassName
{
border-color: #749B38;
}
.TagClassName
{
border-color: #749B38;
}
</style>