Shades of Sushi #759C40
Tints of Sushi #759C40
RGB
CMYK
RGB Variations
Color information
#759C40 (or 0x759C40) is known color: Sushi. HEX triplet: 75, 9C and 40. RGB value is (117,156,64). Sum of RGB (Red+Green+Blue) = 117+156+64=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #759C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C40 is #8A63BF. Grayscale: #868686. Windows color (decimal): -9069504 or 4234357. OLE color: 4234357.
HSL color Cylindrical-coordinate representation of color #759C40: hue angle of 85.43º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #759C40 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 64 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.39 |
| HSL | 85.43º | 0.42% | 0.43% | - |
| HSV(B) | 85.43º | 0.59% | 0.61% | - |
| XYZ | 20.15 | 27.93 | 9.18 | - |
| YUV | 133.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 64 | 0.25 | 0 | 0.59 | 0.39 | 85.43 | 0.42 | 0.43 |
| Hex | 75 | 9C | 40 | 19 | 0 | 3B | 27 | 55 | 2A | 2B |
| Octal | 165 | 234 | 100 | 31 | 0 | 73 | 47 | 125 | 52 | 53 |
| Binary | 1110101 | 10011100 | 1000000 | 11001 | 0 | 111011 | 100111 | 1010101 | 101010 | 101011 |
Color Harmonies of #759C40
Complementary color
Monochromatic Colors of #759C40
Black with #759C40
Text Example
Text Example
White with #759C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C40; }
p { color: rgb(117,156,64); }
H1.HeaderClassName
{
color: #759C40;
}
.AnyTagClassName
{
color: #759C40;
}
</style>
background-color css
<style>
a { background-color: #759C40; }
a { background-color: rgb(117,156,64); }
div.DivClassName
{
background-color: #759C40;
}
.BgClassName
{
background-color: #759C40;
}
</style>
border-color css
<style>
span { border-color: #759C40; }
span { border-color: rgb(117,156,64); }
td.TdClassName
{
border-color: #759C40;
}
.TagClassName
{
border-color: #759C40;
}
</style>