Shades of Sushi #75B239
Tints of Sushi #75B239
RGB
CMYK
RGB Variations
Color information
#75B239 (or 0x75B239) is known color: Sushi. HEX triplet: 75, B2 and 39. RGB value is (117,178,57). Sum of RGB (Red+Green+Blue) = 117+178+57=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #75B239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B239 is #8A4DC6. Grayscale: #929292. Windows color (decimal): -9063879 or 3781237. OLE color: 3781237.
HSL color Cylindrical-coordinate representation of color #75B239: hue angle of 90.25º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75B239 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 57 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.30 |
| HSL | 90.25º | 0.51% | 0.46% | - |
| HSV(B) | 90.25º | 0.68% | 0.7% | - |
| XYZ | 24 | 35.92 | 9.54 | - |
| YUV | 145.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 57 | 0.34 | 0 | 0.68 | 0.30 | 90.25 | 0.51 | 0.46 |
| Hex | 75 | B2 | 39 | 22 | 0 | 44 | 1E | 5A | 33 | 2E |
| Octal | 165 | 262 | 71 | 42 | 0 | 104 | 36 | 132 | 63 | 56 |
| Binary | 1110101 | 10110010 | 111001 | 100010 | 0 | 1000100 | 11110 | 1011010 | 110011 | 101110 |
Color Harmonies of #75B239
Complementary color
Monochromatic Colors of #75B239
Black with #75B239
Text Example
Text Example
White with #75B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B239; }
p { color: rgb(117,178,57); }
H1.HeaderClassName
{
color: #75B239;
}
.AnyTagClassName
{
color: #75B239;
}
</style>
background-color css
<style>
a { background-color: #75B239; }
a { background-color: rgb(117,178,57); }
div.DivClassName
{
background-color: #75B239;
}
.BgClassName
{
background-color: #75B239;
}
</style>
border-color css
<style>
span { border-color: #75B239; }
span { border-color: rgb(117,178,57); }
td.TdClassName
{
border-color: #75B239;
}
.TagClassName
{
border-color: #75B239;
}
</style>