Shades of Sushi #749F2B
Tints of Sushi #749F2B
RGB
CMYK
RGB Variations
Color information
#749F2B (or 0x749F2B) is known color: Sushi. HEX triplet: 74, 9F and 2B. RGB value is (116,159,43). Sum of RGB (Red+Green+Blue) = 116+159+43=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #749F2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F2B is #8B60D4. Grayscale: #858585. Windows color (decimal): -9134293 or 2858868. OLE color: 2858868.
HSL color Cylindrical-coordinate representation of color #749F2B: hue angle of 82.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #749F2B is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 43 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.38 |
| HSL | 82.24º | 0.57% | 0.4% | - |
| HSV(B) | 82.24º | 0.73% | 0.62% | - |
| XYZ | 20.04 | 28.68 | 6.77 | - |
| YUV | 132.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 43 | 0.27 | 0 | 0.73 | 0.38 | 82.24 | 0.57 | 0.4 |
| Hex | 74 | 9F | 2B | 1B | 0 | 49 | 26 | 52 | 39 | 28 |
| Octal | 164 | 237 | 53 | 33 | 0 | 111 | 46 | 122 | 71 | 50 |
| Binary | 1110100 | 10011111 | 101011 | 11011 | 0 | 1001001 | 100110 | 1010010 | 111001 | 101000 |
Color Harmonies of #749F2B
Complementary color
Monochromatic Colors of #749F2B
Black with #749F2B
Text Example
Text Example
White with #749F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F2B; }
p { color: rgb(116,159,43); }
H1.HeaderClassName
{
color: #749F2B;
}
.AnyTagClassName
{
color: #749F2B;
}
</style>
background-color css
<style>
a { background-color: #749F2B; }
a { background-color: rgb(116,159,43); }
div.DivClassName
{
background-color: #749F2B;
}
.BgClassName
{
background-color: #749F2B;
}
</style>
border-color css
<style>
span { border-color: #749F2B; }
span { border-color: rgb(116,159,43); }
td.TdClassName
{
border-color: #749F2B;
}
.TagClassName
{
border-color: #749F2B;
}
</style>