Shades of Sushi #749F2D
Tints of Sushi #749F2D
RGB
CMYK
RGB Variations
Color information
#749F2D (or 0x749F2D) is known color: Sushi. HEX triplet: 74, 9F and 2D. RGB value is (116,159,45). Sum of RGB (Red+Green+Blue) = 116+159+45=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #749F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F2D is #8B60D2. Grayscale: #858585. Windows color (decimal): -9134291 or 2989940. OLE color: 2989940.
HSL color Cylindrical-coordinate representation of color #749F2D: hue angle of 82.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #749F2D is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 45 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.38 |
| HSL | 82.63º | 0.56% | 0.4% | - |
| HSV(B) | 82.63º | 0.72% | 0.62% | - |
| XYZ | 20.07 | 28.7 | 6.96 | - |
| YUV | 133.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 45 | 0.27 | 0 | 0.72 | 0.38 | 82.63 | 0.56 | 0.4 |
| Hex | 74 | 9F | 2D | 1B | 0 | 48 | 26 | 53 | 38 | 28 |
| Octal | 164 | 237 | 55 | 33 | 0 | 110 | 46 | 123 | 70 | 50 |
| Binary | 1110100 | 10011111 | 101101 | 11011 | 0 | 1001000 | 100110 | 1010011 | 111000 | 101000 |
Color Harmonies of #749F2D
Complementary color
Monochromatic Colors of #749F2D
Black with #749F2D
Text Example
Text Example
White with #749F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F2D; }
p { color: rgb(116,159,45); }
H1.HeaderClassName
{
color: #749F2D;
}
.AnyTagClassName
{
color: #749F2D;
}
</style>
background-color css
<style>
a { background-color: #749F2D; }
a { background-color: rgb(116,159,45); }
div.DivClassName
{
background-color: #749F2D;
}
.BgClassName
{
background-color: #749F2D;
}
</style>
border-color css
<style>
span { border-color: #749F2D; }
span { border-color: rgb(116,159,45); }
td.TdClassName
{
border-color: #749F2D;
}
.TagClassName
{
border-color: #749F2D;
}
</style>