Shades of Sushi #74A02D
Tints of Sushi #74A02D
RGB
CMYK
RGB Variations
Color information
#74A02D (or 0x74A02D) is known color: Sushi. HEX triplet: 74, A0 and 2D. RGB value is (116,160,45). Sum of RGB (Red+Green+Blue) = 116+160+45=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #74A02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A02D is #8B5FD2. Grayscale: #868686. Windows color (decimal): -9134035 or 2990196. OLE color: 2990196.
HSL color Cylindrical-coordinate representation of color #74A02D: hue angle of 82.96º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74A02D is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 45 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.37 |
| HSL | 82.96º | 0.56% | 0.4% | - |
| HSV(B) | 82.96º | 0.72% | 0.63% | - |
| XYZ | 20.25 | 29.04 | 7.02 | - |
| YUV | 133.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 45 | 0.28 | 0 | 0.72 | 0.37 | 82.96 | 0.56 | 0.4 |
| Hex | 74 | A0 | 2D | 1C | 0 | 48 | 25 | 53 | 38 | 28 |
| Octal | 164 | 240 | 55 | 34 | 0 | 110 | 45 | 123 | 70 | 50 |
| Binary | 1110100 | 10100000 | 101101 | 11100 | 0 | 1001000 | 100101 | 1010011 | 111000 | 101000 |
Color Harmonies of #74A02D
Complementary color
Monochromatic Colors of #74A02D
Black with #74A02D
Text Example
Text Example
White with #74A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A02D; }
p { color: rgb(116,160,45); }
H1.HeaderClassName
{
color: #74A02D;
}
.AnyTagClassName
{
color: #74A02D;
}
</style>
background-color css
<style>
a { background-color: #74A02D; }
a { background-color: rgb(116,160,45); }
div.DivClassName
{
background-color: #74A02D;
}
.BgClassName
{
background-color: #74A02D;
}
</style>
border-color css
<style>
span { border-color: #74A02D; }
span { border-color: rgb(116,160,45); }
td.TdClassName
{
border-color: #74A02D;
}
.TagClassName
{
border-color: #74A02D;
}
</style>