Shades of Sushi #749F2F
Tints of Sushi #749F2F
RGB
CMYK
RGB Variations
Color information
#749F2F (or 0x749F2F) is known color: Sushi. HEX triplet: 74, 9F and 2F. RGB value is (116,159,47). Sum of RGB (Red+Green+Blue) = 116+159+47=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #749F2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F2F is #8B60D0. Grayscale: #858585. Windows color (decimal): -9134289 or 3121012. OLE color: 3121012.
HSL color Cylindrical-coordinate representation of color #749F2F: hue angle of 83.04º 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 #749F2F is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 47 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.38 |
| HSL | 83.04º | 0.54% | 0.4% | - |
| HSV(B) | 83.04º | 0.7% | 0.62% | - |
| XYZ | 20.11 | 28.71 | 7.17 | - |
| YUV | 133.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 47 | 0.27 | 0 | 0.70 | 0.38 | 83.04 | 0.54 | 0.4 |
| Hex | 74 | 9F | 2F | 1B | 0 | 46 | 26 | 53 | 36 | 28 |
| Octal | 164 | 237 | 57 | 33 | 0 | 106 | 46 | 123 | 66 | 50 |
| Binary | 1110100 | 10011111 | 101111 | 11011 | 0 | 1000110 | 100110 | 1010011 | 110110 | 101000 |
Color Harmonies of #749F2F
Complementary color
Monochromatic Colors of #749F2F
Black with #749F2F
Text Example
Text Example
White with #749F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F2F; }
p { color: rgb(116,159,47); }
H1.HeaderClassName
{
color: #749F2F;
}
.AnyTagClassName
{
color: #749F2F;
}
</style>
background-color css
<style>
a { background-color: #749F2F; }
a { background-color: rgb(116,159,47); }
div.DivClassName
{
background-color: #749F2F;
}
.BgClassName
{
background-color: #749F2F;
}
</style>
border-color css
<style>
span { border-color: #749F2F; }
span { border-color: rgb(116,159,47); }
td.TdClassName
{
border-color: #749F2F;
}
.TagClassName
{
border-color: #749F2F;
}
</style>