Shades of Wasabi #81974B
Tints of Wasabi #81974B
RGB
CMYK
RGB Variations
Color information
#81974B (or 0x81974B) is known color: Wasabi. HEX triplet: 81, 97 and 4B. RGB value is (129,151,75). Sum of RGB (Red+Green+Blue) = 129+151+75=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #81974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81974B is #7E68B4. Grayscale: #888888. Windows color (decimal): -8284341 or 4953985. OLE color: 4953985.
HSL color Cylindrical-coordinate representation of color #81974B: hue angle of 77.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81974B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 151 | 75 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.41 |
| HSL | 77.37º | 0.34% | 0.44% | - |
| HSV(B) | 77.37º | 0.5% | 0.59% | - |
| XYZ | 21.39 | 27.31 | 10.8 | - |
| YUV | 135.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 75 | 0.15 | 0 | 0.50 | 0.41 | 77.37 | 0.34 | 0.44 |
| Hex | 81 | 97 | 4B | F | 0 | 32 | 29 | 4D | 22 | 2C |
| Octal | 201 | 227 | 113 | 17 | 0 | 62 | 51 | 115 | 42 | 54 |
| Binary | 10000001 | 10010111 | 1001011 | 1111 | 0 | 110010 | 101001 | 1001101 | 100010 | 101100 |
Color Harmonies of #81974B
Complementary color
Monochromatic Colors of #81974B
Black with #81974B
Text Example
Text Example
White with #81974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81974B; }
p { color: rgb(129,151,75); }
H1.HeaderClassName
{
color: #81974B;
}
.AnyTagClassName
{
color: #81974B;
}
</style>
background-color css
<style>
a { background-color: #81974B; }
a { background-color: rgb(129,151,75); }
div.DivClassName
{
background-color: #81974B;
}
.BgClassName
{
background-color: #81974B;
}
</style>
border-color css
<style>
span { border-color: #81974B; }
span { border-color: rgb(129,151,75); }
td.TdClassName
{
border-color: #81974B;
}
.TagClassName
{
border-color: #81974B;
}
</style>