Shades of Sushi #74A043
Tints of Sushi #74A043
RGB
CMYK
RGB Variations
Color information
#74A043 (or 0x74A043) is known color: Sushi. HEX triplet: 74, A0 and 43. RGB value is (116,160,67). Sum of RGB (Red+Green+Blue) = 116+160+67=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #74A043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A043 is #8B5FBC. Grayscale: #888888. Windows color (decimal): -9134013 or 4431988. OLE color: 4431988.
HSL color Cylindrical-coordinate representation of color #74A043: hue angle of 88.39º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74A043 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 67 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.37 |
| HSL | 88.39º | 0.41% | 0.45% | - |
| HSV(B) | 88.39º | 0.58% | 0.63% | - |
| XYZ | 20.79 | 29.26 | 9.86 | - |
| YUV | 136.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 67 | 0.28 | 0 | 0.58 | 0.37 | 88.39 | 0.41 | 0.45 |
| Hex | 74 | A0 | 43 | 1C | 0 | 3A | 25 | 58 | 29 | 2D |
| Octal | 164 | 240 | 103 | 34 | 0 | 72 | 45 | 130 | 51 | 55 |
| Binary | 1110100 | 10100000 | 1000011 | 11100 | 0 | 111010 | 100101 | 1011000 | 101001 | 101101 |
Color Harmonies of #74A043
Complementary color
Monochromatic Colors of #74A043
Black with #74A043
Text Example
Text Example
White with #74A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A043; }
p { color: rgb(116,160,67); }
H1.HeaderClassName
{
color: #74A043;
}
.AnyTagClassName
{
color: #74A043;
}
</style>
background-color css
<style>
a { background-color: #74A043; }
a { background-color: rgb(116,160,67); }
div.DivClassName
{
background-color: #74A043;
}
.BgClassName
{
background-color: #74A043;
}
</style>
border-color css
<style>
span { border-color: #74A043; }
span { border-color: rgb(116,160,67); }
td.TdClassName
{
border-color: #74A043;
}
.TagClassName
{
border-color: #74A043;
}
</style>