Shades of Sushi #769942
Tints of Sushi #769942
RGB
CMYK
RGB Variations
Color information
#769942 (or 0x769942) is known color: Sushi. HEX triplet: 76, 99 and 42. RGB value is (118,153,66). Sum of RGB (Red+Green+Blue) = 118+153+66=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #769942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769942 is #8966BD. Grayscale: #848484. Windows color (decimal): -9004734 or 4364662. OLE color: 4364662.
HSL color Cylindrical-coordinate representation of color #769942: hue angle of 84.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #769942 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 66 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.4 |
| HSL | 84.14º | 0.4% | 0.43% | - |
| HSV(B) | 84.14º | 0.57% | 0.6% | - |
| XYZ | 19.85 | 27.03 | 9.33 | - |
| YUV | 132.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 66 | 0.23 | 0 | 0.57 | 0.4 | 84.14 | 0.4 | 0.43 |
| Hex | 76 | 99 | 42 | 17 | 0 | 39 | 28 | 54 | 28 | 2B |
| Octal | 166 | 231 | 102 | 27 | 0 | 71 | 50 | 124 | 50 | 53 |
| Binary | 1110110 | 10011001 | 1000010 | 10111 | 0 | 111001 | 101000 | 1010100 | 101000 | 101011 |
Color Harmonies of #769942
Complementary color
Monochromatic Colors of #769942
Black with #769942
Text Example
Text Example
White with #769942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769942; }
p { color: rgb(118,153,66); }
H1.HeaderClassName
{
color: #769942;
}
.AnyTagClassName
{
color: #769942;
}
</style>
background-color css
<style>
a { background-color: #769942; }
a { background-color: rgb(118,153,66); }
div.DivClassName
{
background-color: #769942;
}
.BgClassName
{
background-color: #769942;
}
</style>
border-color css
<style>
span { border-color: #769942; }
span { border-color: rgb(118,153,66); }
td.TdClassName
{
border-color: #769942;
}
.TagClassName
{
border-color: #769942;
}
</style>