Shades of Sushi #799C28
Tints of Sushi #799C28
RGB
CMYK
RGB Variations
Color information
#799C28 (or 0x799C28) is known color: Sushi. HEX triplet: 79, 9C and 28. RGB value is (121,156,40). Sum of RGB (Red+Green+Blue) = 121+156+40=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #799C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799C28 is #8663D7. Grayscale: #848484. Windows color (decimal): -8807384 or 2661497. OLE color: 2661497.
HSL color Cylindrical-coordinate representation of color #799C28: hue angle of 78.1º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #799C28 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 40 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.39 |
| HSL | 78.1º | 0.59% | 0.38% | - |
| HSV(B) | 78.1º | 0.74% | 0.61% | - |
| XYZ | 20.16 | 28 | 6.35 | - |
| YUV | 132.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 40 | 0.22 | 0 | 0.74 | 0.39 | 78.1 | 0.59 | 0.38 |
| Hex | 79 | 9C | 28 | 16 | 0 | 4A | 27 | 4E | 3B | 26 |
| Octal | 171 | 234 | 50 | 26 | 0 | 112 | 47 | 116 | 73 | 46 |
| Binary | 1111001 | 10011100 | 101000 | 10110 | 0 | 1001010 | 100111 | 1001110 | 111011 | 100110 |
Color Harmonies of #799C28
Complementary color
Monochromatic Colors of #799C28
Black with #799C28
Text Example
Text Example
White with #799C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C28; }
p { color: rgb(121,156,40); }
H1.HeaderClassName
{
color: #799C28;
}
.AnyTagClassName
{
color: #799C28;
}
</style>
background-color css
<style>
a { background-color: #799C28; }
a { background-color: rgb(121,156,40); }
div.DivClassName
{
background-color: #799C28;
}
.BgClassName
{
background-color: #799C28;
}
</style>
border-color css
<style>
span { border-color: #799C28; }
span { border-color: rgb(121,156,40); }
td.TdClassName
{
border-color: #799C28;
}
.TagClassName
{
border-color: #799C28;
}
</style>