Shades of Wasabi #79902F
Tints of Wasabi #79902F
RGB
CMYK
RGB Variations
Color information
#79902F (or 0x79902F) is known color: Wasabi. HEX triplet: 79, 90 and 2F. RGB value is (121,144,47). Sum of RGB (Red+Green+Blue) = 121+144+47=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #79902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79902F is #866FD0. Grayscale: #7E7E7E. Windows color (decimal): -8810449 or 3117177. OLE color: 3117177.
HSL color Cylindrical-coordinate representation of color #79902F: hue angle of 74.23º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79902F is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 47 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.44 |
| HSL | 74.23º | 0.51% | 0.37% | - |
| HSV(B) | 74.23º | 0.67% | 0.56% | - |
| XYZ | 18.37 | 24.22 | 6.4 | - |
| YUV | 126.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 47 | 0.16 | 0 | 0.67 | 0.44 | 74.23 | 0.51 | 0.37 |
| Hex | 79 | 90 | 2F | 10 | 0 | 43 | 2C | 4A | 33 | 25 |
| Octal | 171 | 220 | 57 | 20 | 0 | 103 | 54 | 112 | 63 | 45 |
| Binary | 1111001 | 10010000 | 101111 | 10000 | 0 | 1000011 | 101100 | 1001010 | 110011 | 100101 |
Color Harmonies of #79902F
Complementary color
Monochromatic Colors of #79902F
Black with #79902F
Text Example
Text Example
White with #79902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79902F; }
p { color: rgb(121,144,47); }
H1.HeaderClassName
{
color: #79902F;
}
.AnyTagClassName
{
color: #79902F;
}
</style>
background-color css
<style>
a { background-color: #79902F; }
a { background-color: rgb(121,144,47); }
div.DivClassName
{
background-color: #79902F;
}
.BgClassName
{
background-color: #79902F;
}
</style>
border-color css
<style>
span { border-color: #79902F; }
span { border-color: rgb(121,144,47); }
td.TdClassName
{
border-color: #79902F;
}
.TagClassName
{
border-color: #79902F;
}
</style>