Shades of Sushi #759D24
Tints of Sushi #759D24
RGB
CMYK
RGB Variations
Color information
#759D24 (or 0x759D24) is known color: Sushi. HEX triplet: 75, 9D and 24. RGB value is (117,157,36). Sum of RGB (Red+Green+Blue) = 117+157+36=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #759D24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D24 is #8A62DB. Grayscale: #838383. Windows color (decimal): -9069276 or 2399605. OLE color: 2399605.
HSL color Cylindrical-coordinate representation of color #759D24: hue angle of 79.83º degrees, saturation: 0.63, 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 #759D24 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 36 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.38 |
| HSL | 79.83º | 0.63% | 0.38% | - |
| HSV(B) | 79.83º | 0.77% | 0.62% | - |
| XYZ | 19.71 | 28.02 | 6.04 | - |
| YUV | 131.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 36 | 0.25 | 0 | 0.77 | 0.38 | 79.83 | 0.63 | 0.38 |
| Hex | 75 | 9D | 24 | 19 | 0 | 4D | 26 | 50 | 3F | 26 |
| Octal | 165 | 235 | 44 | 31 | 0 | 115 | 46 | 120 | 77 | 46 |
| Binary | 1110101 | 10011101 | 100100 | 11001 | 0 | 1001101 | 100110 | 1010000 | 111111 | 100110 |
Color Harmonies of #759D24
Complementary color
Monochromatic Colors of #759D24
Black with #759D24
Text Example
Text Example
White with #759D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D24; }
p { color: rgb(117,157,36); }
H1.HeaderClassName
{
color: #759D24;
}
.AnyTagClassName
{
color: #759D24;
}
</style>
background-color css
<style>
a { background-color: #759D24; }
a { background-color: rgb(117,157,36); }
div.DivClassName
{
background-color: #759D24;
}
.BgClassName
{
background-color: #759D24;
}
</style>
border-color css
<style>
span { border-color: #759D24; }
span { border-color: rgb(117,157,36); }
td.TdClassName
{
border-color: #759D24;
}
.TagClassName
{
border-color: #759D24;
}
</style>