Shades of Sushi #799F3A
Tints of Sushi #799F3A
RGB
CMYK
RGB Variations
Color information
#799F3A (or 0x799F3A) is known color: Sushi. HEX triplet: 79, 9F and 3A. RGB value is (121,159,58). Sum of RGB (Red+Green+Blue) = 121+159+58=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #799F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799F3A is #8660C5. Grayscale: #888888. Windows color (decimal): -8806598 or 3841913. OLE color: 3841913.
HSL color Cylindrical-coordinate representation of color #799F3A: hue angle of 82.57º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #799F3A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 58 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.38 |
| HSL | 82.57º | 0.47% | 0.43% | - |
| HSV(B) | 82.57º | 0.64% | 0.62% | - |
| XYZ | 21.05 | 29.17 | 8.52 | - |
| YUV | 136.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 58 | 0.24 | 0 | 0.64 | 0.38 | 82.57 | 0.47 | 0.43 |
| Hex | 79 | 9F | 3A | 18 | 0 | 40 | 26 | 53 | 2F | 2B |
| Octal | 171 | 237 | 72 | 30 | 0 | 100 | 46 | 123 | 57 | 53 |
| Binary | 1111001 | 10011111 | 111010 | 11000 | 0 | 1000000 | 100110 | 1010011 | 101111 | 101011 |
Color Harmonies of #799F3A
Complementary color
Monochromatic Colors of #799F3A
Black with #799F3A
Text Example
Text Example
White with #799F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F3A; }
p { color: rgb(121,159,58); }
H1.HeaderClassName
{
color: #799F3A;
}
.AnyTagClassName
{
color: #799F3A;
}
</style>
background-color css
<style>
a { background-color: #799F3A; }
a { background-color: rgb(121,159,58); }
div.DivClassName
{
background-color: #799F3A;
}
.BgClassName
{
background-color: #799F3A;
}
</style>
border-color css
<style>
span { border-color: #799F3A; }
span { border-color: rgb(121,159,58); }
td.TdClassName
{
border-color: #799F3A;
}
.TagClassName
{
border-color: #799F3A;
}
</style>