Shades of Sushi #769F28
Tints of Sushi #769F28
RGB
CMYK
RGB Variations
Color information
#769F28 (or 0x769F28) is known color: Sushi. HEX triplet: 76, 9F and 28. RGB value is (118,159,40). Sum of RGB (Red+Green+Blue) = 118+159+40=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #769F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F28 is #8960D7. Grayscale: #858585. Windows color (decimal): -9003224 or 2662262. OLE color: 2662262.
HSL color Cylindrical-coordinate representation of color #769F28: hue angle of 80.67º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #769F28 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 40 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.38 |
| HSL | 80.67º | 0.6% | 0.39% | - |
| HSV(B) | 80.67º | 0.75% | 0.62% | - |
| XYZ | 20.25 | 28.8 | 6.5 | - |
| YUV | 133.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 40 | 0.26 | 0 | 0.75 | 0.38 | 80.67 | 0.6 | 0.39 |
| Hex | 76 | 9F | 28 | 1A | 0 | 4B | 26 | 51 | 3C | 27 |
| Octal | 166 | 237 | 50 | 32 | 0 | 113 | 46 | 121 | 74 | 47 |
| Binary | 1110110 | 10011111 | 101000 | 11010 | 0 | 1001011 | 100110 | 1010001 | 111100 | 100111 |
Color Harmonies of #769F28
Complementary color
Monochromatic Colors of #769F28
Black with #769F28
Text Example
Text Example
White with #769F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F28; }
p { color: rgb(118,159,40); }
H1.HeaderClassName
{
color: #769F28;
}
.AnyTagClassName
{
color: #769F28;
}
</style>
background-color css
<style>
a { background-color: #769F28; }
a { background-color: rgb(118,159,40); }
div.DivClassName
{
background-color: #769F28;
}
.BgClassName
{
background-color: #769F28;
}
</style>
border-color css
<style>
span { border-color: #769F28; }
span { border-color: rgb(118,159,40); }
td.TdClassName
{
border-color: #769F28;
}
.TagClassName
{
border-color: #769F28;
}
</style>