Shades of Sushi #74A440
Tints of Sushi #74A440
RGB
CMYK
RGB Variations
Color information
#74A440 (or 0x74A440) is known color: Sushi. HEX triplet: 74, A4 and 40. RGB value is (116,164,64). Sum of RGB (Red+Green+Blue) = 116+164+64=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #74A440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A440 is #8B5BBF. Grayscale: #8A8A8A. Windows color (decimal): -9132992 or 4236404. OLE color: 4236404.
HSL color Cylindrical-coordinate representation of color #74A440: hue angle of 88.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74A440 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 64 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.36 |
| HSL | 88.8º | 0.44% | 0.45% | - |
| HSV(B) | 88.8º | 0.61% | 0.64% | - |
| XYZ | 21.4 | 30.63 | 9.64 | - |
| YUV | 138.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 64 | 0.29 | 0 | 0.61 | 0.36 | 88.8 | 0.44 | 0.45 |
| Hex | 74 | A4 | 40 | 1D | 0 | 3D | 24 | 59 | 2C | 2D |
| Octal | 164 | 244 | 100 | 35 | 0 | 75 | 44 | 131 | 54 | 55 |
| Binary | 1110100 | 10100100 | 1000000 | 11101 | 0 | 111101 | 100100 | 1011001 | 101100 | 101101 |
Color Harmonies of #74A440
Complementary color
Monochromatic Colors of #74A440
Black with #74A440
Text Example
Text Example
White with #74A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A440; }
p { color: rgb(116,164,64); }
H1.HeaderClassName
{
color: #74A440;
}
.AnyTagClassName
{
color: #74A440;
}
</style>
background-color css
<style>
a { background-color: #74A440; }
a { background-color: rgb(116,164,64); }
div.DivClassName
{
background-color: #74A440;
}
.BgClassName
{
background-color: #74A440;
}
</style>
border-color css
<style>
span { border-color: #74A440; }
span { border-color: rgb(116,164,64); }
td.TdClassName
{
border-color: #74A440;
}
.TagClassName
{
border-color: #74A440;
}
</style>