Shades of Sushi #75A240
Tints of Sushi #75A240
RGB
CMYK
RGB Variations
Color information
#75A240 (or 0x75A240) is known color: Sushi. HEX triplet: 75, A2 and 40. RGB value is (117,162,64). Sum of RGB (Red+Green+Blue) = 117+162+64=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #75A240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A240 is #8A5DBF. Grayscale: #898989. Windows color (decimal): -9067968 or 4235893. OLE color: 4235893.
HSL color Cylindrical-coordinate representation of color #75A240: hue angle of 87.55º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75A240 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 162 | 64 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.36 |
| HSL | 87.55º | 0.43% | 0.44% | - |
| HSV(B) | 87.55º | 0.6% | 0.64% | - |
| XYZ | 21.18 | 29.99 | 9.52 | - |
| YUV | 137.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 162 | 64 | 0.28 | 0 | 0.60 | 0.36 | 87.55 | 0.43 | 0.44 |
| Hex | 75 | A2 | 40 | 1C | 0 | 3C | 24 | 58 | 2B | 2C |
| Octal | 165 | 242 | 100 | 34 | 0 | 74 | 44 | 130 | 53 | 54 |
| Binary | 1110101 | 10100010 | 1000000 | 11100 | 0 | 111100 | 100100 | 1011000 | 101011 | 101100 |
Color Harmonies of #75A240
Complementary color
Monochromatic Colors of #75A240
Black with #75A240
Text Example
Text Example
White with #75A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A240; }
p { color: rgb(117,162,64); }
H1.HeaderClassName
{
color: #75A240;
}
.AnyTagClassName
{
color: #75A240;
}
</style>
background-color css
<style>
a { background-color: #75A240; }
a { background-color: rgb(117,162,64); }
div.DivClassName
{
background-color: #75A240;
}
.BgClassName
{
background-color: #75A240;
}
</style>
border-color css
<style>
span { border-color: #75A240; }
span { border-color: rgb(117,162,64); }
td.TdClassName
{
border-color: #75A240;
}
.TagClassName
{
border-color: #75A240;
}
</style>