Shades of Sushi #74A636
Tints of Sushi #74A636
RGB
CMYK
RGB Variations
Color information
#74A636 (or 0x74A636) is known color: Sushi. HEX triplet: 74, A6 and 36. RGB value is (116,166,54). Sum of RGB (Red+Green+Blue) = 116+166+54=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #74A636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A636 is #8B59C9. Grayscale: #8A8A8A. Windows color (decimal): -9132490 or 3581556. OLE color: 3581556.
HSL color Cylindrical-coordinate representation of color #74A636: hue angle of 86.79º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74A636 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 54 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.35 |
| HSL | 86.79º | 0.51% | 0.43% | - |
| HSV(B) | 86.79º | 0.67% | 0.65% | - |
| XYZ | 21.5 | 31.25 | 8.39 | - |
| YUV | 138.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 54 | 0.30 | 0 | 0.67 | 0.35 | 86.79 | 0.51 | 0.43 |
| Hex | 74 | A6 | 36 | 1E | 0 | 43 | 23 | 57 | 33 | 2B |
| Octal | 164 | 246 | 66 | 36 | 0 | 103 | 43 | 127 | 63 | 53 |
| Binary | 1110100 | 10100110 | 110110 | 11110 | 0 | 1000011 | 100011 | 1010111 | 110011 | 101011 |
Color Harmonies of #74A636
Complementary color
Monochromatic Colors of #74A636
Black with #74A636
Text Example
Text Example
White with #74A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A636; }
p { color: rgb(116,166,54); }
H1.HeaderClassName
{
color: #74A636;
}
.AnyTagClassName
{
color: #74A636;
}
</style>
background-color css
<style>
a { background-color: #74A636; }
a { background-color: rgb(116,166,54); }
div.DivClassName
{
background-color: #74A636;
}
.BgClassName
{
background-color: #74A636;
}
</style>
border-color css
<style>
span { border-color: #74A636; }
span { border-color: rgb(116,166,54); }
td.TdClassName
{
border-color: #74A636;
}
.TagClassName
{
border-color: #74A636;
}
</style>