Shades of Sushi #759C35
Tints of Sushi #759C35
RGB
CMYK
RGB Variations
Color information
#759C35 (or 0x759C35) is known color: Sushi. HEX triplet: 75, 9C and 35. RGB value is (117,156,53). Sum of RGB (Red+Green+Blue) = 117+156+53=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #759C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C35 is #8A63CA. Grayscale: #848484. Windows color (decimal): -9069515 or 3513461. OLE color: 3513461.
HSL color Cylindrical-coordinate representation of color #759C35: hue angle of 82.72º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #759C35 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 53 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.39 |
| HSL | 82.72º | 0.49% | 0.41% | - |
| HSV(B) | 82.72º | 0.66% | 0.61% | - |
| XYZ | 19.87 | 27.82 | 7.69 | - |
| YUV | 132.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 53 | 0.25 | 0 | 0.66 | 0.39 | 82.72 | 0.49 | 0.41 |
| Hex | 75 | 9C | 35 | 19 | 0 | 42 | 27 | 53 | 31 | 29 |
| Octal | 165 | 234 | 65 | 31 | 0 | 102 | 47 | 123 | 61 | 51 |
| Binary | 1110101 | 10011100 | 110101 | 11001 | 0 | 1000010 | 100111 | 1010011 | 110001 | 101001 |
Color Harmonies of #759C35
Complementary color
Monochromatic Colors of #759C35
Black with #759C35
Text Example
Text Example
White with #759C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C35; }
p { color: rgb(117,156,53); }
H1.HeaderClassName
{
color: #759C35;
}
.AnyTagClassName
{
color: #759C35;
}
</style>
background-color css
<style>
a { background-color: #759C35; }
a { background-color: rgb(117,156,53); }
div.DivClassName
{
background-color: #759C35;
}
.BgClassName
{
background-color: #759C35;
}
</style>
border-color css
<style>
span { border-color: #759C35; }
span { border-color: rgb(117,156,53); }
td.TdClassName
{
border-color: #759C35;
}
.TagClassName
{
border-color: #759C35;
}
</style>