Shades of Sushi #749C3D
Tints of Sushi #749C3D
RGB
CMYK
RGB Variations
Color information
#749C3D (or 0x749C3D) is known color: Sushi. HEX triplet: 74, 9C and 3D. RGB value is (116,156,61). Sum of RGB (Red+Green+Blue) = 116+156+61=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #749C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C3D is #8B63C2. Grayscale: #858585. Windows color (decimal): -9135043 or 4037748. OLE color: 4037748.
HSL color Cylindrical-coordinate representation of color #749C3D: hue angle of 85.26º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #749C3D is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 61 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.39 |
| HSL | 85.26º | 0.44% | 0.43% | - |
| HSV(B) | 85.26º | 0.61% | 0.61% | - |
| XYZ | 19.93 | 27.83 | 8.74 | - |
| YUV | 133.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 61 | 0.26 | 0 | 0.61 | 0.39 | 85.26 | 0.44 | 0.43 |
| Hex | 74 | 9C | 3D | 1A | 0 | 3D | 27 | 55 | 2C | 2B |
| Octal | 164 | 234 | 75 | 32 | 0 | 75 | 47 | 125 | 54 | 53 |
| Binary | 1110100 | 10011100 | 111101 | 11010 | 0 | 111101 | 100111 | 1010101 | 101100 | 101011 |
Color Harmonies of #749C3D
Complementary color
Monochromatic Colors of #749C3D
Black with #749C3D
Text Example
Text Example
White with #749C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C3D; }
p { color: rgb(116,156,61); }
H1.HeaderClassName
{
color: #749C3D;
}
.AnyTagClassName
{
color: #749C3D;
}
</style>
background-color css
<style>
a { background-color: #749C3D; }
a { background-color: rgb(116,156,61); }
div.DivClassName
{
background-color: #749C3D;
}
.BgClassName
{
background-color: #749C3D;
}
</style>
border-color css
<style>
span { border-color: #749C3D; }
span { border-color: rgb(116,156,61); }
td.TdClassName
{
border-color: #749C3D;
}
.TagClassName
{
border-color: #749C3D;
}
</style>