Shades of Sushi #759F30
Tints of Sushi #759F30
RGB
CMYK
RGB Variations
Color information
#759F30 (or 0x759F30) is known color: Sushi. HEX triplet: 75, 9F and 30. RGB value is (117,159,48). Sum of RGB (Red+Green+Blue) = 117+159+48=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #759F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F30 is #8A60CF. Grayscale: #868686. Windows color (decimal): -9068752 or 3186549. OLE color: 3186549.
HSL color Cylindrical-coordinate representation of color #759F30: hue angle of 82.7º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #759F30 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 48 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.38 |
| HSL | 82.7º | 0.54% | 0.41% | - |
| HSV(B) | 82.7º | 0.7% | 0.62% | - |
| XYZ | 20.27 | 28.79 | 7.29 | - |
| YUV | 133.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 48 | 0.26 | 0 | 0.70 | 0.38 | 82.7 | 0.54 | 0.41 |
| Hex | 75 | 9F | 30 | 1A | 0 | 46 | 26 | 53 | 36 | 29 |
| Octal | 165 | 237 | 60 | 32 | 0 | 106 | 46 | 123 | 66 | 51 |
| Binary | 1110101 | 10011111 | 110000 | 11010 | 0 | 1000110 | 100110 | 1010011 | 110110 | 101001 |
Color Harmonies of #759F30
Complementary color
Monochromatic Colors of #759F30
Black with #759F30
Text Example
Text Example
White with #759F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F30; }
p { color: rgb(117,159,48); }
H1.HeaderClassName
{
color: #759F30;
}
.AnyTagClassName
{
color: #759F30;
}
</style>
background-color css
<style>
a { background-color: #759F30; }
a { background-color: rgb(117,159,48); }
div.DivClassName
{
background-color: #759F30;
}
.BgClassName
{
background-color: #759F30;
}
</style>
border-color css
<style>
span { border-color: #759F30; }
span { border-color: rgb(117,159,48); }
td.TdClassName
{
border-color: #759F30;
}
.TagClassName
{
border-color: #759F30;
}
</style>