Shades of Sushi #769331
Tints of Sushi #769331
RGB
CMYK
RGB Variations
Color information
#769331 (or 0x769331) is known color: Sushi. HEX triplet: 76, 93 and 31. RGB value is (118,147,49). Sum of RGB (Red+Green+Blue) = 118+147+49=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #769331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769331 is #896CCE. Grayscale: #7F7F7F. Windows color (decimal): -9006287 or 3249014. OLE color: 3249014.
HSL color Cylindrical-coordinate representation of color #769331: hue angle of 77.76º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769331 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 49 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.42 |
| HSL | 77.76º | 0.5% | 0.38% | - |
| HSV(B) | 77.76º | 0.67% | 0.58% | - |
| XYZ | 18.46 | 24.94 | 6.75 | - |
| YUV | 127.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 49 | 0.20 | 0 | 0.67 | 0.42 | 77.76 | 0.5 | 0.38 |
| Hex | 76 | 93 | 31 | 14 | 0 | 43 | 2A | 4E | 32 | 26 |
| Octal | 166 | 223 | 61 | 24 | 0 | 103 | 52 | 116 | 62 | 46 |
| Binary | 1110110 | 10010011 | 110001 | 10100 | 0 | 1000011 | 101010 | 1001110 | 110010 | 100110 |
Color Harmonies of #769331
Complementary color
Monochromatic Colors of #769331
Black with #769331
Text Example
Text Example
White with #769331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769331; }
p { color: rgb(118,147,49); }
H1.HeaderClassName
{
color: #769331;
}
.AnyTagClassName
{
color: #769331;
}
</style>
background-color css
<style>
a { background-color: #769331; }
a { background-color: rgb(118,147,49); }
div.DivClassName
{
background-color: #769331;
}
.BgClassName
{
background-color: #769331;
}
</style>
border-color css
<style>
span { border-color: #769331; }
span { border-color: rgb(118,147,49); }
td.TdClassName
{
border-color: #769331;
}
.TagClassName
{
border-color: #769331;
}
</style>