Shades of Sushi #769E36
Tints of Sushi #769E36
RGB
CMYK
RGB Variations
Color information
#769E36 (or 0x769E36) is known color: Sushi. HEX triplet: 76, 9E and 36. RGB value is (118,158,54). Sum of RGB (Red+Green+Blue) = 118+158+54=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #769E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E36 is #8961C9. Grayscale: #868686. Windows color (decimal): -9003466 or 3579510. OLE color: 3579510.
HSL color Cylindrical-coordinate representation of color #769E36: hue angle of 83.08º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #769E36 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 54 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.38 |
| HSL | 83.08º | 0.49% | 0.42% | - |
| HSV(B) | 83.08º | 0.66% | 0.62% | - |
| XYZ | 20.36 | 28.57 | 7.93 | - |
| YUV | 134.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 54 | 0.25 | 0 | 0.66 | 0.38 | 83.08 | 0.49 | 0.42 |
| Hex | 76 | 9E | 36 | 19 | 0 | 42 | 26 | 53 | 31 | 2A |
| Octal | 166 | 236 | 66 | 31 | 0 | 102 | 46 | 123 | 61 | 52 |
| Binary | 1110110 | 10011110 | 110110 | 11001 | 0 | 1000010 | 100110 | 1010011 | 110001 | 101010 |
Color Harmonies of #769E36
Complementary color
Monochromatic Colors of #769E36
Black with #769E36
Text Example
Text Example
White with #769E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E36; }
p { color: rgb(118,158,54); }
H1.HeaderClassName
{
color: #769E36;
}
.AnyTagClassName
{
color: #769E36;
}
</style>
background-color css
<style>
a { background-color: #769E36; }
a { background-color: rgb(118,158,54); }
div.DivClassName
{
background-color: #769E36;
}
.BgClassName
{
background-color: #769E36;
}
</style>
border-color css
<style>
span { border-color: #769E36; }
span { border-color: rgb(118,158,54); }
td.TdClassName
{
border-color: #769E36;
}
.TagClassName
{
border-color: #769E36;
}
</style>