Shades of Sushi #74983E
Tints of Sushi #74983E
RGB
CMYK
RGB Variations
Color information
#74983E (or 0x74983E) is known color: Sushi. HEX triplet: 74, 98 and 3E. RGB value is (116,152,62). Sum of RGB (Red+Green+Blue) = 116+152+62=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #74983E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74983E is #8B67C1. Grayscale: #838383. Windows color (decimal): -9136066 or 4102260. OLE color: 4102260.
HSL color Cylindrical-coordinate representation of color #74983E: hue angle of 84º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74983E is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 62 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.40 |
| HSL | 84º | 0.42% | 0.42% | - |
| HSV(B) | 84º | 0.59% | 0.6% | - |
| XYZ | 19.3 | 26.52 | 8.66 | - |
| YUV | 130.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 62 | 0.24 | 0 | 0.59 | 0.40 | 84 | 0.42 | 0.42 |
| Hex | 74 | 98 | 3E | 18 | 0 | 3B | 28 | 54 | 2A | 2A |
| Octal | 164 | 230 | 76 | 30 | 0 | 73 | 50 | 124 | 52 | 52 |
| Binary | 1110100 | 10011000 | 111110 | 11000 | 0 | 111011 | 101000 | 1010100 | 101010 | 101010 |
Color Harmonies of #74983E
Complementary color
Monochromatic Colors of #74983E
Black with #74983E
Text Example
Text Example
White with #74983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74983E; }
p { color: rgb(116,152,62); }
H1.HeaderClassName
{
color: #74983E;
}
.AnyTagClassName
{
color: #74983E;
}
</style>
background-color css
<style>
a { background-color: #74983E; }
a { background-color: rgb(116,152,62); }
div.DivClassName
{
background-color: #74983E;
}
.BgClassName
{
background-color: #74983E;
}
</style>
border-color css
<style>
span { border-color: #74983E; }
span { border-color: rgb(116,152,62); }
td.TdClassName
{
border-color: #74983E;
}
.TagClassName
{
border-color: #74983E;
}
</style>