Shades of Sushi #749033
Tints of Sushi #749033
RGB
CMYK
RGB Variations
Color information
#749033 (or 0x749033) is known color: Sushi. HEX triplet: 74, 90 and 33. RGB value is (116,144,51). Sum of RGB (Red+Green+Blue) = 116+144+51=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #749033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749033 is #8B6FCC. Grayscale: #7D7D7D. Windows color (decimal): -9138125 or 3379316. OLE color: 3379316.
HSL color Cylindrical-coordinate representation of color #749033: hue angle of 78.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #749033 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 51 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.44 |
| HSL | 78.06º | 0.48% | 0.38% | - |
| HSV(B) | 78.06º | 0.65% | 0.56% | - |
| XYZ | 17.77 | 23.9 | 6.81 | - |
| YUV | 125.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 51 | 0.19 | 0 | 0.65 | 0.44 | 78.06 | 0.48 | 0.38 |
| Hex | 74 | 90 | 33 | 13 | 0 | 41 | 2C | 4E | 30 | 26 |
| Octal | 164 | 220 | 63 | 23 | 0 | 101 | 54 | 116 | 60 | 46 |
| Binary | 1110100 | 10010000 | 110011 | 10011 | 0 | 1000001 | 101100 | 1001110 | 110000 | 100110 |
Color Harmonies of #749033
Complementary color
Monochromatic Colors of #749033
Black with #749033
Text Example
Text Example
White with #749033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749033; }
p { color: rgb(116,144,51); }
H1.HeaderClassName
{
color: #749033;
}
.AnyTagClassName
{
color: #749033;
}
</style>
background-color css
<style>
a { background-color: #749033; }
a { background-color: rgb(116,144,51); }
div.DivClassName
{
background-color: #749033;
}
.BgClassName
{
background-color: #749033;
}
</style>
border-color css
<style>
span { border-color: #749033; }
span { border-color: rgb(116,144,51); }
td.TdClassName
{
border-color: #749033;
}
.TagClassName
{
border-color: #749033;
}
</style>