Shades of Sushi #769B26
Tints of Sushi #769B26
RGB
CMYK
RGB Variations
Color information
#769B26 (or 0x769B26) is known color: Sushi. HEX triplet: 76, 9B and 26. RGB value is (118,155,38). Sum of RGB (Red+Green+Blue) = 118+155+38=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #769B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B26 is #8964D9. Grayscale: #838383. Windows color (decimal): -9004250 or 2530166. OLE color: 2530166.
HSL color Cylindrical-coordinate representation of color #769B26: hue angle of 78.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #769B26 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 38 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.39 |
| HSL | 78.97º | 0.61% | 0.38% | - |
| HSV(B) | 78.97º | 0.75% | 0.61% | - |
| XYZ | 19.54 | 27.43 | 6.1 | - |
| YUV | 130.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 38 | 0.24 | 0 | 0.75 | 0.39 | 78.97 | 0.61 | 0.38 |
| Hex | 76 | 9B | 26 | 18 | 0 | 4B | 27 | 4F | 3D | 26 |
| Octal | 166 | 233 | 46 | 30 | 0 | 113 | 47 | 117 | 75 | 46 |
| Binary | 1110110 | 10011011 | 100110 | 11000 | 0 | 1001011 | 100111 | 1001111 | 111101 | 100110 |
Color Harmonies of #769B26
Complementary color
Monochromatic Colors of #769B26
Black with #769B26
Text Example
Text Example
White with #769B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B26; }
p { color: rgb(118,155,38); }
H1.HeaderClassName
{
color: #769B26;
}
.AnyTagClassName
{
color: #769B26;
}
</style>
background-color css
<style>
a { background-color: #769B26; }
a { background-color: rgb(118,155,38); }
div.DivClassName
{
background-color: #769B26;
}
.BgClassName
{
background-color: #769B26;
}
</style>
border-color css
<style>
span { border-color: #769B26; }
span { border-color: rgb(118,155,38); }
td.TdClassName
{
border-color: #769B26;
}
.TagClassName
{
border-color: #769B26;
}
</style>