Shades of Sushi #799F34
Tints of Sushi #799F34
RGB
CMYK
RGB Variations
Color information
#799F34 (or 0x799F34) is known color: Sushi. HEX triplet: 79, 9F and 34. RGB value is (121,159,52). Sum of RGB (Red+Green+Blue) = 121+159+52=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #799F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799F34 is #8660CB. Grayscale: #878787. Windows color (decimal): -8806604 or 3448697. OLE color: 3448697.
HSL color Cylindrical-coordinate representation of color #799F34: hue angle of 81.31º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #799F34 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 52 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.38 |
| HSL | 81.31º | 0.51% | 0.41% | - |
| HSV(B) | 81.31º | 0.67% | 0.62% | - |
| XYZ | 20.9 | 29.11 | 7.77 | - |
| YUV | 135.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 52 | 0.24 | 0 | 0.67 | 0.38 | 81.31 | 0.51 | 0.41 |
| Hex | 79 | 9F | 34 | 18 | 0 | 43 | 26 | 51 | 33 | 29 |
| Octal | 171 | 237 | 64 | 30 | 0 | 103 | 46 | 121 | 63 | 51 |
| Binary | 1111001 | 10011111 | 110100 | 11000 | 0 | 1000011 | 100110 | 1010001 | 110011 | 101001 |
Color Harmonies of #799F34
Complementary color
Monochromatic Colors of #799F34
Black with #799F34
Text Example
Text Example
White with #799F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F34; }
p { color: rgb(121,159,52); }
H1.HeaderClassName
{
color: #799F34;
}
.AnyTagClassName
{
color: #799F34;
}
</style>
background-color css
<style>
a { background-color: #799F34; }
a { background-color: rgb(121,159,52); }
div.DivClassName
{
background-color: #799F34;
}
.BgClassName
{
background-color: #799F34;
}
</style>
border-color css
<style>
span { border-color: #799F34; }
span { border-color: rgb(121,159,52); }
td.TdClassName
{
border-color: #799F34;
}
.TagClassName
{
border-color: #799F34;
}
</style>