Shades of Sushi #74973C
Tints of Sushi #74973C
RGB
CMYK
RGB Variations
Color information
#74973C (or 0x74973C) is known color: Sushi. HEX triplet: 74, 97 and 3C. RGB value is (116,151,60). Sum of RGB (Red+Green+Blue) = 116+151+60=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #74973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74973C is #8B68C3. Grayscale: #828282. Windows color (decimal): -9136324 or 3970932. OLE color: 3970932.
HSL color Cylindrical-coordinate representation of color #74973C: hue angle of 83.08º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74973C is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 60 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.41 |
| HSL | 83.08º | 0.43% | 0.41% | - |
| HSV(B) | 83.08º | 0.6% | 0.59% | - |
| XYZ | 19.08 | 26.17 | 8.32 | - |
| YUV | 130.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 60 | 0.23 | 0 | 0.60 | 0.41 | 83.08 | 0.43 | 0.41 |
| Hex | 74 | 97 | 3C | 17 | 0 | 3C | 29 | 53 | 2B | 29 |
| Octal | 164 | 227 | 74 | 27 | 0 | 74 | 51 | 123 | 53 | 51 |
| Binary | 1110100 | 10010111 | 111100 | 10111 | 0 | 111100 | 101001 | 1010011 | 101011 | 101001 |
Color Harmonies of #74973C
Complementary color
Monochromatic Colors of #74973C
Black with #74973C
Text Example
Text Example
White with #74973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74973C; }
p { color: rgb(116,151,60); }
H1.HeaderClassName
{
color: #74973C;
}
.AnyTagClassName
{
color: #74973C;
}
</style>
background-color css
<style>
a { background-color: #74973C; }
a { background-color: rgb(116,151,60); }
div.DivClassName
{
background-color: #74973C;
}
.BgClassName
{
background-color: #74973C;
}
</style>
border-color css
<style>
span { border-color: #74973C; }
span { border-color: rgb(116,151,60); }
td.TdClassName
{
border-color: #74973C;
}
.TagClassName
{
border-color: #74973C;
}
</style>