Shades of Wasabi #818934
Tints of Wasabi #818934
RGB
CMYK
RGB Variations
Color information
#818934 (or 0x818934) is known color: Wasabi. HEX triplet: 81, 89 and 34. RGB value is (129,137,52). Sum of RGB (Red+Green+Blue) = 129+137+52=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #818934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818934 is #7E76CB. Grayscale: #7D7D7D. Windows color (decimal): -8287948 or 3443073. OLE color: 3443073.
HSL color Cylindrical-coordinate representation of color #818934: hue angle of 65.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #818934 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 52 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.46 |
| HSL | 65.65º | 0.45% | 0.37% | - |
| HSV(B) | 65.65º | 0.62% | 0.54% | - |
| XYZ | 18.62 | 22.81 | 6.67 | - |
| YUV | 124.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 52 | 0.06 | 0 | 0.62 | 0.46 | 65.65 | 0.45 | 0.37 |
| Hex | 81 | 89 | 34 | 6 | 0 | 3E | 2E | 42 | 2D | 25 |
| Octal | 201 | 211 | 64 | 6 | 0 | 76 | 56 | 102 | 55 | 45 |
| Binary | 10000001 | 10001001 | 110100 | 110 | 0 | 111110 | 101110 | 1000010 | 101101 | 100101 |
Color Harmonies of #818934
Complementary color
Monochromatic Colors of #818934
Black with #818934
Text Example
Text Example
White with #818934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818934; }
p { color: rgb(129,137,52); }
H1.HeaderClassName
{
color: #818934;
}
.AnyTagClassName
{
color: #818934;
}
</style>
background-color css
<style>
a { background-color: #818934; }
a { background-color: rgb(129,137,52); }
div.DivClassName
{
background-color: #818934;
}
.BgClassName
{
background-color: #818934;
}
</style>
border-color css
<style>
span { border-color: #818934; }
span { border-color: rgb(129,137,52); }
td.TdClassName
{
border-color: #818934;
}
.TagClassName
{
border-color: #818934;
}
</style>