Shades of Sushi #74932E
Tints of Sushi #74932E
RGB
CMYK
RGB Variations
Color information
#74932E (or 0x74932E) is known color: Sushi. HEX triplet: 74, 93 and 2E. RGB value is (116,147,46). Sum of RGB (Red+Green+Blue) = 116+147+46=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #74932E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74932E is #8B6CD1. Grayscale: #7E7E7E. Windows color (decimal): -9137362 or 3052404. OLE color: 3052404.
HSL color Cylindrical-coordinate representation of color #74932E: hue angle of 78.42º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74932E is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 46 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.42 |
| HSL | 78.42º | 0.52% | 0.38% | - |
| HSV(B) | 78.42º | 0.69% | 0.58% | - |
| XYZ | 18.13 | 24.78 | 6.41 | - |
| YUV | 126.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 46 | 0.21 | 0 | 0.69 | 0.42 | 78.42 | 0.52 | 0.38 |
| Hex | 74 | 93 | 2E | 15 | 0 | 45 | 2A | 4E | 34 | 26 |
| Octal | 164 | 223 | 56 | 25 | 0 | 105 | 52 | 116 | 64 | 46 |
| Binary | 1110100 | 10010011 | 101110 | 10101 | 0 | 1000101 | 101010 | 1001110 | 110100 | 100110 |
Color Harmonies of #74932E
Complementary color
Monochromatic Colors of #74932E
Black with #74932E
Text Example
Text Example
White with #74932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74932E; }
p { color: rgb(116,147,46); }
H1.HeaderClassName
{
color: #74932E;
}
.AnyTagClassName
{
color: #74932E;
}
</style>
background-color css
<style>
a { background-color: #74932E; }
a { background-color: rgb(116,147,46); }
div.DivClassName
{
background-color: #74932E;
}
.BgClassName
{
background-color: #74932E;
}
</style>
border-color css
<style>
span { border-color: #74932E; }
span { border-color: rgb(116,147,46); }
td.TdClassName
{
border-color: #74932E;
}
.TagClassName
{
border-color: #74932E;
}
</style>