Shades of Sushi #759F34
Tints of Sushi #759F34
RGB
CMYK
RGB Variations
Color information
#759F34 (or 0x759F34) is known color: Sushi. HEX triplet: 75, 9F and 34. RGB value is (117,159,52). Sum of RGB (Red+Green+Blue) = 117+159+52=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #759F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F34 is #8A60CB. Grayscale: #868686. Windows color (decimal): -9068748 or 3448693. OLE color: 3448693.
HSL color Cylindrical-coordinate representation of color #759F34: hue angle of 83.55º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #759F34 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 52 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.38 |
| HSL | 83.55º | 0.51% | 0.41% | - |
| HSV(B) | 83.55º | 0.67% | 0.62% | - |
| XYZ | 20.35 | 28.83 | 7.74 | - |
| YUV | 134.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 52 | 0.26 | 0 | 0.67 | 0.38 | 83.55 | 0.51 | 0.41 |
| Hex | 75 | 9F | 34 | 1A | 0 | 43 | 26 | 54 | 33 | 29 |
| Octal | 165 | 237 | 64 | 32 | 0 | 103 | 46 | 124 | 63 | 51 |
| Binary | 1110101 | 10011111 | 110100 | 11010 | 0 | 1000011 | 100110 | 1010100 | 110011 | 101001 |
Color Harmonies of #759F34
Complementary color
Monochromatic Colors of #759F34
Black with #759F34
Text Example
Text Example
White with #759F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F34; }
p { color: rgb(117,159,52); }
H1.HeaderClassName
{
color: #759F34;
}
.AnyTagClassName
{
color: #759F34;
}
</style>
background-color css
<style>
a { background-color: #759F34; }
a { background-color: rgb(117,159,52); }
div.DivClassName
{
background-color: #759F34;
}
.BgClassName
{
background-color: #759F34;
}
</style>
border-color css
<style>
span { border-color: #759F34; }
span { border-color: rgb(117,159,52); }
td.TdClassName
{
border-color: #759F34;
}
.TagClassName
{
border-color: #759F34;
}
</style>