Shades of Sushi #759B24
Tints of Sushi #759B24
RGB
CMYK
RGB Variations
Color information
#759B24 (or 0x759B24) is known color: Sushi. HEX triplet: 75, 9B and 24. RGB value is (117,155,36). Sum of RGB (Red+Green+Blue) = 117+155+36=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #759B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B24 is #8A64DB. Grayscale: #828282. Windows color (decimal): -9069788 or 2399093. OLE color: 2399093.
HSL color Cylindrical-coordinate representation of color #759B24: hue angle of 79.16º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #759B24 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 36 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.39 |
| HSL | 79.16º | 0.62% | 0.37% | - |
| HSV(B) | 79.16º | 0.77% | 0.61% | - |
| XYZ | 19.38 | 27.35 | 5.93 | - |
| YUV | 130.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 36 | 0.25 | 0 | 0.77 | 0.39 | 79.16 | 0.62 | 0.37 |
| Hex | 75 | 9B | 24 | 19 | 0 | 4D | 27 | 4F | 3E | 25 |
| Octal | 165 | 233 | 44 | 31 | 0 | 115 | 47 | 117 | 76 | 45 |
| Binary | 1110101 | 10011011 | 100100 | 11001 | 0 | 1001101 | 100111 | 1001111 | 111110 | 100101 |
Color Harmonies of #759B24
Complementary color
Monochromatic Colors of #759B24
Black with #759B24
Text Example
Text Example
White with #759B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B24; }
p { color: rgb(117,155,36); }
H1.HeaderClassName
{
color: #759B24;
}
.AnyTagClassName
{
color: #759B24;
}
</style>
background-color css
<style>
a { background-color: #759B24; }
a { background-color: rgb(117,155,36); }
div.DivClassName
{
background-color: #759B24;
}
.BgClassName
{
background-color: #759B24;
}
</style>
border-color css
<style>
span { border-color: #759B24; }
span { border-color: rgb(117,155,36); }
td.TdClassName
{
border-color: #759B24;
}
.TagClassName
{
border-color: #759B24;
}
</style>