Shades of Sushi #75A431
Tints of Sushi #75A431
RGB
CMYK
RGB Variations
Color information
#75A431 (or 0x75A431) is known color: Sushi. HEX triplet: 75, A4 and 31. RGB value is (117,164,49). Sum of RGB (Red+Green+Blue) = 117+164+49=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #75A431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A431 is #8A5BCE. Grayscale: #898989. Windows color (decimal): -9067471 or 3253365. OLE color: 3253365.
HSL color Cylindrical-coordinate representation of color #75A431: hue angle of 84.52º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75A431 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 164 | 49 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.36 |
| HSL | 84.52º | 0.54% | 0.42% | - |
| HSV(B) | 84.52º | 0.7% | 0.64% | - |
| XYZ | 21.17 | 30.55 | 7.69 | - |
| YUV | 136.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 164 | 49 | 0.29 | 0 | 0.70 | 0.36 | 84.52 | 0.54 | 0.42 |
| Hex | 75 | A4 | 31 | 1D | 0 | 46 | 24 | 55 | 36 | 2A |
| Octal | 165 | 244 | 61 | 35 | 0 | 106 | 44 | 125 | 66 | 52 |
| Binary | 1110101 | 10100100 | 110001 | 11101 | 0 | 1000110 | 100100 | 1010101 | 110110 | 101010 |
Color Harmonies of #75A431
Complementary color
Monochromatic Colors of #75A431
Black with #75A431
Text Example
Text Example
White with #75A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A431; }
p { color: rgb(117,164,49); }
H1.HeaderClassName
{
color: #75A431;
}
.AnyTagClassName
{
color: #75A431;
}
</style>
background-color css
<style>
a { background-color: #75A431; }
a { background-color: rgb(117,164,49); }
div.DivClassName
{
background-color: #75A431;
}
.BgClassName
{
background-color: #75A431;
}
</style>
border-color css
<style>
span { border-color: #75A431; }
span { border-color: rgb(117,164,49); }
td.TdClassName
{
border-color: #75A431;
}
.TagClassName
{
border-color: #75A431;
}
</style>