Shades of Sushi #759D34
Tints of Sushi #759D34
RGB
CMYK
RGB Variations
Color information
#759D34 (or 0x759D34) is known color: Sushi. HEX triplet: 75, 9D and 34. RGB value is (117,157,52). Sum of RGB (Red+Green+Blue) = 117+157+52=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #759D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D34 is #8A62CB. Grayscale: #858585. Windows color (decimal): -9069260 or 3448181. OLE color: 3448181.
HSL color Cylindrical-coordinate representation of color #759D34: hue angle of 82.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #759D34 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 52 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.38 |
| HSL | 82.86º | 0.5% | 0.41% | - |
| HSV(B) | 82.86º | 0.67% | 0.62% | - |
| XYZ | 20.01 | 28.14 | 7.63 | - |
| YUV | 133.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 52 | 0.25 | 0 | 0.67 | 0.38 | 82.86 | 0.5 | 0.41 |
| Hex | 75 | 9D | 34 | 19 | 0 | 43 | 26 | 53 | 32 | 29 |
| Octal | 165 | 235 | 64 | 31 | 0 | 103 | 46 | 123 | 62 | 51 |
| Binary | 1110101 | 10011101 | 110100 | 11001 | 0 | 1000011 | 100110 | 1010011 | 110010 | 101001 |
Color Harmonies of #759D34
Complementary color
Monochromatic Colors of #759D34
Black with #759D34
Text Example
Text Example
White with #759D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D34; }
p { color: rgb(117,157,52); }
H1.HeaderClassName
{
color: #759D34;
}
.AnyTagClassName
{
color: #759D34;
}
</style>
background-color css
<style>
a { background-color: #759D34; }
a { background-color: rgb(117,157,52); }
div.DivClassName
{
background-color: #759D34;
}
.BgClassName
{
background-color: #759D34;
}
</style>
border-color css
<style>
span { border-color: #759D34; }
span { border-color: rgb(117,157,52); }
td.TdClassName
{
border-color: #759D34;
}
.TagClassName
{
border-color: #759D34;
}
</style>