Shades of Sushi #749C3C
Tints of Sushi #749C3C
RGB
CMYK
RGB Variations
Color information
#749C3C (or 0x749C3C) is known color: Sushi. HEX triplet: 74, 9C and 3C. RGB value is (116,156,60). Sum of RGB (Red+Green+Blue) = 116+156+60=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #749C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C3C is #8B63C3. Grayscale: #858585. Windows color (decimal): -9135044 or 3972212. OLE color: 3972212.
HSL color Cylindrical-coordinate representation of color #749C3C: hue angle of 85º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #749C3C is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 60 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.39 |
| HSL | 85º | 0.44% | 0.42% | - |
| HSV(B) | 85º | 0.62% | 0.61% | - |
| XYZ | 19.91 | 27.82 | 8.59 | - |
| YUV | 133.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 60 | 0.26 | 0 | 0.62 | 0.39 | 85 | 0.44 | 0.42 |
| Hex | 74 | 9C | 3C | 1A | 0 | 3E | 27 | 55 | 2C | 2A |
| Octal | 164 | 234 | 74 | 32 | 0 | 76 | 47 | 125 | 54 | 52 |
| Binary | 1110100 | 10011100 | 111100 | 11010 | 0 | 111110 | 100111 | 1010101 | 101100 | 101010 |
Color Harmonies of #749C3C
Complementary color
Monochromatic Colors of #749C3C
Black with #749C3C
Text Example
Text Example
White with #749C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C3C; }
p { color: rgb(116,156,60); }
H1.HeaderClassName
{
color: #749C3C;
}
.AnyTagClassName
{
color: #749C3C;
}
</style>
background-color css
<style>
a { background-color: #749C3C; }
a { background-color: rgb(116,156,60); }
div.DivClassName
{
background-color: #749C3C;
}
.BgClassName
{
background-color: #749C3C;
}
</style>
border-color css
<style>
span { border-color: #749C3C; }
span { border-color: rgb(116,156,60); }
td.TdClassName
{
border-color: #749C3C;
}
.TagClassName
{
border-color: #749C3C;
}
</style>