Shades of Sushi #799B34
Tints of Sushi #799B34
RGB
CMYK
RGB Variations
Color information
#799B34 (or 0x799B34) is known color: Sushi. HEX triplet: 79, 9B and 34. RGB value is (121,155,52). Sum of RGB (Red+Green+Blue) = 121+155+52=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #799B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B34 is #8664CB. Grayscale: #858585. Windows color (decimal): -8807628 or 3447673. OLE color: 3447673.
HSL color Cylindrical-coordinate representation of color #799B34: hue angle of 79.81º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #799B34 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 52 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.39 |
| HSL | 79.81º | 0.5% | 0.41% | - |
| HSV(B) | 79.81º | 0.66% | 0.61% | - |
| XYZ | 20.23 | 27.76 | 7.54 | - |
| YUV | 133.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 52 | 0.22 | 0 | 0.66 | 0.39 | 79.81 | 0.5 | 0.41 |
| Hex | 79 | 9B | 34 | 16 | 0 | 42 | 27 | 50 | 32 | 29 |
| Octal | 171 | 233 | 64 | 26 | 0 | 102 | 47 | 120 | 62 | 51 |
| Binary | 1111001 | 10011011 | 110100 | 10110 | 0 | 1000010 | 100111 | 1010000 | 110010 | 101001 |
Color Harmonies of #799B34
Complementary color
Monochromatic Colors of #799B34
Black with #799B34
Text Example
Text Example
White with #799B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B34; }
p { color: rgb(121,155,52); }
H1.HeaderClassName
{
color: #799B34;
}
.AnyTagClassName
{
color: #799B34;
}
</style>
background-color css
<style>
a { background-color: #799B34; }
a { background-color: rgb(121,155,52); }
div.DivClassName
{
background-color: #799B34;
}
.BgClassName
{
background-color: #799B34;
}
</style>
border-color css
<style>
span { border-color: #799B34; }
span { border-color: rgb(121,155,52); }
td.TdClassName
{
border-color: #799B34;
}
.TagClassName
{
border-color: #799B34;
}
</style>