Shades of Wasabi #799135
Tints of Wasabi #799135
RGB
CMYK
RGB Variations
Color information
#799135 (or 0x799135) is known color: Wasabi. HEX triplet: 79, 91 and 35. RGB value is (121,145,53). Sum of RGB (Red+Green+Blue) = 121+145+53=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #799135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799135 is #866ECA. Grayscale: #7F7F7F. Windows color (decimal): -8810187 or 3510649. OLE color: 3510649.
HSL color Cylindrical-coordinate representation of color #799135: hue angle of 75.65º 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 #799135 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 53 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.43 |
| HSL | 75.65º | 0.46% | 0.39% | - |
| HSV(B) | 75.65º | 0.63% | 0.57% | - |
| XYZ | 18.65 | 24.57 | 7.13 | - |
| YUV | 127.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 53 | 0.17 | 0 | 0.63 | 0.43 | 75.65 | 0.46 | 0.39 |
| Hex | 79 | 91 | 35 | 11 | 0 | 3F | 2B | 4C | 2E | 27 |
| Octal | 171 | 221 | 65 | 21 | 0 | 77 | 53 | 114 | 56 | 47 |
| Binary | 1111001 | 10010001 | 110101 | 10001 | 0 | 111111 | 101011 | 1001100 | 101110 | 100111 |
Color Harmonies of #799135
Complementary color
Monochromatic Colors of #799135
Black with #799135
Text Example
Text Example
White with #799135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799135; }
p { color: rgb(121,145,53); }
H1.HeaderClassName
{
color: #799135;
}
.AnyTagClassName
{
color: #799135;
}
</style>
background-color css
<style>
a { background-color: #799135; }
a { background-color: rgb(121,145,53); }
div.DivClassName
{
background-color: #799135;
}
.BgClassName
{
background-color: #799135;
}
</style>
border-color css
<style>
span { border-color: #799135; }
span { border-color: rgb(121,145,53); }
td.TdClassName
{
border-color: #799135;
}
.TagClassName
{
border-color: #799135;
}
</style>