Shades of Sushi #74A22D
Tints of Sushi #74A22D
RGB
CMYK
RGB Variations
Color information
#74A22D (or 0x74A22D) is known color: Sushi. HEX triplet: 74, A2 and 2D. RGB value is (116,162,45). Sum of RGB (Red+Green+Blue) = 116+162+45=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #74A22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A22D is #8B5DD2. Grayscale: #878787. Windows color (decimal): -9133523 or 2990708. OLE color: 2990708.
HSL color Cylindrical-coordinate representation of color #74A22D: hue angle of 83.59º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74A22D is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 45 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.36 |
| HSL | 83.59º | 0.57% | 0.41% | - |
| HSV(B) | 83.59º | 0.72% | 0.64% | - |
| XYZ | 20.6 | 29.74 | 7.14 | - |
| YUV | 134.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 45 | 0.28 | 0 | 0.72 | 0.36 | 83.59 | 0.57 | 0.41 |
| Hex | 74 | A2 | 2D | 1C | 0 | 48 | 24 | 54 | 39 | 29 |
| Octal | 164 | 242 | 55 | 34 | 0 | 110 | 44 | 124 | 71 | 51 |
| Binary | 1110100 | 10100010 | 101101 | 11100 | 0 | 1001000 | 100100 | 1010100 | 111001 | 101001 |
Color Harmonies of #74A22D
Complementary color
Monochromatic Colors of #74A22D
Black with #74A22D
Text Example
Text Example
White with #74A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A22D; }
p { color: rgb(116,162,45); }
H1.HeaderClassName
{
color: #74A22D;
}
.AnyTagClassName
{
color: #74A22D;
}
</style>
background-color css
<style>
a { background-color: #74A22D; }
a { background-color: rgb(116,162,45); }
div.DivClassName
{
background-color: #74A22D;
}
.BgClassName
{
background-color: #74A22D;
}
</style>
border-color css
<style>
span { border-color: #74A22D; }
span { border-color: rgb(116,162,45); }
td.TdClassName
{
border-color: #74A22D;
}
.TagClassName
{
border-color: #74A22D;
}
</style>