Shades of Sushi #799D28
Tints of Sushi #799D28
RGB
CMYK
RGB Variations
Color information
#799D28 (or 0x799D28) is known color: Sushi. HEX triplet: 79, 9D and 28. RGB value is (121,157,40). Sum of RGB (Red+Green+Blue) = 121+157+40=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #799D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D28 is #8662D7. Grayscale: #858585. Windows color (decimal): -8807128 or 2661753. OLE color: 2661753.
HSL color Cylindrical-coordinate representation of color #799D28: hue angle of 78.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #799D28 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 40 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.38 |
| HSL | 78.46º | 0.59% | 0.39% | - |
| HSV(B) | 78.46º | 0.75% | 0.62% | - |
| XYZ | 20.33 | 28.33 | 6.4 | - |
| YUV | 132.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 40 | 0.23 | 0 | 0.75 | 0.38 | 78.46 | 0.59 | 0.39 |
| Hex | 79 | 9D | 28 | 17 | 0 | 4B | 26 | 4E | 3B | 27 |
| Octal | 171 | 235 | 50 | 27 | 0 | 113 | 46 | 116 | 73 | 47 |
| Binary | 1111001 | 10011101 | 101000 | 10111 | 0 | 1001011 | 100110 | 1001110 | 111011 | 100111 |
Color Harmonies of #799D28
Complementary color
Monochromatic Colors of #799D28
Black with #799D28
Text Example
Text Example
White with #799D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D28; }
p { color: rgb(121,157,40); }
H1.HeaderClassName
{
color: #799D28;
}
.AnyTagClassName
{
color: #799D28;
}
</style>
background-color css
<style>
a { background-color: #799D28; }
a { background-color: rgb(121,157,40); }
div.DivClassName
{
background-color: #799D28;
}
.BgClassName
{
background-color: #799D28;
}
</style>
border-color css
<style>
span { border-color: #799D28; }
span { border-color: rgb(121,157,40); }
td.TdClassName
{
border-color: #799D28;
}
.TagClassName
{
border-color: #799D28;
}
</style>