Shades of Sushi #769843
Tints of Sushi #769843
RGB
CMYK
RGB Variations
Color information
#769843 (or 0x769843) is known color: Sushi. HEX triplet: 76, 98 and 43. RGB value is (118,152,67). Sum of RGB (Red+Green+Blue) = 118+152+67=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #769843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769843 is #8967BC. Grayscale: #848484. Windows color (decimal): -9004989 or 4429942. OLE color: 4429942.
HSL color Cylindrical-coordinate representation of color #769843: hue angle of 84º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #769843 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 67 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.40 |
| HSL | 84º | 0.39% | 0.43% | - |
| HSV(B) | 84º | 0.56% | 0.6% | - |
| XYZ | 19.71 | 26.71 | 9.43 | - |
| YUV | 132.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 67 | 0.22 | 0 | 0.56 | 0.40 | 84 | 0.39 | 0.43 |
| Hex | 76 | 98 | 43 | 16 | 0 | 38 | 28 | 54 | 27 | 2B |
| Octal | 166 | 230 | 103 | 26 | 0 | 70 | 50 | 124 | 47 | 53 |
| Binary | 1110110 | 10011000 | 1000011 | 10110 | 0 | 111000 | 101000 | 1010100 | 100111 | 101011 |
Color Harmonies of #769843
Complementary color
Monochromatic Colors of #769843
Black with #769843
Text Example
Text Example
White with #769843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769843; }
p { color: rgb(118,152,67); }
H1.HeaderClassName
{
color: #769843;
}
.AnyTagClassName
{
color: #769843;
}
</style>
background-color css
<style>
a { background-color: #769843; }
a { background-color: rgb(118,152,67); }
div.DivClassName
{
background-color: #769843;
}
.BgClassName
{
background-color: #769843;
}
</style>
border-color css
<style>
span { border-color: #769843; }
span { border-color: rgb(118,152,67); }
td.TdClassName
{
border-color: #769843;
}
.TagClassName
{
border-color: #769843;
}
</style>