Shades of Sushi #75A632
Tints of Sushi #75A632
RGB
CMYK
RGB Variations
Color information
#75A632 (or 0x75A632) is known color: Sushi. HEX triplet: 75, A6 and 32. RGB value is (117,166,50). Sum of RGB (Red+Green+Blue) = 117+166+50=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #75A632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A632 is #8A59CD. Grayscale: #8A8A8A. Windows color (decimal): -9066958 or 3319413. OLE color: 3319413.
HSL color Cylindrical-coordinate representation of color #75A632: hue angle of 85.34º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75A632 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 50 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.35 |
| HSL | 85.34º | 0.54% | 0.42% | - |
| HSV(B) | 85.34º | 0.7% | 0.65% | - |
| XYZ | 21.55 | 31.28 | 7.92 | - |
| YUV | 138.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 50 | 0.30 | 0 | 0.70 | 0.35 | 85.34 | 0.54 | 0.42 |
| Hex | 75 | A6 | 32 | 1E | 0 | 46 | 23 | 55 | 36 | 2A |
| Octal | 165 | 246 | 62 | 36 | 0 | 106 | 43 | 125 | 66 | 52 |
| Binary | 1110101 | 10100110 | 110010 | 11110 | 0 | 1000110 | 100011 | 1010101 | 110110 | 101010 |
Color Harmonies of #75A632
Complementary color
Monochromatic Colors of #75A632
Black with #75A632
Text Example
Text Example
White with #75A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A632; }
p { color: rgb(117,166,50); }
H1.HeaderClassName
{
color: #75A632;
}
.AnyTagClassName
{
color: #75A632;
}
</style>
background-color css
<style>
a { background-color: #75A632; }
a { background-color: rgb(117,166,50); }
div.DivClassName
{
background-color: #75A632;
}
.BgClassName
{
background-color: #75A632;
}
</style>
border-color css
<style>
span { border-color: #75A632; }
span { border-color: rgb(117,166,50); }
td.TdClassName
{
border-color: #75A632;
}
.TagClassName
{
border-color: #75A632;
}
</style>