Shades of Wasabi #81973B
Tints of Wasabi #81973B
RGB
CMYK
RGB Variations
Color information
#81973B (or 0x81973B) is known color: Wasabi. HEX triplet: 81, 97 and 3B. RGB value is (129,151,59). Sum of RGB (Red+Green+Blue) = 129+151+59=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #81973B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81973B is #7E68C4. Grayscale: #868686. Windows color (decimal): -8284357 or 3905409. OLE color: 3905409.
HSL color Cylindrical-coordinate representation of color #81973B: hue angle of 74.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81973B is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 151 | 59 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.41 |
| HSL | 74.35º | 0.44% | 0.41% | - |
| HSV(B) | 74.35º | 0.61% | 0.59% | - |
| XYZ | 20.91 | 27.12 | 8.27 | - |
| YUV | 133.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 59 | 0.15 | 0 | 0.61 | 0.41 | 74.35 | 0.44 | 0.41 |
| Hex | 81 | 97 | 3B | F | 0 | 3D | 29 | 4A | 2C | 29 |
| Octal | 201 | 227 | 73 | 17 | 0 | 75 | 51 | 112 | 54 | 51 |
| Binary | 10000001 | 10010111 | 111011 | 1111 | 0 | 111101 | 101001 | 1001010 | 101100 | 101001 |
Color Harmonies of #81973B
Complementary color
Monochromatic Colors of #81973B
Black with #81973B
Text Example
Text Example
White with #81973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81973B; }
p { color: rgb(129,151,59); }
H1.HeaderClassName
{
color: #81973B;
}
.AnyTagClassName
{
color: #81973B;
}
</style>
background-color css
<style>
a { background-color: #81973B; }
a { background-color: rgb(129,151,59); }
div.DivClassName
{
background-color: #81973B;
}
.BgClassName
{
background-color: #81973B;
}
</style>
border-color css
<style>
span { border-color: #81973B; }
span { border-color: rgb(129,151,59); }
td.TdClassName
{
border-color: #81973B;
}
.TagClassName
{
border-color: #81973B;
}
</style>