Shades of Sushi #759C43
Tints of Sushi #759C43
RGB
CMYK
RGB Variations
Color information
#759C43 (or 0x759C43) is known color: Sushi. HEX triplet: 75, 9C and 43. RGB value is (117,156,67). Sum of RGB (Red+Green+Blue) = 117+156+67=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #759C43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C43 is #8A63BC. Grayscale: #868686. Windows color (decimal): -9069501 or 4430965. OLE color: 4430965.
HSL color Cylindrical-coordinate representation of color #759C43: hue angle of 86.29º 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 #759C43 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 67 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.39 |
| HSL | 86.29º | 0.4% | 0.44% | - |
| HSV(B) | 86.29º | 0.57% | 0.61% | - |
| XYZ | 20.24 | 27.96 | 9.64 | - |
| YUV | 134.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 67 | 0.25 | 0 | 0.57 | 0.39 | 86.29 | 0.4 | 0.44 |
| Hex | 75 | 9C | 43 | 19 | 0 | 39 | 27 | 56 | 28 | 2C |
| Octal | 165 | 234 | 103 | 31 | 0 | 71 | 47 | 126 | 50 | 54 |
| Binary | 1110101 | 10011100 | 1000011 | 11001 | 0 | 111001 | 100111 | 1010110 | 101000 | 101100 |
Color Harmonies of #759C43
Complementary color
Monochromatic Colors of #759C43
Black with #759C43
Text Example
Text Example
White with #759C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C43; }
p { color: rgb(117,156,67); }
H1.HeaderClassName
{
color: #759C43;
}
.AnyTagClassName
{
color: #759C43;
}
</style>
background-color css
<style>
a { background-color: #759C43; }
a { background-color: rgb(117,156,67); }
div.DivClassName
{
background-color: #759C43;
}
.BgClassName
{
background-color: #759C43;
}
</style>
border-color css
<style>
span { border-color: #759C43; }
span { border-color: rgb(117,156,67); }
td.TdClassName
{
border-color: #759C43;
}
.TagClassName
{
border-color: #759C43;
}
</style>