Shades of Sushi #749133
Tints of Sushi #749133
RGB
CMYK
RGB Variations
Color information
#749133 (or 0x749133) is known color: Sushi. HEX triplet: 74, 91 and 33. RGB value is (116,145,51). Sum of RGB (Red+Green+Blue) = 116+145+51=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #749133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749133 is #8B6ECC. Grayscale: #7D7D7D. Windows color (decimal): -9137869 or 3379572. OLE color: 3379572.
HSL color Cylindrical-coordinate representation of color #749133: hue angle of 78.51º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #749133 is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 51 | - |
| CMYK | 0.2 | 0 | 0.65 | 0.43 |
| HSL | 78.51º | 0.48% | 0.38% | - |
| HSV(B) | 78.51º | 0.65% | 0.57% | - |
| XYZ | 17.93 | 24.2 | 6.86 | - |
| YUV | 125.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 51 | 0.2 | 0 | 0.65 | 0.43 | 78.51 | 0.48 | 0.38 |
| Hex | 74 | 91 | 33 | 14 | 0 | 41 | 2B | 4F | 30 | 26 |
| Octal | 164 | 221 | 63 | 24 | 0 | 101 | 53 | 117 | 60 | 46 |
| Binary | 1110100 | 10010001 | 110011 | 10100 | 0 | 1000001 | 101011 | 1001111 | 110000 | 100110 |
Color Harmonies of #749133
Complementary color
Monochromatic Colors of #749133
Black with #749133
Text Example
Text Example
White with #749133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749133; }
p { color: rgb(116,145,51); }
H1.HeaderClassName
{
color: #749133;
}
.AnyTagClassName
{
color: #749133;
}
</style>
background-color css
<style>
a { background-color: #749133; }
a { background-color: rgb(116,145,51); }
div.DivClassName
{
background-color: #749133;
}
.BgClassName
{
background-color: #749133;
}
</style>
border-color css
<style>
span { border-color: #749133; }
span { border-color: rgb(116,145,51); }
td.TdClassName
{
border-color: #749133;
}
.TagClassName
{
border-color: #749133;
}
</style>