Shades of Sushi #799B41
Tints of Sushi #799B41
RGB
CMYK
RGB Variations
Color information
#799B41 (or 0x799B41) is known color: Sushi. HEX triplet: 79, 9B and 41. RGB value is (121,155,65). Sum of RGB (Red+Green+Blue) = 121+155+65=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #799B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B41 is #8664BE. Grayscale: #868686. Windows color (decimal): -8807615 or 4299641. OLE color: 4299641.
HSL color Cylindrical-coordinate representation of color #799B41: hue angle of 82.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #799B41 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 65 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.39 |
| HSL | 82.67º | 0.41% | 0.43% | - |
| HSV(B) | 82.67º | 0.58% | 0.61% | - |
| XYZ | 20.56 | 27.89 | 9.3 | - |
| YUV | 134.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 65 | 0.22 | 0 | 0.58 | 0.39 | 82.67 | 0.41 | 0.43 |
| Hex | 79 | 9B | 41 | 16 | 0 | 3A | 27 | 53 | 29 | 2B |
| Octal | 171 | 233 | 101 | 26 | 0 | 72 | 47 | 123 | 51 | 53 |
| Binary | 1111001 | 10011011 | 1000001 | 10110 | 0 | 111010 | 100111 | 1010011 | 101001 | 101011 |
Color Harmonies of #799B41
Complementary color
Monochromatic Colors of #799B41
Black with #799B41
Text Example
Text Example
White with #799B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B41; }
p { color: rgb(121,155,65); }
H1.HeaderClassName
{
color: #799B41;
}
.AnyTagClassName
{
color: #799B41;
}
</style>
background-color css
<style>
a { background-color: #799B41; }
a { background-color: rgb(121,155,65); }
div.DivClassName
{
background-color: #799B41;
}
.BgClassName
{
background-color: #799B41;
}
</style>
border-color css
<style>
span { border-color: #799B41; }
span { border-color: rgb(121,155,65); }
td.TdClassName
{
border-color: #799B41;
}
.TagClassName
{
border-color: #799B41;
}
</style>