Shades of Sushi #74A342
Tints of Sushi #74A342
RGB
CMYK
RGB Variations
Color information
#74A342 (or 0x74A342) is known color: Sushi. HEX triplet: 74, A3 and 42. RGB value is (116,163,66). Sum of RGB (Red+Green+Blue) = 116+163+66=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #74A342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A342 is #8B5CBD. Grayscale: #8A8A8A. Windows color (decimal): -9133246 or 4367220. OLE color: 4367220.
HSL color Cylindrical-coordinate representation of color #74A342: hue angle of 89.07º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74A342 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 163 | 66 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.36 |
| HSL | 89.07º | 0.42% | 0.45% | - |
| HSV(B) | 89.07º | 0.6% | 0.64% | - |
| XYZ | 21.28 | 30.3 | 9.88 | - |
| YUV | 137.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 163 | 66 | 0.29 | 0 | 0.60 | 0.36 | 89.07 | 0.42 | 0.45 |
| Hex | 74 | A3 | 42 | 1D | 0 | 3C | 24 | 59 | 2A | 2D |
| Octal | 164 | 243 | 102 | 35 | 0 | 74 | 44 | 131 | 52 | 55 |
| Binary | 1110100 | 10100011 | 1000010 | 11101 | 0 | 111100 | 100100 | 1011001 | 101010 | 101101 |
Color Harmonies of #74A342
Complementary color
Monochromatic Colors of #74A342
Black with #74A342
Text Example
Text Example
White with #74A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A342; }
p { color: rgb(116,163,66); }
H1.HeaderClassName
{
color: #74A342;
}
.AnyTagClassName
{
color: #74A342;
}
</style>
background-color css
<style>
a { background-color: #74A342; }
a { background-color: rgb(116,163,66); }
div.DivClassName
{
background-color: #74A342;
}
.BgClassName
{
background-color: #74A342;
}
</style>
border-color css
<style>
span { border-color: #74A342; }
span { border-color: rgb(116,163,66); }
td.TdClassName
{
border-color: #74A342;
}
.TagClassName
{
border-color: #74A342;
}
</style>