Shades of Sushi #759A25
Tints of Sushi #759A25
RGB
CMYK
RGB Variations
Color information
#759A25 (or 0x759A25) is known color: Sushi. HEX triplet: 75, 9A and 25. RGB value is (117,154,37). Sum of RGB (Red+Green+Blue) = 117+154+37=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #759A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A25 is #8A65DA. Grayscale: #828282. Windows color (decimal): -9070043 or 2464373. OLE color: 2464373.
HSL color Cylindrical-coordinate representation of color #759A25: hue angle of 78.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #759A25 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 37 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.40 |
| HSL | 78.97º | 0.61% | 0.37% | - |
| HSV(B) | 78.97º | 0.76% | 0.6% | - |
| XYZ | 19.23 | 27.03 | 5.95 | - |
| YUV | 129.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 37 | 0.24 | 0 | 0.76 | 0.40 | 78.97 | 0.61 | 0.37 |
| Hex | 75 | 9A | 25 | 18 | 0 | 4C | 28 | 4F | 3D | 25 |
| Octal | 165 | 232 | 45 | 30 | 0 | 114 | 50 | 117 | 75 | 45 |
| Binary | 1110101 | 10011010 | 100101 | 11000 | 0 | 1001100 | 101000 | 1001111 | 111101 | 100101 |
Color Harmonies of #759A25
Complementary color
Monochromatic Colors of #759A25
Black with #759A25
Text Example
Text Example
White with #759A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A25; }
p { color: rgb(117,154,37); }
H1.HeaderClassName
{
color: #759A25;
}
.AnyTagClassName
{
color: #759A25;
}
</style>
background-color css
<style>
a { background-color: #759A25; }
a { background-color: rgb(117,154,37); }
div.DivClassName
{
background-color: #759A25;
}
.BgClassName
{
background-color: #759A25;
}
</style>
border-color css
<style>
span { border-color: #759A25; }
span { border-color: rgb(117,154,37); }
td.TdClassName
{
border-color: #759A25;
}
.TagClassName
{
border-color: #759A25;
}
</style>