Shades of Sushi #74A341
Tints of Sushi #74A341
RGB
CMYK
RGB Variations
Color information
#74A341 (or 0x74A341) is known color: Sushi. HEX triplet: 74, A3 and 41. RGB value is (116,163,65). Sum of RGB (Red+Green+Blue) = 116+163+65=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #74A341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A341 is #8B5CBE. Grayscale: #8A8A8A. Windows color (decimal): -9133247 or 4301684. OLE color: 4301684.
HSL color Cylindrical-coordinate representation of color #74A341: hue angle of 88.78º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74A341 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 163 | 65 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.36 |
| HSL | 88.78º | 0.43% | 0.45% | - |
| HSV(B) | 88.78º | 0.6% | 0.64% | - |
| XYZ | 21.25 | 30.29 | 9.73 | - |
| YUV | 137.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 163 | 65 | 0.29 | 0 | 0.60 | 0.36 | 88.78 | 0.43 | 0.45 |
| Hex | 74 | A3 | 41 | 1D | 0 | 3C | 24 | 59 | 2B | 2D |
| Octal | 164 | 243 | 101 | 35 | 0 | 74 | 44 | 131 | 53 | 55 |
| Binary | 1110100 | 10100011 | 1000001 | 11101 | 0 | 111100 | 100100 | 1011001 | 101011 | 101101 |
Color Harmonies of #74A341
Complementary color
Monochromatic Colors of #74A341
Black with #74A341
Text Example
Text Example
White with #74A341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A341; }
p { color: rgb(116,163,65); }
H1.HeaderClassName
{
color: #74A341;
}
.AnyTagClassName
{
color: #74A341;
}
</style>
background-color css
<style>
a { background-color: #74A341; }
a { background-color: rgb(116,163,65); }
div.DivClassName
{
background-color: #74A341;
}
.BgClassName
{
background-color: #74A341;
}
</style>
border-color css
<style>
span { border-color: #74A341; }
span { border-color: rgb(116,163,65); }
td.TdClassName
{
border-color: #74A341;
}
.TagClassName
{
border-color: #74A341;
}
</style>