Shades of Sushi #769A22
Tints of Sushi #769A22
RGB
CMYK
RGB Variations
Color information
#769A22 (or 0x769A22) is known color: Sushi. HEX triplet: 76, 9A and 22. RGB value is (118,154,34). Sum of RGB (Red+Green+Blue) = 118+154+34=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #769A22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A22 is #8965DD. Grayscale: #828282. Windows color (decimal): -9004510 or 2267766. OLE color: 2267766.
HSL color Cylindrical-coordinate representation of color #769A22: hue angle of 78º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #769A22 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 34 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.40 |
| HSL | 78º | 0.64% | 0.37% | - |
| HSV(B) | 78º | 0.78% | 0.6% | - |
| XYZ | 19.32 | 27.08 | 5.72 | - |
| YUV | 129.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 34 | 0.23 | 0 | 0.78 | 0.40 | 78 | 0.64 | 0.37 |
| Hex | 76 | 9A | 22 | 17 | 0 | 4E | 28 | 4E | 40 | 25 |
| Octal | 166 | 232 | 42 | 27 | 0 | 116 | 50 | 116 | 100 | 45 |
| Binary | 1110110 | 10011010 | 100010 | 10111 | 0 | 1001110 | 101000 | 1001110 | 1000000 | 100101 |
Color Harmonies of #769A22
Complementary color
Monochromatic Colors of #769A22
Black with #769A22
Text Example
Text Example
White with #769A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A22; }
p { color: rgb(118,154,34); }
H1.HeaderClassName
{
color: #769A22;
}
.AnyTagClassName
{
color: #769A22;
}
</style>
background-color css
<style>
a { background-color: #769A22; }
a { background-color: rgb(118,154,34); }
div.DivClassName
{
background-color: #769A22;
}
.BgClassName
{
background-color: #769A22;
}
</style>
border-color css
<style>
span { border-color: #769A22; }
span { border-color: rgb(118,154,34); }
td.TdClassName
{
border-color: #769A22;
}
.TagClassName
{
border-color: #769A22;
}
</style>