Shades of Sushi #75A840
Tints of Sushi #75A840
RGB
CMYK
RGB Variations
Color information
#75A840 (or 0x75A840) is known color: Sushi. HEX triplet: 75, A8 and 40. RGB value is (117,168,64). Sum of RGB (Red+Green+Blue) = 117+168+64=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #75A840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A840 is #8A57BF. Grayscale: #8D8D8D. Windows color (decimal): -9066432 or 4237429. OLE color: 4237429.
HSL color Cylindrical-coordinate representation of color #75A840: hue angle of 89.42º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75A840 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 64 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.34 |
| HSL | 89.42º | 0.45% | 0.45% | - |
| HSV(B) | 89.42º | 0.62% | 0.66% | - |
| XYZ | 22.26 | 32.16 | 9.88 | - |
| YUV | 140.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 64 | 0.30 | 0 | 0.62 | 0.34 | 89.42 | 0.45 | 0.45 |
| Hex | 75 | A8 | 40 | 1E | 0 | 3E | 22 | 59 | 2D | 2D |
| Octal | 165 | 250 | 100 | 36 | 0 | 76 | 42 | 131 | 55 | 55 |
| Binary | 1110101 | 10101000 | 1000000 | 11110 | 0 | 111110 | 100010 | 1011001 | 101101 | 101101 |
Color Harmonies of #75A840
Complementary color
Monochromatic Colors of #75A840
Black with #75A840
Text Example
Text Example
White with #75A840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A840; }
p { color: rgb(117,168,64); }
H1.HeaderClassName
{
color: #75A840;
}
.AnyTagClassName
{
color: #75A840;
}
</style>
background-color css
<style>
a { background-color: #75A840; }
a { background-color: rgb(117,168,64); }
div.DivClassName
{
background-color: #75A840;
}
.BgClassName
{
background-color: #75A840;
}
</style>
border-color css
<style>
span { border-color: #75A840; }
span { border-color: rgb(117,168,64); }
td.TdClassName
{
border-color: #75A840;
}
.TagClassName
{
border-color: #75A840;
}
</style>