Shades of Sushi #769B37
Tints of Sushi #769B37
RGB
CMYK
RGB Variations
Color information
#769B37 (or 0x769B37) is known color: Sushi. HEX triplet: 76, 9B and 37. RGB value is (118,155,55). Sum of RGB (Red+Green+Blue) = 118+155+55=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #769B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B37 is #8964C8. Grayscale: #848484. Windows color (decimal): -9004233 or 3644278. OLE color: 3644278.
HSL color Cylindrical-coordinate representation of color #769B37: hue angle of 82.2º 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 #769B37 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 55 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.39 |
| HSL | 82.2º | 0.48% | 0.41% | - |
| HSV(B) | 82.2º | 0.65% | 0.61% | - |
| XYZ | 19.88 | 27.57 | 7.89 | - |
| YUV | 132.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 55 | 0.24 | 0 | 0.65 | 0.39 | 82.2 | 0.48 | 0.41 |
| Hex | 76 | 9B | 37 | 18 | 0 | 41 | 27 | 52 | 30 | 29 |
| Octal | 166 | 233 | 67 | 30 | 0 | 101 | 47 | 122 | 60 | 51 |
| Binary | 1110110 | 10011011 | 110111 | 11000 | 0 | 1000001 | 100111 | 1010010 | 110000 | 101001 |
Color Harmonies of #769B37
Complementary color
Monochromatic Colors of #769B37
Black with #769B37
Text Example
Text Example
White with #769B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B37; }
p { color: rgb(118,155,55); }
H1.HeaderClassName
{
color: #769B37;
}
.AnyTagClassName
{
color: #769B37;
}
</style>
background-color css
<style>
a { background-color: #769B37; }
a { background-color: rgb(118,155,55); }
div.DivClassName
{
background-color: #769B37;
}
.BgClassName
{
background-color: #769B37;
}
</style>
border-color css
<style>
span { border-color: #769B37; }
span { border-color: rgb(118,155,55); }
td.TdClassName
{
border-color: #769B37;
}
.TagClassName
{
border-color: #769B37;
}
</style>