Shades of Sushi #799E23
Tints of Sushi #799E23
RGB
CMYK
RGB Variations
Color information
#799E23 (or 0x799E23) is known color: Sushi. HEX triplet: 79, 9E and 23. RGB value is (121,158,35). Sum of RGB (Red+Green+Blue) = 121+158+35=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #799E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E23 is #8661DC. Grayscale: #858585. Windows color (decimal): -8806877 or 2334329. OLE color: 2334329.
HSL color Cylindrical-coordinate representation of color #799E23: hue angle of 78.05º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #799E23 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 35 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.38 |
| HSL | 78.05º | 0.64% | 0.38% | - |
| HSV(B) | 78.05º | 0.78% | 0.62% | - |
| XYZ | 20.42 | 28.64 | 6.04 | - |
| YUV | 132.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 35 | 0.23 | 0 | 0.78 | 0.38 | 78.05 | 0.64 | 0.38 |
| Hex | 79 | 9E | 23 | 17 | 0 | 4E | 26 | 4E | 40 | 26 |
| Octal | 171 | 236 | 43 | 27 | 0 | 116 | 46 | 116 | 100 | 46 |
| Binary | 1111001 | 10011110 | 100011 | 10111 | 0 | 1001110 | 100110 | 1001110 | 1000000 | 100110 |
Color Harmonies of #799E23
Complementary color
Monochromatic Colors of #799E23
Black with #799E23
Text Example
Text Example
White with #799E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E23; }
p { color: rgb(121,158,35); }
H1.HeaderClassName
{
color: #799E23;
}
.AnyTagClassName
{
color: #799E23;
}
</style>
background-color css
<style>
a { background-color: #799E23; }
a { background-color: rgb(121,158,35); }
div.DivClassName
{
background-color: #799E23;
}
.BgClassName
{
background-color: #799E23;
}
</style>
border-color css
<style>
span { border-color: #799E23; }
span { border-color: rgb(121,158,35); }
td.TdClassName
{
border-color: #799E23;
}
.TagClassName
{
border-color: #799E23;
}
</style>