Shades of Sushi #74B138
Tints of Sushi #74B138
RGB
CMYK
RGB Variations
Color information
#74B138 (or 0x74B138) is known color: Sushi. HEX triplet: 74, B1 and 38. RGB value is (116,177,56). Sum of RGB (Red+Green+Blue) = 116+177+56=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #74B138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B138 is #8B4EC7. Grayscale: #919191. Windows color (decimal): -9129672 or 3715444. OLE color: 3715444.
HSL color Cylindrical-coordinate representation of color #74B138: hue angle of 90.25º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74B138 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 56 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.31 |
| HSL | 90.25º | 0.52% | 0.46% | - |
| HSV(B) | 90.25º | 0.68% | 0.69% | - |
| XYZ | 23.64 | 35.44 | 9.34 | - |
| YUV | 144.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 56 | 0.34 | 0 | 0.68 | 0.31 | 90.25 | 0.52 | 0.46 |
| Hex | 74 | B1 | 38 | 22 | 0 | 44 | 1F | 5A | 34 | 2E |
| Octal | 164 | 261 | 70 | 42 | 0 | 104 | 37 | 132 | 64 | 56 |
| Binary | 1110100 | 10110001 | 111000 | 100010 | 0 | 1000100 | 11111 | 1011010 | 110100 | 101110 |
Color Harmonies of #74B138
Complementary color
Monochromatic Colors of #74B138
Black with #74B138
Text Example
Text Example
White with #74B138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B138; }
p { color: rgb(116,177,56); }
H1.HeaderClassName
{
color: #74B138;
}
.AnyTagClassName
{
color: #74B138;
}
</style>
background-color css
<style>
a { background-color: #74B138; }
a { background-color: rgb(116,177,56); }
div.DivClassName
{
background-color: #74B138;
}
.BgClassName
{
background-color: #74B138;
}
</style>
border-color css
<style>
span { border-color: #74B138; }
span { border-color: rgb(116,177,56); }
td.TdClassName
{
border-color: #74B138;
}
.TagClassName
{
border-color: #74B138;
}
</style>