Shades of Sushi #769929
Tints of Sushi #769929
RGB
CMYK
RGB Variations
Color information
#769929 (or 0x769929) is known color: Sushi. HEX triplet: 76, 99 and 29. RGB value is (118,153,41). Sum of RGB (Red+Green+Blue) = 118+153+41=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #769929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769929 is #8966D6. Grayscale: #828282. Windows color (decimal): -9004759 or 2726262. OLE color: 2726262.
HSL color Cylindrical-coordinate representation of color #769929: hue angle of 78.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #769929 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 41 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.4 |
| HSL | 78.75º | 0.58% | 0.38% | - |
| HSV(B) | 78.75º | 0.73% | 0.6% | - |
| XYZ | 19.26 | 26.79 | 6.25 | - |
| YUV | 129.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 41 | 0.23 | 0 | 0.73 | 0.4 | 78.75 | 0.58 | 0.38 |
| Hex | 76 | 99 | 29 | 17 | 0 | 49 | 28 | 4F | 3A | 26 |
| Octal | 166 | 231 | 51 | 27 | 0 | 111 | 50 | 117 | 72 | 46 |
| Binary | 1110110 | 10011001 | 101001 | 10111 | 0 | 1001001 | 101000 | 1001111 | 111010 | 100110 |
Color Harmonies of #769929
Complementary color
Monochromatic Colors of #769929
Black with #769929
Text Example
Text Example
White with #769929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769929; }
p { color: rgb(118,153,41); }
H1.HeaderClassName
{
color: #769929;
}
.AnyTagClassName
{
color: #769929;
}
</style>
background-color css
<style>
a { background-color: #769929; }
a { background-color: rgb(118,153,41); }
div.DivClassName
{
background-color: #769929;
}
.BgClassName
{
background-color: #769929;
}
</style>
border-color css
<style>
span { border-color: #769929; }
span { border-color: rgb(118,153,41); }
td.TdClassName
{
border-color: #769929;
}
.TagClassName
{
border-color: #769929;
}
</style>