Shades of Sushi #748F41
Tints of Sushi #748F41
RGB
CMYK
RGB Variations
Color information
#748F41 (or 0x748F41) is known color: Sushi. HEX triplet: 74, 8F and 41. RGB value is (116,143,65). Sum of RGB (Red+Green+Blue) = 116+143+65=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #748F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F41 is #8B70BE. Grayscale: #7E7E7E. Windows color (decimal): -9138367 or 4296564. OLE color: 4296564.
HSL color Cylindrical-coordinate representation of color #748F41: hue angle of 80.77º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #748F41 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 65 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.44 |
| HSL | 80.77º | 0.38% | 0.41% | - |
| HSV(B) | 80.77º | 0.55% | 0.56% | - |
| XYZ | 17.98 | 23.74 | 8.64 | - |
| YUV | 126.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 65 | 0.19 | 0 | 0.55 | 0.44 | 80.77 | 0.38 | 0.41 |
| Hex | 74 | 8F | 41 | 13 | 0 | 37 | 2C | 51 | 26 | 29 |
| Octal | 164 | 217 | 101 | 23 | 0 | 67 | 54 | 121 | 46 | 51 |
| Binary | 1110100 | 10001111 | 1000001 | 10011 | 0 | 110111 | 101100 | 1010001 | 100110 | 101001 |
Color Harmonies of #748F41
Complementary color
Monochromatic Colors of #748F41
Black with #748F41
Text Example
Text Example
White with #748F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F41; }
p { color: rgb(116,143,65); }
H1.HeaderClassName
{
color: #748F41;
}
.AnyTagClassName
{
color: #748F41;
}
</style>
background-color css
<style>
a { background-color: #748F41; }
a { background-color: rgb(116,143,65); }
div.DivClassName
{
background-color: #748F41;
}
.BgClassName
{
background-color: #748F41;
}
</style>
border-color css
<style>
span { border-color: #748F41; }
span { border-color: rgb(116,143,65); }
td.TdClassName
{
border-color: #748F41;
}
.TagClassName
{
border-color: #748F41;
}
</style>