Shades of Sushi #749C28
Tints of Sushi #749C28
RGB
CMYK
RGB Variations
Color information
#749C28 (or 0x749C28) is known color: Sushi. HEX triplet: 74, 9C and 28. RGB value is (116,156,40). Sum of RGB (Red+Green+Blue) = 116+156+40=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #749C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C28 is #8B63D7. Grayscale: #838383. Windows color (decimal): -9135064 or 2661492. OLE color: 2661492.
HSL color Cylindrical-coordinate representation of color #749C28: hue angle of 80.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749C28 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 40 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.39 |
| HSL | 80.69º | 0.59% | 0.38% | - |
| HSV(B) | 80.69º | 0.74% | 0.61% | - |
| XYZ | 19.47 | 27.64 | 6.32 | - |
| YUV | 130.82 | 76.75 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 40 | 0.26 | 0 | 0.74 | 0.39 | 80.69 | 0.59 | 0.38 |
| Hex | 74 | 9C | 28 | 1A | 0 | 4A | 27 | 51 | 3B | 26 |
| Octal | 164 | 234 | 50 | 32 | 0 | 112 | 47 | 121 | 73 | 46 |
| Binary | 1110100 | 10011100 | 101000 | 11010 | 0 | 1001010 | 100111 | 1010001 | 111011 | 100110 |
Color Harmonies of #749C28
Complementary color
Monochromatic Colors of #749C28
Black with #749C28
Text Example
Text Example
White with #749C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C28; }
p { color: rgb(116,156,40); }
H1.HeaderClassName
{
color: #749C28;
}
.AnyTagClassName
{
color: #749C28;
}
</style>
background-color css
<style>
a { background-color: #749C28; }
a { background-color: rgb(116,156,40); }
div.DivClassName
{
background-color: #749C28;
}
.BgClassName
{
background-color: #749C28;
}
</style>
border-color css
<style>
span { border-color: #749C28; }
span { border-color: rgb(116,156,40); }
td.TdClassName
{
border-color: #749C28;
}
.TagClassName
{
border-color: #749C28;
}
</style>