Shades of Sushi #799D43
Tints of Sushi #799D43
RGB
CMYK
RGB Variations
Color information
#799D43 (or 0x799D43) is known color: Sushi. HEX triplet: 79, 9D and 43. RGB value is (121,157,67). Sum of RGB (Red+Green+Blue) = 121+157+67=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #799D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D43 is #8662BC. Grayscale: #888888. Windows color (decimal): -8807101 or 4431225. OLE color: 4431225.
HSL color Cylindrical-coordinate representation of color #799D43: hue angle of 84º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #799D43 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 67 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.38 |
| HSL | 84º | 0.4% | 0.44% | - |
| HSV(B) | 84º | 0.57% | 0.62% | - |
| XYZ | 20.96 | 28.58 | 9.72 | - |
| YUV | 135.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 67 | 0.23 | 0 | 0.57 | 0.38 | 84 | 0.4 | 0.44 |
| Hex | 79 | 9D | 43 | 17 | 0 | 39 | 26 | 54 | 28 | 2C |
| Octal | 171 | 235 | 103 | 27 | 0 | 71 | 46 | 124 | 50 | 54 |
| Binary | 1111001 | 10011101 | 1000011 | 10111 | 0 | 111001 | 100110 | 1010100 | 101000 | 101100 |
Color Harmonies of #799D43
Complementary color
Monochromatic Colors of #799D43
Black with #799D43
Text Example
Text Example
White with #799D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D43; }
p { color: rgb(121,157,67); }
H1.HeaderClassName
{
color: #799D43;
}
.AnyTagClassName
{
color: #799D43;
}
</style>
background-color css
<style>
a { background-color: #799D43; }
a { background-color: rgb(121,157,67); }
div.DivClassName
{
background-color: #799D43;
}
.BgClassName
{
background-color: #799D43;
}
</style>
border-color css
<style>
span { border-color: #799D43; }
span { border-color: rgb(121,157,67); }
td.TdClassName
{
border-color: #799D43;
}
.TagClassName
{
border-color: #799D43;
}
</style>