Shades of Sushi #769F26
Tints of Sushi #769F26
RGB
CMYK
RGB Variations
Color information
#769F26 (or 0x769F26) is known color: Sushi. HEX triplet: 76, 9F and 26. RGB value is (118,159,38). Sum of RGB (Red+Green+Blue) = 118+159+38=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #769F26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F26 is #8960D9. Grayscale: #858585. Windows color (decimal): -9003226 or 2531190. OLE color: 2531190.
HSL color Cylindrical-coordinate representation of color #769F26: hue angle of 80.33º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769F26 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 38 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.38 |
| HSL | 80.33º | 0.61% | 0.39% | - |
| HSV(B) | 80.33º | 0.76% | 0.62% | - |
| XYZ | 20.22 | 28.79 | 6.32 | - |
| YUV | 132.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 38 | 0.26 | 0 | 0.76 | 0.38 | 80.33 | 0.61 | 0.39 |
| Hex | 76 | 9F | 26 | 1A | 0 | 4C | 26 | 50 | 3D | 27 |
| Octal | 166 | 237 | 46 | 32 | 0 | 114 | 46 | 120 | 75 | 47 |
| Binary | 1110110 | 10011111 | 100110 | 11010 | 0 | 1001100 | 100110 | 1010000 | 111101 | 100111 |
Color Harmonies of #769F26
Complementary color
Monochromatic Colors of #769F26
Black with #769F26
Text Example
Text Example
White with #769F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F26; }
p { color: rgb(118,159,38); }
H1.HeaderClassName
{
color: #769F26;
}
.AnyTagClassName
{
color: #769F26;
}
</style>
background-color css
<style>
a { background-color: #769F26; }
a { background-color: rgb(118,159,38); }
div.DivClassName
{
background-color: #769F26;
}
.BgClassName
{
background-color: #769F26;
}
</style>
border-color css
<style>
span { border-color: #769F26; }
span { border-color: rgb(118,159,38); }
td.TdClassName
{
border-color: #769F26;
}
.TagClassName
{
border-color: #769F26;
}
</style>