Shades of Sushi #75A040
Tints of Sushi #75A040
RGB
CMYK
RGB Variations
Color information
#75A040 (or 0x75A040) is known color: Sushi. HEX triplet: 75, A0 and 40. RGB value is (117,160,64). Sum of RGB (Red+Green+Blue) = 117+160+64=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #75A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A040 is #8A5FBF. Grayscale: #888888. Windows color (decimal): -9068480 or 4235381. OLE color: 4235381.
HSL color Cylindrical-coordinate representation of color #75A040: hue angle of 86.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75A040 is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 64 | - |
| CMYK | 0.27 | 0 | 0.6 | 0.37 |
| HSL | 86.88º | 0.43% | 0.44% | - |
| HSV(B) | 86.88º | 0.6% | 0.63% | - |
| XYZ | 20.83 | 29.29 | 9.41 | - |
| YUV | 136.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 64 | 0.27 | 0 | 0.6 | 0.37 | 86.88 | 0.43 | 0.44 |
| Hex | 75 | A0 | 40 | 1B | 0 | 3C | 25 | 57 | 2B | 2C |
| Octal | 165 | 240 | 100 | 33 | 0 | 74 | 45 | 127 | 53 | 54 |
| Binary | 1110101 | 10100000 | 1000000 | 11011 | 0 | 111100 | 100101 | 1010111 | 101011 | 101100 |
Color Harmonies of #75A040
Complementary color
Monochromatic Colors of #75A040
Black with #75A040
Text Example
Text Example
White with #75A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A040; }
p { color: rgb(117,160,64); }
H1.HeaderClassName
{
color: #75A040;
}
.AnyTagClassName
{
color: #75A040;
}
</style>
background-color css
<style>
a { background-color: #75A040; }
a { background-color: rgb(117,160,64); }
div.DivClassName
{
background-color: #75A040;
}
.BgClassName
{
background-color: #75A040;
}
</style>
border-color css
<style>
span { border-color: #75A040; }
span { border-color: rgb(117,160,64); }
td.TdClassName
{
border-color: #75A040;
}
.TagClassName
{
border-color: #75A040;
}
</style>