Shades of Sushi #749D36
Tints of Sushi #749D36
RGB
CMYK
RGB Variations
Color information
#749D36 (or 0x749D36) is known color: Sushi. HEX triplet: 74, 9D and 36. RGB value is (116,157,54). Sum of RGB (Red+Green+Blue) = 116+157+54=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #749D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D36 is #8B62C9. Grayscale: #858585. Windows color (decimal): -9134794 or 3579252. OLE color: 3579252.
HSL color Cylindrical-coordinate representation of color #749D36: hue angle of 83.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #749D36 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 54 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.38 |
| HSL | 83.88º | 0.49% | 0.41% | - |
| HSV(B) | 83.88º | 0.66% | 0.62% | - |
| XYZ | 19.93 | 28.09 | 7.86 | - |
| YUV | 133 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 54 | 0.26 | 0 | 0.66 | 0.38 | 83.88 | 0.49 | 0.41 |
| Hex | 74 | 9D | 36 | 1A | 0 | 42 | 26 | 54 | 31 | 29 |
| Octal | 164 | 235 | 66 | 32 | 0 | 102 | 46 | 124 | 61 | 51 |
| Binary | 1110100 | 10011101 | 110110 | 11010 | 0 | 1000010 | 100110 | 1010100 | 110001 | 101001 |
Color Harmonies of #749D36
Complementary color
Monochromatic Colors of #749D36
Black with #749D36
Text Example
Text Example
White with #749D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D36; }
p { color: rgb(116,157,54); }
H1.HeaderClassName
{
color: #749D36;
}
.AnyTagClassName
{
color: #749D36;
}
</style>
background-color css
<style>
a { background-color: #749D36; }
a { background-color: rgb(116,157,54); }
div.DivClassName
{
background-color: #749D36;
}
.BgClassName
{
background-color: #749D36;
}
</style>
border-color css
<style>
span { border-color: #749D36; }
span { border-color: rgb(116,157,54); }
td.TdClassName
{
border-color: #749D36;
}
.TagClassName
{
border-color: #749D36;
}
</style>