Shades of Sushi #769E32
Tints of Sushi #769E32
RGB
CMYK
RGB Variations
Color information
#769E32 (or 0x769E32) is known color: Sushi. HEX triplet: 76, 9E and 32. RGB value is (118,158,50). Sum of RGB (Red+Green+Blue) = 118+158+50=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #769E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E32 is #8961CD. Grayscale: #868686. Windows color (decimal): -9003470 or 3317366. OLE color: 3317366.
HSL color Cylindrical-coordinate representation of color #769E32: hue angle of 82.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #769E32 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 50 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.38 |
| HSL | 82.22º | 0.52% | 0.41% | - |
| HSV(B) | 82.22º | 0.68% | 0.62% | - |
| XYZ | 20.27 | 28.54 | 7.46 | - |
| YUV | 133.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 50 | 0.25 | 0 | 0.68 | 0.38 | 82.22 | 0.52 | 0.41 |
| Hex | 76 | 9E | 32 | 19 | 0 | 44 | 26 | 52 | 34 | 29 |
| Octal | 166 | 236 | 62 | 31 | 0 | 104 | 46 | 122 | 64 | 51 |
| Binary | 1110110 | 10011110 | 110010 | 11001 | 0 | 1000100 | 100110 | 1010010 | 110100 | 101001 |
Color Harmonies of #769E32
Complementary color
Monochromatic Colors of #769E32
Black with #769E32
Text Example
Text Example
White with #769E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E32; }
p { color: rgb(118,158,50); }
H1.HeaderClassName
{
color: #769E32;
}
.AnyTagClassName
{
color: #769E32;
}
</style>
background-color css
<style>
a { background-color: #769E32; }
a { background-color: rgb(118,158,50); }
div.DivClassName
{
background-color: #769E32;
}
.BgClassName
{
background-color: #769E32;
}
</style>
border-color css
<style>
span { border-color: #769E32; }
span { border-color: rgb(118,158,50); }
td.TdClassName
{
border-color: #769E32;
}
.TagClassName
{
border-color: #769E32;
}
</style>