Shades of Sushi #769B32
Tints of Sushi #769B32
RGB
CMYK
RGB Variations
Color information
#769B32 (or 0x769B32) is known color: Sushi. HEX triplet: 76, 9B and 32. RGB value is (118,155,50). Sum of RGB (Red+Green+Blue) = 118+155+50=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #769B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B32 is #8964CD. Grayscale: #848484. Windows color (decimal): -9004238 or 3316598. OLE color: 3316598.
HSL color Cylindrical-coordinate representation of color #769B32: hue angle of 81.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #769B32 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 50 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.39 |
| HSL | 81.14º | 0.51% | 0.4% | - |
| HSV(B) | 81.14º | 0.68% | 0.61% | - |
| XYZ | 19.77 | 27.52 | 7.29 | - |
| YUV | 131.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 50 | 0.24 | 0 | 0.68 | 0.39 | 81.14 | 0.51 | 0.4 |
| Hex | 76 | 9B | 32 | 18 | 0 | 44 | 27 | 51 | 33 | 28 |
| Octal | 166 | 233 | 62 | 30 | 0 | 104 | 47 | 121 | 63 | 50 |
| Binary | 1110110 | 10011011 | 110010 | 11000 | 0 | 1000100 | 100111 | 1010001 | 110011 | 101000 |
Color Harmonies of #769B32
Complementary color
Monochromatic Colors of #769B32
Black with #769B32
Text Example
Text Example
White with #769B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B32; }
p { color: rgb(118,155,50); }
H1.HeaderClassName
{
color: #769B32;
}
.AnyTagClassName
{
color: #769B32;
}
</style>
background-color css
<style>
a { background-color: #769B32; }
a { background-color: rgb(118,155,50); }
div.DivClassName
{
background-color: #769B32;
}
.BgClassName
{
background-color: #769B32;
}
</style>
border-color css
<style>
span { border-color: #769B32; }
span { border-color: rgb(118,155,50); }
td.TdClassName
{
border-color: #769B32;
}
.TagClassName
{
border-color: #769B32;
}
</style>