Shades of Sushi #74A429
Tints of Sushi #74A429
RGB
CMYK
RGB Variations
Color information
#74A429 (or 0x74A429) is known color: Sushi. HEX triplet: 74, A4 and 29. RGB value is (116,164,41). Sum of RGB (Red+Green+Blue) = 116+164+41=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #74A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A429 is #8B5BD6. Grayscale: #888888. Windows color (decimal): -9133015 or 2729076. OLE color: 2729076.
HSL color Cylindrical-coordinate representation of color #74A429: hue angle of 83.41º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74A429 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 41 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.36 |
| HSL | 83.41º | 0.6% | 0.4% | - |
| HSV(B) | 83.41º | 0.75% | 0.64% | - |
| XYZ | 20.88 | 30.42 | 6.87 | - |
| YUV | 135.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 41 | 0.29 | 0 | 0.75 | 0.36 | 83.41 | 0.6 | 0.4 |
| Hex | 74 | A4 | 29 | 1D | 0 | 4B | 24 | 53 | 3C | 28 |
| Octal | 164 | 244 | 51 | 35 | 0 | 113 | 44 | 123 | 74 | 50 |
| Binary | 1110100 | 10100100 | 101001 | 11101 | 0 | 1001011 | 100100 | 1010011 | 111100 | 101000 |
Color Harmonies of #74A429
Complementary color
Monochromatic Colors of #74A429
Black with #74A429
Text Example
Text Example
White with #74A429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A429; }
p { color: rgb(116,164,41); }
H1.HeaderClassName
{
color: #74A429;
}
.AnyTagClassName
{
color: #74A429;
}
</style>
background-color css
<style>
a { background-color: #74A429; }
a { background-color: rgb(116,164,41); }
div.DivClassName
{
background-color: #74A429;
}
.BgClassName
{
background-color: #74A429;
}
</style>
border-color css
<style>
span { border-color: #74A429; }
span { border-color: rgb(116,164,41); }
td.TdClassName
{
border-color: #74A429;
}
.TagClassName
{
border-color: #74A429;
}
</style>