Shades of Sushi #749C29
Tints of Sushi #749C29
RGB
CMYK
RGB Variations
Color information
#749C29 (or 0x749C29) is known color: Sushi. HEX triplet: 74, 9C and 29. RGB value is (116,156,41). Sum of RGB (Red+Green+Blue) = 116+156+41=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #749C29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C29 is #8B63D6. Grayscale: #838383. Windows color (decimal): -9135063 or 2727028. OLE color: 2727028.
HSL color Cylindrical-coordinate representation of color #749C29: hue angle of 80.87º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749C29 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 41 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.39 |
| HSL | 80.87º | 0.58% | 0.39% | - |
| HSV(B) | 80.87º | 0.74% | 0.61% | - |
| XYZ | 19.49 | 27.65 | 6.41 | - |
| YUV | 130.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 41 | 0.26 | 0 | 0.74 | 0.39 | 80.87 | 0.58 | 0.39 |
| Hex | 74 | 9C | 29 | 1A | 0 | 4A | 27 | 51 | 3A | 27 |
| Octal | 164 | 234 | 51 | 32 | 0 | 112 | 47 | 121 | 72 | 47 |
| Binary | 1110100 | 10011100 | 101001 | 11010 | 0 | 1001010 | 100111 | 1010001 | 111010 | 100111 |
Color Harmonies of #749C29
Complementary color
Monochromatic Colors of #749C29
Black with #749C29
Text Example
Text Example
White with #749C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C29; }
p { color: rgb(116,156,41); }
H1.HeaderClassName
{
color: #749C29;
}
.AnyTagClassName
{
color: #749C29;
}
</style>
background-color css
<style>
a { background-color: #749C29; }
a { background-color: rgb(116,156,41); }
div.DivClassName
{
background-color: #749C29;
}
.BgClassName
{
background-color: #749C29;
}
</style>
border-color css
<style>
span { border-color: #749C29; }
span { border-color: rgb(116,156,41); }
td.TdClassName
{
border-color: #749C29;
}
.TagClassName
{
border-color: #749C29;
}
</style>