Shades of Sushi #759D43
Tints of Sushi #759D43
RGB
CMYK
RGB Variations
Color information
#759D43 (or 0x759D43) is known color: Sushi. HEX triplet: 75, 9D and 43. RGB value is (117,157,67). Sum of RGB (Red+Green+Blue) = 117+157+67=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #759D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D43 is #8A62BC. Grayscale: #878787. Windows color (decimal): -9069245 or 4431221. OLE color: 4431221.
HSL color Cylindrical-coordinate representation of color #759D43: hue angle of 86.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #759D43 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 67 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.38 |
| HSL | 86.67º | 0.4% | 0.44% | - |
| HSV(B) | 86.67º | 0.57% | 0.62% | - |
| XYZ | 20.41 | 28.3 | 9.7 | - |
| YUV | 134.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 67 | 0.25 | 0 | 0.57 | 0.38 | 86.67 | 0.4 | 0.44 |
| Hex | 75 | 9D | 43 | 19 | 0 | 39 | 26 | 57 | 28 | 2C |
| Octal | 165 | 235 | 103 | 31 | 0 | 71 | 46 | 127 | 50 | 54 |
| Binary | 1110101 | 10011101 | 1000011 | 11001 | 0 | 111001 | 100110 | 1010111 | 101000 | 101100 |
Color Harmonies of #759D43
Complementary color
Monochromatic Colors of #759D43
Black with #759D43
Text Example
Text Example
White with #759D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D43; }
p { color: rgb(117,157,67); }
H1.HeaderClassName
{
color: #759D43;
}
.AnyTagClassName
{
color: #759D43;
}
</style>
background-color css
<style>
a { background-color: #759D43; }
a { background-color: rgb(117,157,67); }
div.DivClassName
{
background-color: #759D43;
}
.BgClassName
{
background-color: #759D43;
}
</style>
border-color css
<style>
span { border-color: #759D43; }
span { border-color: rgb(117,157,67); }
td.TdClassName
{
border-color: #759D43;
}
.TagClassName
{
border-color: #759D43;
}
</style>