Shades of Sushi #799B43
Tints of Sushi #799B43
RGB
CMYK
RGB Variations
Color information
#799B43 (or 0x799B43) is known color: Sushi. HEX triplet: 79, 9B and 43. RGB value is (121,155,67). Sum of RGB (Red+Green+Blue) = 121+155+67=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #799B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B43 is #8664BC. Grayscale: #878787. Windows color (decimal): -8807613 or 4430713. OLE color: 4430713.
HSL color Cylindrical-coordinate representation of color #799B43: hue angle of 83.18º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #799B43 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 67 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.39 |
| HSL | 83.18º | 0.4% | 0.44% | - |
| HSV(B) | 83.18º | 0.57% | 0.61% | - |
| XYZ | 20.62 | 27.91 | 9.61 | - |
| YUV | 134.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 67 | 0.22 | 0 | 0.57 | 0.39 | 83.18 | 0.4 | 0.44 |
| Hex | 79 | 9B | 43 | 16 | 0 | 39 | 27 | 53 | 28 | 2C |
| Octal | 171 | 233 | 103 | 26 | 0 | 71 | 47 | 123 | 50 | 54 |
| Binary | 1111001 | 10011011 | 1000011 | 10110 | 0 | 111001 | 100111 | 1010011 | 101000 | 101100 |
Color Harmonies of #799B43
Complementary color
Monochromatic Colors of #799B43
Black with #799B43
Text Example
Text Example
White with #799B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B43; }
p { color: rgb(121,155,67); }
H1.HeaderClassName
{
color: #799B43;
}
.AnyTagClassName
{
color: #799B43;
}
</style>
background-color css
<style>
a { background-color: #799B43; }
a { background-color: rgb(121,155,67); }
div.DivClassName
{
background-color: #799B43;
}
.BgClassName
{
background-color: #799B43;
}
</style>
border-color css
<style>
span { border-color: #799B43; }
span { border-color: rgb(121,155,67); }
td.TdClassName
{
border-color: #799B43;
}
.TagClassName
{
border-color: #799B43;
}
</style>