Shades of Sushi #758F36
Tints of Sushi #758F36
RGB
CMYK
RGB Variations
Color information
#758F36 (or 0x758F36) is known color: Sushi. HEX triplet: 75, 8F and 36. RGB value is (117,143,54). Sum of RGB (Red+Green+Blue) = 117+143+54=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #758F36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F36 is #8A70C9. Grayscale: #7D7D7D. Windows color (decimal): -9072842 or 3575669. OLE color: 3575669.
HSL color Cylindrical-coordinate representation of color #758F36: hue angle of 77.53º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #758F36 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 54 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.44 |
| HSL | 77.53º | 0.45% | 0.39% | - |
| HSV(B) | 77.53º | 0.62% | 0.56% | - |
| XYZ | 17.82 | 23.69 | 7.12 | - |
| YUV | 125.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 54 | 0.18 | 0 | 0.62 | 0.44 | 77.53 | 0.45 | 0.39 |
| Hex | 75 | 8F | 36 | 12 | 0 | 3E | 2C | 4E | 2D | 27 |
| Octal | 165 | 217 | 66 | 22 | 0 | 76 | 54 | 116 | 55 | 47 |
| Binary | 1110101 | 10001111 | 110110 | 10010 | 0 | 111110 | 101100 | 1001110 | 101101 | 100111 |
Color Harmonies of #758F36
Complementary color
Monochromatic Colors of #758F36
Black with #758F36
Text Example
Text Example
White with #758F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F36; }
p { color: rgb(117,143,54); }
H1.HeaderClassName
{
color: #758F36;
}
.AnyTagClassName
{
color: #758F36;
}
</style>
background-color css
<style>
a { background-color: #758F36; }
a { background-color: rgb(117,143,54); }
div.DivClassName
{
background-color: #758F36;
}
.BgClassName
{
background-color: #758F36;
}
</style>
border-color css
<style>
span { border-color: #758F36; }
span { border-color: rgb(117,143,54); }
td.TdClassName
{
border-color: #758F36;
}
.TagClassName
{
border-color: #758F36;
}
</style>