Shades of Sushi #759F25
Tints of Sushi #759F25
RGB
CMYK
RGB Variations
Color information
#759F25 (or 0x759F25) is known color: Sushi. HEX triplet: 75, 9F and 25. RGB value is (117,159,37). Sum of RGB (Red+Green+Blue) = 117+159+37=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #759F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F25 is #8A60DA. Grayscale: #848484. Windows color (decimal): -9068763 or 2465653. OLE color: 2465653.
HSL color Cylindrical-coordinate representation of color #759F25: hue angle of 80.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #759F25 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 37 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.38 |
| HSL | 80.66º | 0.62% | 0.38% | - |
| HSV(B) | 80.66º | 0.77% | 0.62% | - |
| XYZ | 20.07 | 28.71 | 6.23 | - |
| YUV | 132.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 37 | 0.26 | 0 | 0.77 | 0.38 | 80.66 | 0.62 | 0.38 |
| Hex | 75 | 9F | 25 | 1A | 0 | 4D | 26 | 51 | 3E | 26 |
| Octal | 165 | 237 | 45 | 32 | 0 | 115 | 46 | 121 | 76 | 46 |
| Binary | 1110101 | 10011111 | 100101 | 11010 | 0 | 1001101 | 100110 | 1010001 | 111110 | 100110 |
Color Harmonies of #759F25
Complementary color
Monochromatic Colors of #759F25
Black with #759F25
Text Example
Text Example
White with #759F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F25; }
p { color: rgb(117,159,37); }
H1.HeaderClassName
{
color: #759F25;
}
.AnyTagClassName
{
color: #759F25;
}
</style>
background-color css
<style>
a { background-color: #759F25; }
a { background-color: rgb(117,159,37); }
div.DivClassName
{
background-color: #759F25;
}
.BgClassName
{
background-color: #759F25;
}
</style>
border-color css
<style>
span { border-color: #759F25; }
span { border-color: rgb(117,159,37); }
td.TdClassName
{
border-color: #759F25;
}
.TagClassName
{
border-color: #759F25;
}
</style>