Shades of Sushi #759A34
Tints of Sushi #759A34
RGB
CMYK
RGB Variations
Color information
#759A34 (or 0x759A34) is known color: Sushi. HEX triplet: 75, 9A and 34. RGB value is (117,154,52). Sum of RGB (Red+Green+Blue) = 117+154+52=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #759A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A34 is #8A65CB. Grayscale: #838383. Windows color (decimal): -9070028 or 3447413. OLE color: 3447413.
HSL color Cylindrical-coordinate representation of color #759A34: hue angle of 81.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #759A34 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 52 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.40 |
| HSL | 81.76º | 0.5% | 0.4% | - |
| HSV(B) | 81.76º | 0.66% | 0.6% | - |
| XYZ | 19.51 | 27.14 | 7.46 | - |
| YUV | 131.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 52 | 0.24 | 0 | 0.66 | 0.40 | 81.76 | 0.5 | 0.4 |
| Hex | 75 | 9A | 34 | 18 | 0 | 42 | 28 | 52 | 32 | 28 |
| Octal | 165 | 232 | 64 | 30 | 0 | 102 | 50 | 122 | 62 | 50 |
| Binary | 1110101 | 10011010 | 110100 | 11000 | 0 | 1000010 | 101000 | 1010010 | 110010 | 101000 |
Color Harmonies of #759A34
Complementary color
Monochromatic Colors of #759A34
Black with #759A34
Text Example
Text Example
White with #759A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A34; }
p { color: rgb(117,154,52); }
H1.HeaderClassName
{
color: #759A34;
}
.AnyTagClassName
{
color: #759A34;
}
</style>
background-color css
<style>
a { background-color: #759A34; }
a { background-color: rgb(117,154,52); }
div.DivClassName
{
background-color: #759A34;
}
.BgClassName
{
background-color: #759A34;
}
</style>
border-color css
<style>
span { border-color: #759A34; }
span { border-color: rgb(117,154,52); }
td.TdClassName
{
border-color: #759A34;
}
.TagClassName
{
border-color: #759A34;
}
</style>