Shades of Sushi #74A139
Tints of Sushi #74A139
RGB
CMYK
RGB Variations
Color information
#74A139 (or 0x74A139) is known color: Sushi. HEX triplet: 74, A1 and 39. RGB value is (116,161,57). Sum of RGB (Red+Green+Blue) = 116+161+57=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #74A139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A139 is #8B5EC6. Grayscale: #888888. Windows color (decimal): -9133767 or 3776884. OLE color: 3776884.
HSL color Cylindrical-coordinate representation of color #74A139: hue angle of 85.96º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74A139 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 57 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.37 |
| HSL | 85.96º | 0.48% | 0.43% | - |
| HSV(B) | 85.96º | 0.65% | 0.63% | - |
| XYZ | 20.69 | 29.5 | 8.47 | - |
| YUV | 135.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 57 | 0.28 | 0 | 0.65 | 0.37 | 85.96 | 0.48 | 0.43 |
| Hex | 74 | A1 | 39 | 1C | 0 | 41 | 25 | 56 | 30 | 2B |
| Octal | 164 | 241 | 71 | 34 | 0 | 101 | 45 | 126 | 60 | 53 |
| Binary | 1110100 | 10100001 | 111001 | 11100 | 0 | 1000001 | 100101 | 1010110 | 110000 | 101011 |
Color Harmonies of #74A139
Complementary color
Monochromatic Colors of #74A139
Black with #74A139
Text Example
Text Example
White with #74A139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A139; }
p { color: rgb(116,161,57); }
H1.HeaderClassName
{
color: #74A139;
}
.AnyTagClassName
{
color: #74A139;
}
</style>
background-color css
<style>
a { background-color: #74A139; }
a { background-color: rgb(116,161,57); }
div.DivClassName
{
background-color: #74A139;
}
.BgClassName
{
background-color: #74A139;
}
</style>
border-color css
<style>
span { border-color: #74A139; }
span { border-color: rgb(116,161,57); }
td.TdClassName
{
border-color: #74A139;
}
.TagClassName
{
border-color: #74A139;
}
</style>