Shades of Sushi #749A39
Tints of Sushi #749A39
RGB
CMYK
RGB Variations
Color information
#749A39 (or 0x749A39) is known color: Sushi. HEX triplet: 74, 9A and 39. RGB value is (116,154,57). Sum of RGB (Red+Green+Blue) = 116+154+57=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #749A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A39 is #8B65C6. Grayscale: #838383. Windows color (decimal): -9135559 or 3775092. OLE color: 3775092.
HSL color Cylindrical-coordinate representation of color #749A39: hue angle of 83.51º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #749A39 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 57 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.40 |
| HSL | 83.51º | 0.46% | 0.41% | - |
| HSV(B) | 83.51º | 0.63% | 0.6% | - |
| XYZ | 19.5 | 27.12 | 8.08 | - |
| YUV | 131.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 57 | 0.25 | 0 | 0.63 | 0.40 | 83.51 | 0.46 | 0.41 |
| Hex | 74 | 9A | 39 | 19 | 0 | 3F | 28 | 54 | 2E | 29 |
| Octal | 164 | 232 | 71 | 31 | 0 | 77 | 50 | 124 | 56 | 51 |
| Binary | 1110100 | 10011010 | 111001 | 11001 | 0 | 111111 | 101000 | 1010100 | 101110 | 101001 |
Color Harmonies of #749A39
Complementary color
Monochromatic Colors of #749A39
Black with #749A39
Text Example
Text Example
White with #749A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A39; }
p { color: rgb(116,154,57); }
H1.HeaderClassName
{
color: #749A39;
}
.AnyTagClassName
{
color: #749A39;
}
</style>
background-color css
<style>
a { background-color: #749A39; }
a { background-color: rgb(116,154,57); }
div.DivClassName
{
background-color: #749A39;
}
.BgClassName
{
background-color: #749A39;
}
</style>
border-color css
<style>
span { border-color: #749A39; }
span { border-color: rgb(116,154,57); }
td.TdClassName
{
border-color: #749A39;
}
.TagClassName
{
border-color: #749A39;
}
</style>