Shades of Wasabi #799140
Tints of Wasabi #799140
RGB
CMYK
RGB Variations
Color information
#799140 (or 0x799140) is known color: Wasabi. HEX triplet: 79, 91 and 40. RGB value is (121,145,64). Sum of RGB (Red+Green+Blue) = 121+145+64=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #799140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799140 is #866EBF. Grayscale: #808080. Windows color (decimal): -8810176 or 4231545. OLE color: 4231545.
HSL color Cylindrical-coordinate representation of color #799140: hue angle of 77.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #799140 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 64 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.43 |
| HSL | 77.78º | 0.39% | 0.41% | - |
| HSV(B) | 77.78º | 0.56% | 0.57% | - |
| XYZ | 18.94 | 24.69 | 8.62 | - |
| YUV | 128.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 64 | 0.17 | 0 | 0.56 | 0.43 | 77.78 | 0.39 | 0.41 |
| Hex | 79 | 91 | 40 | 11 | 0 | 38 | 2B | 4E | 27 | 29 |
| Octal | 171 | 221 | 100 | 21 | 0 | 70 | 53 | 116 | 47 | 51 |
| Binary | 1111001 | 10010001 | 1000000 | 10001 | 0 | 111000 | 101011 | 1001110 | 100111 | 101001 |
Color Harmonies of #799140
Complementary color
Monochromatic Colors of #799140
Black with #799140
Text Example
Text Example
White with #799140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799140; }
p { color: rgb(121,145,64); }
H1.HeaderClassName
{
color: #799140;
}
.AnyTagClassName
{
color: #799140;
}
</style>
background-color css
<style>
a { background-color: #799140; }
a { background-color: rgb(121,145,64); }
div.DivClassName
{
background-color: #799140;
}
.BgClassName
{
background-color: #799140;
}
</style>
border-color css
<style>
span { border-color: #799140; }
span { border-color: rgb(121,145,64); }
td.TdClassName
{
border-color: #799140;
}
.TagClassName
{
border-color: #799140;
}
</style>