Shades of Sushi #769E35
Tints of Sushi #769E35
RGB
CMYK
RGB Variations
Color information
#769E35 (or 0x769E35) is known color: Sushi. HEX triplet: 76, 9E and 35. RGB value is (118,158,53). Sum of RGB (Red+Green+Blue) = 118+158+53=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #769E35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E35 is #8961CA. Grayscale: #868686. Windows color (decimal): -9003467 or 3513974. OLE color: 3513974.
HSL color Cylindrical-coordinate representation of color #769E35: hue angle of 82.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #769E35 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 53 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.38 |
| HSL | 82.86º | 0.5% | 0.41% | - |
| HSV(B) | 82.86º | 0.66% | 0.62% | - |
| XYZ | 20.34 | 28.56 | 7.81 | - |
| YUV | 134.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 53 | 0.25 | 0 | 0.66 | 0.38 | 82.86 | 0.5 | 0.41 |
| Hex | 76 | 9E | 35 | 19 | 0 | 42 | 26 | 53 | 32 | 29 |
| Octal | 166 | 236 | 65 | 31 | 0 | 102 | 46 | 123 | 62 | 51 |
| Binary | 1110110 | 10011110 | 110101 | 11001 | 0 | 1000010 | 100110 | 1010011 | 110010 | 101001 |
Color Harmonies of #769E35
Complementary color
Monochromatic Colors of #769E35
Black with #769E35
Text Example
Text Example
White with #769E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E35; }
p { color: rgb(118,158,53); }
H1.HeaderClassName
{
color: #769E35;
}
.AnyTagClassName
{
color: #769E35;
}
</style>
background-color css
<style>
a { background-color: #769E35; }
a { background-color: rgb(118,158,53); }
div.DivClassName
{
background-color: #769E35;
}
.BgClassName
{
background-color: #769E35;
}
</style>
border-color css
<style>
span { border-color: #769E35; }
span { border-color: rgb(118,158,53); }
td.TdClassName
{
border-color: #769E35;
}
.TagClassName
{
border-color: #769E35;
}
</style>