Shades of Sushi #759B39
Tints of Sushi #759B39
RGB
CMYK
RGB Variations
Color information
#759B39 (or 0x759B39) is known color: Sushi. HEX triplet: 75, 9B and 39. RGB value is (117,155,57). Sum of RGB (Red+Green+Blue) = 117+155+57=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #759B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B39 is #8A64C6. Grayscale: #848484. Windows color (decimal): -9069767 or 3775349. OLE color: 3775349.
HSL color Cylindrical-coordinate representation of color #759B39: hue angle of 83.27º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759B39 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 57 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.39 |
| HSL | 83.27º | 0.46% | 0.42% | - |
| HSV(B) | 83.27º | 0.63% | 0.61% | - |
| XYZ | 19.8 | 27.52 | 8.14 | - |
| YUV | 132.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 57 | 0.25 | 0 | 0.63 | 0.39 | 83.27 | 0.46 | 0.42 |
| Hex | 75 | 9B | 39 | 19 | 0 | 3F | 27 | 53 | 2E | 2A |
| Octal | 165 | 233 | 71 | 31 | 0 | 77 | 47 | 123 | 56 | 52 |
| Binary | 1110101 | 10011011 | 111001 | 11001 | 0 | 111111 | 100111 | 1010011 | 101110 | 101010 |
Color Harmonies of #759B39
Complementary color
Monochromatic Colors of #759B39
Black with #759B39
Text Example
Text Example
White with #759B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B39; }
p { color: rgb(117,155,57); }
H1.HeaderClassName
{
color: #759B39;
}
.AnyTagClassName
{
color: #759B39;
}
</style>
background-color css
<style>
a { background-color: #759B39; }
a { background-color: rgb(117,155,57); }
div.DivClassName
{
background-color: #759B39;
}
.BgClassName
{
background-color: #759B39;
}
</style>
border-color css
<style>
span { border-color: #759B39; }
span { border-color: rgb(117,155,57); }
td.TdClassName
{
border-color: #759B39;
}
.TagClassName
{
border-color: #759B39;
}
</style>