Shades of Sushi #799D34
Tints of Sushi #799D34
RGB
CMYK
RGB Variations
Color information
#799D34 (or 0x799D34) is known color: Sushi. HEX triplet: 79, 9D and 34. RGB value is (121,157,52). Sum of RGB (Red+Green+Blue) = 121+157+52=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #799D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D34 is #8662CB. Grayscale: #868686. Windows color (decimal): -8807116 or 3448185. OLE color: 3448185.
HSL color Cylindrical-coordinate representation of color #799D34: hue angle of 80.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #799D34 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 52 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.38 |
| HSL | 80.57º | 0.5% | 0.41% | - |
| HSV(B) | 80.57º | 0.67% | 0.62% | - |
| XYZ | 20.56 | 28.43 | 7.65 | - |
| YUV | 134.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 52 | 0.23 | 0 | 0.67 | 0.38 | 80.57 | 0.5 | 0.41 |
| Hex | 79 | 9D | 34 | 17 | 0 | 43 | 26 | 51 | 32 | 29 |
| Octal | 171 | 235 | 64 | 27 | 0 | 103 | 46 | 121 | 62 | 51 |
| Binary | 1111001 | 10011101 | 110100 | 10111 | 0 | 1000011 | 100110 | 1010001 | 110010 | 101001 |
Color Harmonies of #799D34
Complementary color
Monochromatic Colors of #799D34
Black with #799D34
Text Example
Text Example
White with #799D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D34; }
p { color: rgb(121,157,52); }
H1.HeaderClassName
{
color: #799D34;
}
.AnyTagClassName
{
color: #799D34;
}
</style>
background-color css
<style>
a { background-color: #799D34; }
a { background-color: rgb(121,157,52); }
div.DivClassName
{
background-color: #799D34;
}
.BgClassName
{
background-color: #799D34;
}
</style>
border-color css
<style>
span { border-color: #799D34; }
span { border-color: rgb(121,157,52); }
td.TdClassName
{
border-color: #799D34;
}
.TagClassName
{
border-color: #799D34;
}
</style>