Shades of Sushi #799D35
Tints of Sushi #799D35
RGB
CMYK
RGB Variations
Color information
#799D35 (or 0x799D35) is known color: Sushi. HEX triplet: 79, 9D and 35. RGB value is (121,157,53). Sum of RGB (Red+Green+Blue) = 121+157+53=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #799D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D35 is #8662CA. Grayscale: #868686. Windows color (decimal): -8807115 or 3513721. OLE color: 3513721.
HSL color Cylindrical-coordinate representation of color #799D35: hue angle of 80.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #799D35 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 53 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.38 |
| HSL | 80.77º | 0.5% | 0.41% | - |
| HSV(B) | 80.77º | 0.66% | 0.62% | - |
| XYZ | 20.58 | 28.44 | 7.77 | - |
| YUV | 134.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 53 | 0.23 | 0 | 0.66 | 0.38 | 80.77 | 0.5 | 0.41 |
| Hex | 79 | 9D | 35 | 17 | 0 | 42 | 26 | 51 | 32 | 29 |
| Octal | 171 | 235 | 65 | 27 | 0 | 102 | 46 | 121 | 62 | 51 |
| Binary | 1111001 | 10011101 | 110101 | 10111 | 0 | 1000010 | 100110 | 1010001 | 110010 | 101001 |
Color Harmonies of #799D35
Complementary color
Monochromatic Colors of #799D35
Black with #799D35
Text Example
Text Example
White with #799D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D35; }
p { color: rgb(121,157,53); }
H1.HeaderClassName
{
color: #799D35;
}
.AnyTagClassName
{
color: #799D35;
}
</style>
background-color css
<style>
a { background-color: #799D35; }
a { background-color: rgb(121,157,53); }
div.DivClassName
{
background-color: #799D35;
}
.BgClassName
{
background-color: #799D35;
}
</style>
border-color css
<style>
span { border-color: #799D35; }
span { border-color: rgb(121,157,53); }
td.TdClassName
{
border-color: #799D35;
}
.TagClassName
{
border-color: #799D35;
}
</style>