Shades of Sushi #749E2F
Tints of Sushi #749E2F
RGB
CMYK
RGB Variations
Color information
#749E2F (or 0x749E2F) is known color: Sushi. HEX triplet: 74, 9E and 2F. RGB value is (116,158,47). Sum of RGB (Red+Green+Blue) = 116+158+47=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #749E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E2F is #8B61D0. Grayscale: #858585. Windows color (decimal): -9134545 or 3120756. OLE color: 3120756.
HSL color Cylindrical-coordinate representation of color #749E2F: hue angle of 82.7º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #749E2F is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 47 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.38 |
| HSL | 82.7º | 0.54% | 0.4% | - |
| HSV(B) | 82.7º | 0.7% | 0.62% | - |
| XYZ | 19.94 | 28.37 | 7.11 | - |
| YUV | 132.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 47 | 0.27 | 0 | 0.70 | 0.38 | 82.7 | 0.54 | 0.4 |
| Hex | 74 | 9E | 2F | 1B | 0 | 46 | 26 | 53 | 36 | 28 |
| Octal | 164 | 236 | 57 | 33 | 0 | 106 | 46 | 123 | 66 | 50 |
| Binary | 1110100 | 10011110 | 101111 | 11011 | 0 | 1000110 | 100110 | 1010011 | 110110 | 101000 |
Color Harmonies of #749E2F
Complementary color
Monochromatic Colors of #749E2F
Black with #749E2F
Text Example
Text Example
White with #749E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E2F; }
p { color: rgb(116,158,47); }
H1.HeaderClassName
{
color: #749E2F;
}
.AnyTagClassName
{
color: #749E2F;
}
</style>
background-color css
<style>
a { background-color: #749E2F; }
a { background-color: rgb(116,158,47); }
div.DivClassName
{
background-color: #749E2F;
}
.BgClassName
{
background-color: #749E2F;
}
</style>
border-color css
<style>
span { border-color: #749E2F; }
span { border-color: rgb(116,158,47); }
td.TdClassName
{
border-color: #749E2F;
}
.TagClassName
{
border-color: #749E2F;
}
</style>