Shades of Sushi #749C32
Tints of Sushi #749C32
RGB
CMYK
RGB Variations
Color information
#749C32 (or 0x749C32) is known color: Sushi. HEX triplet: 74, 9C and 32. RGB value is (116,156,50). Sum of RGB (Red+Green+Blue) = 116+156+50=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #749C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C32 is #8B63CD. Grayscale: #848484. Windows color (decimal): -9135054 or 3316852. OLE color: 3316852.
HSL color Cylindrical-coordinate representation of color #749C32: hue angle of 82.64º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #749C32 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 50 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.39 |
| HSL | 82.64º | 0.51% | 0.4% | - |
| HSV(B) | 82.64º | 0.68% | 0.61% | - |
| XYZ | 19.67 | 27.72 | 7.33 | - |
| YUV | 131.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 50 | 0.26 | 0 | 0.68 | 0.39 | 82.64 | 0.51 | 0.4 |
| Hex | 74 | 9C | 32 | 1A | 0 | 44 | 27 | 53 | 33 | 28 |
| Octal | 164 | 234 | 62 | 32 | 0 | 104 | 47 | 123 | 63 | 50 |
| Binary | 1110100 | 10011100 | 110010 | 11010 | 0 | 1000100 | 100111 | 1010011 | 110011 | 101000 |
Color Harmonies of #749C32
Complementary color
Monochromatic Colors of #749C32
Black with #749C32
Text Example
Text Example
White with #749C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C32; }
p { color: rgb(116,156,50); }
H1.HeaderClassName
{
color: #749C32;
}
.AnyTagClassName
{
color: #749C32;
}
</style>
background-color css
<style>
a { background-color: #749C32; }
a { background-color: rgb(116,156,50); }
div.DivClassName
{
background-color: #749C32;
}
.BgClassName
{
background-color: #749C32;
}
</style>
border-color css
<style>
span { border-color: #749C32; }
span { border-color: rgb(116,156,50); }
td.TdClassName
{
border-color: #749C32;
}
.TagClassName
{
border-color: #749C32;
}
</style>