Shades of Sushi #769F33
Tints of Sushi #769F33
RGB
CMYK
RGB Variations
Color information
#769F33 (or 0x769F33) is known color: Sushi. HEX triplet: 76, 9F and 33. RGB value is (118,159,51). Sum of RGB (Red+Green+Blue) = 118+159+51=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #769F33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F33 is #8960CC. Grayscale: #868686. Windows color (decimal): -9003213 or 3383158. OLE color: 3383158.
HSL color Cylindrical-coordinate representation of color #769F33: hue angle of 82.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #769F33 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 51 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.38 |
| HSL | 82.78º | 0.51% | 0.41% | - |
| HSV(B) | 82.78º | 0.68% | 0.62% | - |
| XYZ | 20.47 | 28.89 | 7.63 | - |
| YUV | 134.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 51 | 0.26 | 0 | 0.68 | 0.38 | 82.78 | 0.51 | 0.41 |
| Hex | 76 | 9F | 33 | 1A | 0 | 44 | 26 | 53 | 33 | 29 |
| Octal | 166 | 237 | 63 | 32 | 0 | 104 | 46 | 123 | 63 | 51 |
| Binary | 1110110 | 10011111 | 110011 | 11010 | 0 | 1000100 | 100110 | 1010011 | 110011 | 101001 |
Color Harmonies of #769F33
Complementary color
Monochromatic Colors of #769F33
Black with #769F33
Text Example
Text Example
White with #769F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F33; }
p { color: rgb(118,159,51); }
H1.HeaderClassName
{
color: #769F33;
}
.AnyTagClassName
{
color: #769F33;
}
</style>
background-color css
<style>
a { background-color: #769F33; }
a { background-color: rgb(118,159,51); }
div.DivClassName
{
background-color: #769F33;
}
.BgClassName
{
background-color: #769F33;
}
</style>
border-color css
<style>
span { border-color: #769F33; }
span { border-color: rgb(118,159,51); }
td.TdClassName
{
border-color: #769F33;
}
.TagClassName
{
border-color: #769F33;
}
</style>