Shades of Wasabi #799448
Tints of Wasabi #799448
RGB
CMYK
RGB Variations
Color information
#799448 (or 0x799448) is known color: Wasabi. HEX triplet: 79, 94 and 48. RGB value is (121,148,72). Sum of RGB (Red+Green+Blue) = 121+148+72=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #799448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799448 is #866BB7. Grayscale: #838383. Windows color (decimal): -8809400 or 4756601. OLE color: 4756601.
HSL color Cylindrical-coordinate representation of color #799448: hue angle of 81.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #799448 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 148 | 72 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.42 |
| HSL | 81.32º | 0.35% | 0.43% | - |
| HSV(B) | 81.32º | 0.51% | 0.58% | - |
| XYZ | 19.64 | 25.71 | 10.06 | - |
| YUV | 131.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 72 | 0.18 | 0 | 0.51 | 0.42 | 81.32 | 0.35 | 0.43 |
| Hex | 79 | 94 | 48 | 12 | 0 | 33 | 2A | 51 | 23 | 2B |
| Octal | 171 | 224 | 110 | 22 | 0 | 63 | 52 | 121 | 43 | 53 |
| Binary | 1111001 | 10010100 | 1001000 | 10010 | 0 | 110011 | 101010 | 1010001 | 100011 | 101011 |
Color Harmonies of #799448
Complementary color
Monochromatic Colors of #799448
Black with #799448
Text Example
Text Example
White with #799448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799448; }
p { color: rgb(121,148,72); }
H1.HeaderClassName
{
color: #799448;
}
.AnyTagClassName
{
color: #799448;
}
</style>
background-color css
<style>
a { background-color: #799448; }
a { background-color: rgb(121,148,72); }
div.DivClassName
{
background-color: #799448;
}
.BgClassName
{
background-color: #799448;
}
</style>
border-color css
<style>
span { border-color: #799448; }
span { border-color: rgb(121,148,72); }
td.TdClassName
{
border-color: #799448;
}
.TagClassName
{
border-color: #799448;
}
</style>