Shades of Sushi #799F31
Tints of Sushi #799F31
RGB
CMYK
RGB Variations
Color information
#799F31 (or 0x799F31) is known color: Sushi. HEX triplet: 79, 9F and 31. RGB value is (121,159,49). Sum of RGB (Red+Green+Blue) = 121+159+49=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #799F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799F31 is #8660CE. Grayscale: #878787. Windows color (decimal): -8806607 or 3252089. OLE color: 3252089.
HSL color Cylindrical-coordinate representation of color #799F31: hue angle of 80.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #799F31 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 49 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.38 |
| HSL | 80.73º | 0.53% | 0.41% | - |
| HSV(B) | 80.73º | 0.69% | 0.62% | - |
| XYZ | 20.84 | 29.08 | 7.42 | - |
| YUV | 135.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 49 | 0.24 | 0 | 0.69 | 0.38 | 80.73 | 0.53 | 0.41 |
| Hex | 79 | 9F | 31 | 18 | 0 | 45 | 26 | 51 | 35 | 29 |
| Octal | 171 | 237 | 61 | 30 | 0 | 105 | 46 | 121 | 65 | 51 |
| Binary | 1111001 | 10011111 | 110001 | 11000 | 0 | 1000101 | 100110 | 1010001 | 110101 | 101001 |
Color Harmonies of #799F31
Complementary color
Monochromatic Colors of #799F31
Black with #799F31
Text Example
Text Example
White with #799F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F31; }
p { color: rgb(121,159,49); }
H1.HeaderClassName
{
color: #799F31;
}
.AnyTagClassName
{
color: #799F31;
}
</style>
background-color css
<style>
a { background-color: #799F31; }
a { background-color: rgb(121,159,49); }
div.DivClassName
{
background-color: #799F31;
}
.BgClassName
{
background-color: #799F31;
}
</style>
border-color css
<style>
span { border-color: #799F31; }
span { border-color: rgb(121,159,49); }
td.TdClassName
{
border-color: #799F31;
}
.TagClassName
{
border-color: #799F31;
}
</style>