Shades of Sushi #759B43
Tints of Sushi #759B43
RGB
CMYK
RGB Variations
Color information
#759B43 (or 0x759B43) is known color: Sushi. HEX triplet: 75, 9B and 43. RGB value is (117,155,67). Sum of RGB (Red+Green+Blue) = 117+155+67=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #759B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B43 is #8A64BC. Grayscale: #858585. Windows color (decimal): -9069757 or 4430709. OLE color: 4430709.
HSL color Cylindrical-coordinate representation of color #759B43: hue angle of 85.91º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #759B43 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 67 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.39 |
| HSL | 85.91º | 0.4% | 0.44% | - |
| HSV(B) | 85.91º | 0.57% | 0.61% | - |
| XYZ | 20.07 | 27.63 | 9.59 | - |
| YUV | 133.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 67 | 0.25 | 0 | 0.57 | 0.39 | 85.91 | 0.4 | 0.44 |
| Hex | 75 | 9B | 43 | 19 | 0 | 39 | 27 | 56 | 28 | 2C |
| Octal | 165 | 233 | 103 | 31 | 0 | 71 | 47 | 126 | 50 | 54 |
| Binary | 1110101 | 10011011 | 1000011 | 11001 | 0 | 111001 | 100111 | 1010110 | 101000 | 101100 |
Color Harmonies of #759B43
Complementary color
Monochromatic Colors of #759B43
Black with #759B43
Text Example
Text Example
White with #759B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B43; }
p { color: rgb(117,155,67); }
H1.HeaderClassName
{
color: #759B43;
}
.AnyTagClassName
{
color: #759B43;
}
</style>
background-color css
<style>
a { background-color: #759B43; }
a { background-color: rgb(117,155,67); }
div.DivClassName
{
background-color: #759B43;
}
.BgClassName
{
background-color: #759B43;
}
</style>
border-color css
<style>
span { border-color: #759B43; }
span { border-color: rgb(117,155,67); }
td.TdClassName
{
border-color: #759B43;
}
.TagClassName
{
border-color: #759B43;
}
</style>