Shades of Wasabi #799136
Tints of Wasabi #799136
RGB
CMYK
RGB Variations
Color information
#799136 (or 0x799136) is known color: Wasabi. HEX triplet: 79, 91 and 36. RGB value is (121,145,54). Sum of RGB (Red+Green+Blue) = 121+145+54=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #799136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799136 is #866EC9. Grayscale: #7F7F7F. Windows color (decimal): -8810186 or 3576185. OLE color: 3576185.
HSL color Cylindrical-coordinate representation of color #799136: hue angle of 75.82º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #799136 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 54 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.43 |
| HSL | 75.82º | 0.46% | 0.39% | - |
| HSV(B) | 75.82º | 0.63% | 0.57% | - |
| XYZ | 18.68 | 24.58 | 7.25 | - |
| YUV | 127.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 54 | 0.17 | 0 | 0.63 | 0.43 | 75.82 | 0.46 | 0.39 |
| Hex | 79 | 91 | 36 | 11 | 0 | 3F | 2B | 4C | 2E | 27 |
| Octal | 171 | 221 | 66 | 21 | 0 | 77 | 53 | 114 | 56 | 47 |
| Binary | 1111001 | 10010001 | 110110 | 10001 | 0 | 111111 | 101011 | 1001100 | 101110 | 100111 |
Color Harmonies of #799136
Complementary color
Monochromatic Colors of #799136
Black with #799136
Text Example
Text Example
White with #799136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799136; }
p { color: rgb(121,145,54); }
H1.HeaderClassName
{
color: #799136;
}
.AnyTagClassName
{
color: #799136;
}
</style>
background-color css
<style>
a { background-color: #799136; }
a { background-color: rgb(121,145,54); }
div.DivClassName
{
background-color: #799136;
}
.BgClassName
{
background-color: #799136;
}
</style>
border-color css
<style>
span { border-color: #799136; }
span { border-color: rgb(121,145,54); }
td.TdClassName
{
border-color: #799136;
}
.TagClassName
{
border-color: #799136;
}
</style>