Shades of Sushi #759B41
Tints of Sushi #759B41
RGB
CMYK
RGB Variations
Color information
#759B41 (or 0x759B41) is known color: Sushi. HEX triplet: 75, 9B and 41. RGB value is (117,155,65). Sum of RGB (Red+Green+Blue) = 117+155+65=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #759B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B41 is #8A64BE. Grayscale: #858585. Windows color (decimal): -9069759 or 4299637. OLE color: 4299637.
HSL color Cylindrical-coordinate representation of color #759B41: hue angle of 85.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #759B41 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 65 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.39 |
| HSL | 85.33º | 0.41% | 0.43% | - |
| HSV(B) | 85.33º | 0.58% | 0.61% | - |
| XYZ | 20.01 | 27.61 | 9.27 | - |
| YUV | 133.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 65 | 0.25 | 0 | 0.58 | 0.39 | 85.33 | 0.41 | 0.43 |
| Hex | 75 | 9B | 41 | 19 | 0 | 3A | 27 | 55 | 29 | 2B |
| Octal | 165 | 233 | 101 | 31 | 0 | 72 | 47 | 125 | 51 | 53 |
| Binary | 1110101 | 10011011 | 1000001 | 11001 | 0 | 111010 | 100111 | 1010101 | 101001 | 101011 |
Color Harmonies of #759B41
Complementary color
Monochromatic Colors of #759B41
Black with #759B41
Text Example
Text Example
White with #759B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B41; }
p { color: rgb(117,155,65); }
H1.HeaderClassName
{
color: #759B41;
}
.AnyTagClassName
{
color: #759B41;
}
</style>
background-color css
<style>
a { background-color: #759B41; }
a { background-color: rgb(117,155,65); }
div.DivClassName
{
background-color: #759B41;
}
.BgClassName
{
background-color: #759B41;
}
</style>
border-color css
<style>
span { border-color: #759B41; }
span { border-color: rgb(117,155,65); }
td.TdClassName
{
border-color: #759B41;
}
.TagClassName
{
border-color: #759B41;
}
</style>