Shades of Sushi #799D36
Tints of Sushi #799D36
RGB
CMYK
RGB Variations
Color information
#799D36 (or 0x799D36) is known color: Sushi. HEX triplet: 79, 9D and 36. RGB value is (121,157,54). Sum of RGB (Red+Green+Blue) = 121+157+54=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #799D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D36 is #8662C9. Grayscale: #868686. Windows color (decimal): -8807114 or 3579257. OLE color: 3579257.
HSL color Cylindrical-coordinate representation of color #799D36: hue angle of 80.97º degrees, saturation: 0.49, 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 #799D36 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 54 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.38 |
| HSL | 80.97º | 0.49% | 0.41% | - |
| HSV(B) | 80.97º | 0.66% | 0.62% | - |
| XYZ | 20.61 | 28.45 | 7.89 | - |
| YUV | 134.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 54 | 0.23 | 0 | 0.66 | 0.38 | 80.97 | 0.49 | 0.41 |
| Hex | 79 | 9D | 36 | 17 | 0 | 42 | 26 | 51 | 31 | 29 |
| Octal | 171 | 235 | 66 | 27 | 0 | 102 | 46 | 121 | 61 | 51 |
| Binary | 1111001 | 10011101 | 110110 | 10111 | 0 | 1000010 | 100110 | 1010001 | 110001 | 101001 |
Color Harmonies of #799D36
Complementary color
Monochromatic Colors of #799D36
Black with #799D36
Text Example
Text Example
White with #799D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D36; }
p { color: rgb(121,157,54); }
H1.HeaderClassName
{
color: #799D36;
}
.AnyTagClassName
{
color: #799D36;
}
</style>
background-color css
<style>
a { background-color: #799D36; }
a { background-color: rgb(121,157,54); }
div.DivClassName
{
background-color: #799D36;
}
.BgClassName
{
background-color: #799D36;
}
</style>
border-color css
<style>
span { border-color: #799D36; }
span { border-color: rgb(121,157,54); }
td.TdClassName
{
border-color: #799D36;
}
.TagClassName
{
border-color: #799D36;
}
</style>