Shades of Sushi #74A242
Tints of Sushi #74A242
RGB
CMYK
RGB Variations
Color information
#74A242 (or 0x74A242) is known color: Sushi. HEX triplet: 74, A2 and 42. RGB value is (116,162,66). Sum of RGB (Red+Green+Blue) = 116+162+66=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #74A242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A242 is #8B5DBD. Grayscale: #898989. Windows color (decimal): -9133502 or 4366964. OLE color: 4366964.
HSL color Cylindrical-coordinate representation of color #74A242: hue angle of 88.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74A242 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 66 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.36 |
| HSL | 88.75º | 0.42% | 0.45% | - |
| HSV(B) | 88.75º | 0.59% | 0.64% | - |
| XYZ | 21.11 | 29.95 | 9.82 | - |
| YUV | 137.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 66 | 0.28 | 0 | 0.59 | 0.36 | 88.75 | 0.42 | 0.45 |
| Hex | 74 | A2 | 42 | 1C | 0 | 3B | 24 | 59 | 2A | 2D |
| Octal | 164 | 242 | 102 | 34 | 0 | 73 | 44 | 131 | 52 | 55 |
| Binary | 1110100 | 10100010 | 1000010 | 11100 | 0 | 111011 | 100100 | 1011001 | 101010 | 101101 |
Color Harmonies of #74A242
Complementary color
Monochromatic Colors of #74A242
Black with #74A242
Text Example
Text Example
White with #74A242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A242; }
p { color: rgb(116,162,66); }
H1.HeaderClassName
{
color: #74A242;
}
.AnyTagClassName
{
color: #74A242;
}
</style>
background-color css
<style>
a { background-color: #74A242; }
a { background-color: rgb(116,162,66); }
div.DivClassName
{
background-color: #74A242;
}
.BgClassName
{
background-color: #74A242;
}
</style>
border-color css
<style>
span { border-color: #74A242; }
span { border-color: rgb(116,162,66); }
td.TdClassName
{
border-color: #74A242;
}
.TagClassName
{
border-color: #74A242;
}
</style>