Shades of Sushi #769B36
Tints of Sushi #769B36
RGB
CMYK
RGB Variations
Color information
#769B36 (or 0x769B36) is known color: Sushi. HEX triplet: 76, 9B and 36. RGB value is (118,155,54). Sum of RGB (Red+Green+Blue) = 118+155+54=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #769B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B36 is #8964C9. Grayscale: #848484. Windows color (decimal): -9004234 or 3578742. OLE color: 3578742.
HSL color Cylindrical-coordinate representation of color #769B36: hue angle of 81.98º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #769B36 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 54 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.39 |
| HSL | 81.98º | 0.48% | 0.41% | - |
| HSV(B) | 81.98º | 0.65% | 0.61% | - |
| XYZ | 19.86 | 27.56 | 7.76 | - |
| YUV | 132.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 54 | 0.24 | 0 | 0.65 | 0.39 | 81.98 | 0.48 | 0.41 |
| Hex | 76 | 9B | 36 | 18 | 0 | 41 | 27 | 52 | 30 | 29 |
| Octal | 166 | 233 | 66 | 30 | 0 | 101 | 47 | 122 | 60 | 51 |
| Binary | 1110110 | 10011011 | 110110 | 11000 | 0 | 1000001 | 100111 | 1010010 | 110000 | 101001 |
Color Harmonies of #769B36
Complementary color
Monochromatic Colors of #769B36
Black with #769B36
Text Example
Text Example
White with #769B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B36; }
p { color: rgb(118,155,54); }
H1.HeaderClassName
{
color: #769B36;
}
.AnyTagClassName
{
color: #769B36;
}
</style>
background-color css
<style>
a { background-color: #769B36; }
a { background-color: rgb(118,155,54); }
div.DivClassName
{
background-color: #769B36;
}
.BgClassName
{
background-color: #769B36;
}
</style>
border-color css
<style>
span { border-color: #769B36; }
span { border-color: rgb(118,155,54); }
td.TdClassName
{
border-color: #769B36;
}
.TagClassName
{
border-color: #769B36;
}
</style>