Shades of Sushi #758F34
Tints of Sushi #758F34
RGB
CMYK
RGB Variations
Color information
#758F34 (or 0x758F34) is known color: Sushi. HEX triplet: 75, 8F and 34. RGB value is (117,143,52). Sum of RGB (Red+Green+Blue) = 117+143+52=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #758F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F34 is #8A70CB. Grayscale: #7D7D7D. Windows color (decimal): -9072844 or 3444597. OLE color: 3444597.
HSL color Cylindrical-coordinate representation of color #758F34: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #758F34 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 52 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.44 |
| HSL | 77.14º | 0.47% | 0.38% | - |
| HSV(B) | 77.14º | 0.64% | 0.56% | - |
| XYZ | 17.78 | 23.67 | 6.88 | - |
| YUV | 124.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 52 | 0.18 | 0 | 0.64 | 0.44 | 77.14 | 0.47 | 0.38 |
| Hex | 75 | 8F | 34 | 12 | 0 | 40 | 2C | 4D | 2F | 26 |
| Octal | 165 | 217 | 64 | 22 | 0 | 100 | 54 | 115 | 57 | 46 |
| Binary | 1110101 | 10001111 | 110100 | 10010 | 0 | 1000000 | 101100 | 1001101 | 101111 | 100110 |
Color Harmonies of #758F34
Complementary color
Monochromatic Colors of #758F34
Black with #758F34
Text Example
Text Example
White with #758F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F34; }
p { color: rgb(117,143,52); }
H1.HeaderClassName
{
color: #758F34;
}
.AnyTagClassName
{
color: #758F34;
}
</style>
background-color css
<style>
a { background-color: #758F34; }
a { background-color: rgb(117,143,52); }
div.DivClassName
{
background-color: #758F34;
}
.BgClassName
{
background-color: #758F34;
}
</style>
border-color css
<style>
span { border-color: #758F34; }
span { border-color: rgb(117,143,52); }
td.TdClassName
{
border-color: #758F34;
}
.TagClassName
{
border-color: #758F34;
}
</style>