Shades of Sushi #799D27
Tints of Sushi #799D27
RGB
CMYK
RGB Variations
Color information
#799D27 (or 0x799D27) is known color: Sushi. HEX triplet: 79, 9D and 27. RGB value is (121,157,39). Sum of RGB (Red+Green+Blue) = 121+157+39=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #799D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D27 is #8662D8. Grayscale: #858585. Windows color (decimal): -8807129 or 2596217. OLE color: 2596217.
HSL color Cylindrical-coordinate representation of color #799D27: hue angle of 78.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #799D27 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 39 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.38 |
| HSL | 78.31º | 0.6% | 0.38% | - |
| HSV(B) | 78.31º | 0.75% | 0.62% | - |
| XYZ | 20.31 | 28.33 | 6.32 | - |
| YUV | 132.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 39 | 0.23 | 0 | 0.75 | 0.38 | 78.31 | 0.6 | 0.38 |
| Hex | 79 | 9D | 27 | 17 | 0 | 4B | 26 | 4E | 3C | 26 |
| Octal | 171 | 235 | 47 | 27 | 0 | 113 | 46 | 116 | 74 | 46 |
| Binary | 1111001 | 10011101 | 100111 | 10111 | 0 | 1001011 | 100110 | 1001110 | 111100 | 100110 |
Color Harmonies of #799D27
Complementary color
Monochromatic Colors of #799D27
Black with #799D27
Text Example
Text Example
White with #799D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D27; }
p { color: rgb(121,157,39); }
H1.HeaderClassName
{
color: #799D27;
}
.AnyTagClassName
{
color: #799D27;
}
</style>
background-color css
<style>
a { background-color: #799D27; }
a { background-color: rgb(121,157,39); }
div.DivClassName
{
background-color: #799D27;
}
.BgClassName
{
background-color: #799D27;
}
</style>
border-color css
<style>
span { border-color: #799D27; }
span { border-color: rgb(121,157,39); }
td.TdClassName
{
border-color: #799D27;
}
.TagClassName
{
border-color: #799D27;
}
</style>