Shades of Sushi #74973D
Tints of Sushi #74973D
RGB
CMYK
RGB Variations
Color information
#74973D (or 0x74973D) is known color: Sushi. HEX triplet: 74, 97 and 3D. RGB value is (116,151,61). Sum of RGB (Red+Green+Blue) = 116+151+61=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #74973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74973D is #8B68C2. Grayscale: #828282. Windows color (decimal): -9136323 or 4036468. OLE color: 4036468.
HSL color Cylindrical-coordinate representation of color #74973D: hue angle of 83.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74973D is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 61 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.41 |
| HSL | 83.33º | 0.42% | 0.42% | - |
| HSV(B) | 83.33º | 0.6% | 0.59% | - |
| XYZ | 19.11 | 26.18 | 8.46 | - |
| YUV | 130.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 61 | 0.23 | 0 | 0.60 | 0.41 | 83.33 | 0.42 | 0.42 |
| Hex | 74 | 97 | 3D | 17 | 0 | 3C | 29 | 53 | 2A | 2A |
| Octal | 164 | 227 | 75 | 27 | 0 | 74 | 51 | 123 | 52 | 52 |
| Binary | 1110100 | 10010111 | 111101 | 10111 | 0 | 111100 | 101001 | 1010011 | 101010 | 101010 |
Color Harmonies of #74973D
Complementary color
Monochromatic Colors of #74973D
Black with #74973D
Text Example
Text Example
White with #74973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74973D; }
p { color: rgb(116,151,61); }
H1.HeaderClassName
{
color: #74973D;
}
.AnyTagClassName
{
color: #74973D;
}
</style>
background-color css
<style>
a { background-color: #74973D; }
a { background-color: rgb(116,151,61); }
div.DivClassName
{
background-color: #74973D;
}
.BgClassName
{
background-color: #74973D;
}
</style>
border-color css
<style>
span { border-color: #74973D; }
span { border-color: rgb(116,151,61); }
td.TdClassName
{
border-color: #74973D;
}
.TagClassName
{
border-color: #74973D;
}
</style>