Shades of Sushi #749132
Tints of Sushi #749132
RGB
CMYK
RGB Variations
Color information
#749132 (or 0x749132) is known color: Sushi. HEX triplet: 74, 91 and 32. RGB value is (116,145,50). Sum of RGB (Red+Green+Blue) = 116+145+50=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #749132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749132 is #8B6ECD. Grayscale: #7D7D7D. Windows color (decimal): -9137870 or 3314036. OLE color: 3314036.
HSL color Cylindrical-coordinate representation of color #749132: hue angle of 78.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #749132 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 50 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.43 |
| HSL | 78.32º | 0.49% | 0.38% | - |
| HSV(B) | 78.32º | 0.66% | 0.57% | - |
| XYZ | 17.9 | 24.19 | 6.74 | - |
| YUV | 125.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 50 | 0.2 | 0 | 0.66 | 0.43 | 78.32 | 0.49 | 0.38 |
| Hex | 74 | 91 | 32 | 14 | 0 | 42 | 2B | 4E | 31 | 26 |
| Octal | 164 | 221 | 62 | 24 | 0 | 102 | 53 | 116 | 61 | 46 |
| Binary | 1110100 | 10010001 | 110010 | 10100 | 0 | 1000010 | 101011 | 1001110 | 110001 | 100110 |
Color Harmonies of #749132
Complementary color
Monochromatic Colors of #749132
Black with #749132
Text Example
Text Example
White with #749132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749132; }
p { color: rgb(116,145,50); }
H1.HeaderClassName
{
color: #749132;
}
.AnyTagClassName
{
color: #749132;
}
</style>
background-color css
<style>
a { background-color: #749132; }
a { background-color: rgb(116,145,50); }
div.DivClassName
{
background-color: #749132;
}
.BgClassName
{
background-color: #749132;
}
</style>
border-color css
<style>
span { border-color: #749132; }
span { border-color: rgb(116,145,50); }
td.TdClassName
{
border-color: #749132;
}
.TagClassName
{
border-color: #749132;
}
</style>