Shades of Sushi #769A39
Tints of Sushi #769A39
RGB
CMYK
RGB Variations
Color information
#769A39 (or 0x769A39) is known color: Sushi. HEX triplet: 76, 9A and 39. RGB value is (118,154,57). Sum of RGB (Red+Green+Blue) = 118+154+57=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #769A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A39 is #8965C6. Grayscale: #848484. Windows color (decimal): -9004487 or 3775094. OLE color: 3775094.
HSL color Cylindrical-coordinate representation of color #769A39: hue angle of 82.27º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #769A39 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 57 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.40 |
| HSL | 82.27º | 0.46% | 0.41% | - |
| HSV(B) | 82.27º | 0.63% | 0.6% | - |
| XYZ | 19.77 | 27.26 | 8.09 | - |
| YUV | 132.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 57 | 0.23 | 0 | 0.63 | 0.40 | 82.27 | 0.46 | 0.41 |
| Hex | 76 | 9A | 39 | 17 | 0 | 3F | 28 | 52 | 2E | 29 |
| Octal | 166 | 232 | 71 | 27 | 0 | 77 | 50 | 122 | 56 | 51 |
| Binary | 1110110 | 10011010 | 111001 | 10111 | 0 | 111111 | 101000 | 1010010 | 101110 | 101001 |
Color Harmonies of #769A39
Complementary color
Monochromatic Colors of #769A39
Black with #769A39
Text Example
Text Example
White with #769A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A39; }
p { color: rgb(118,154,57); }
H1.HeaderClassName
{
color: #769A39;
}
.AnyTagClassName
{
color: #769A39;
}
</style>
background-color css
<style>
a { background-color: #769A39; }
a { background-color: rgb(118,154,57); }
div.DivClassName
{
background-color: #769A39;
}
.BgClassName
{
background-color: #769A39;
}
</style>
border-color css
<style>
span { border-color: #769A39; }
span { border-color: rgb(118,154,57); }
td.TdClassName
{
border-color: #769A39;
}
.TagClassName
{
border-color: #769A39;
}
</style>