Shades of Sushi #759B36
Tints of Sushi #759B36
RGB
CMYK
RGB Variations
Color information
#759B36 (or 0x759B36) is known color: Sushi. HEX triplet: 75, 9B and 36. RGB value is (117,155,54). Sum of RGB (Red+Green+Blue) = 117+155+54=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #759B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B36 is #8A64C9. Grayscale: #848484. Windows color (decimal): -9069770 or 3578741. OLE color: 3578741.
HSL color Cylindrical-coordinate representation of color #759B36: hue angle of 82.57º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #759B36 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 54 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.39 |
| HSL | 82.57º | 0.48% | 0.41% | - |
| HSV(B) | 82.57º | 0.65% | 0.61% | - |
| XYZ | 19.72 | 27.49 | 7.76 | - |
| YUV | 132.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 54 | 0.25 | 0 | 0.65 | 0.39 | 82.57 | 0.48 | 0.41 |
| Hex | 75 | 9B | 36 | 19 | 0 | 41 | 27 | 53 | 30 | 29 |
| Octal | 165 | 233 | 66 | 31 | 0 | 101 | 47 | 123 | 60 | 51 |
| Binary | 1110101 | 10011011 | 110110 | 11001 | 0 | 1000001 | 100111 | 1010011 | 110000 | 101001 |
Color Harmonies of #759B36
Complementary color
Monochromatic Colors of #759B36
Black with #759B36
Text Example
Text Example
White with #759B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B36; }
p { color: rgb(117,155,54); }
H1.HeaderClassName
{
color: #759B36;
}
.AnyTagClassName
{
color: #759B36;
}
</style>
background-color css
<style>
a { background-color: #759B36; }
a { background-color: rgb(117,155,54); }
div.DivClassName
{
background-color: #759B36;
}
.BgClassName
{
background-color: #759B36;
}
</style>
border-color css
<style>
span { border-color: #759B36; }
span { border-color: rgb(117,155,54); }
td.TdClassName
{
border-color: #759B36;
}
.TagClassName
{
border-color: #759B36;
}
</style>