Shades of Sushi #749A32
Tints of Sushi #749A32
RGB
CMYK
RGB Variations
Color information
#749A32 (or 0x749A32) is known color: Sushi. HEX triplet: 74, 9A and 32. RGB value is (116,154,50). Sum of RGB (Red+Green+Blue) = 116+154+50=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #749A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A32 is #8B65CD. Grayscale: #838383. Windows color (decimal): -9135566 or 3316340. OLE color: 3316340.
HSL color Cylindrical-coordinate representation of color #749A32: hue angle of 81.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #749A32 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 50 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.40 |
| HSL | 81.92º | 0.51% | 0.4% | - |
| HSV(B) | 81.92º | 0.68% | 0.6% | - |
| XYZ | 19.33 | 27.05 | 7.22 | - |
| YUV | 130.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 50 | 0.25 | 0 | 0.68 | 0.40 | 81.92 | 0.51 | 0.4 |
| Hex | 74 | 9A | 32 | 19 | 0 | 44 | 28 | 52 | 33 | 28 |
| Octal | 164 | 232 | 62 | 31 | 0 | 104 | 50 | 122 | 63 | 50 |
| Binary | 1110100 | 10011010 | 110010 | 11001 | 0 | 1000100 | 101000 | 1010010 | 110011 | 101000 |
Color Harmonies of #749A32
Complementary color
Monochromatic Colors of #749A32
Black with #749A32
Text Example
Text Example
White with #749A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A32; }
p { color: rgb(116,154,50); }
H1.HeaderClassName
{
color: #749A32;
}
.AnyTagClassName
{
color: #749A32;
}
</style>
background-color css
<style>
a { background-color: #749A32; }
a { background-color: rgb(116,154,50); }
div.DivClassName
{
background-color: #749A32;
}
.BgClassName
{
background-color: #749A32;
}
</style>
border-color css
<style>
span { border-color: #749A32; }
span { border-color: rgb(116,154,50); }
td.TdClassName
{
border-color: #749A32;
}
.TagClassName
{
border-color: #749A32;
}
</style>