Shades of Wasabi #81934B
Tints of Wasabi #81934B
RGB
CMYK
RGB Variations
Color information
#81934B (or 0x81934B) is known color: Wasabi. HEX triplet: 81, 93 and 4B. RGB value is (129,147,75). Sum of RGB (Red+Green+Blue) = 129+147+75=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #81934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81934B is #7E6CB4. Grayscale: #858585. Windows color (decimal): -8285365 or 4952961. OLE color: 4952961.
HSL color Cylindrical-coordinate representation of color #81934B: hue angle of 75º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81934B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 75 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.42 |
| HSL | 75º | 0.32% | 0.44% | - |
| HSV(B) | 75º | 0.49% | 0.58% | - |
| XYZ | 20.76 | 26.04 | 10.59 | - |
| YUV | 133.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 75 | 0.12 | 0 | 0.49 | 0.42 | 75 | 0.32 | 0.44 |
| Hex | 81 | 93 | 4B | C | 0 | 31 | 2A | 4B | 20 | 2C |
| Octal | 201 | 223 | 113 | 14 | 0 | 61 | 52 | 113 | 40 | 54 |
| Binary | 10000001 | 10010011 | 1001011 | 1100 | 0 | 110001 | 101010 | 1001011 | 100000 | 101100 |
Color Harmonies of #81934B
Complementary color
Monochromatic Colors of #81934B
Black with #81934B
Text Example
Text Example
White with #81934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81934B; }
p { color: rgb(129,147,75); }
H1.HeaderClassName
{
color: #81934B;
}
.AnyTagClassName
{
color: #81934B;
}
</style>
background-color css
<style>
a { background-color: #81934B; }
a { background-color: rgb(129,147,75); }
div.DivClassName
{
background-color: #81934B;
}
.BgClassName
{
background-color: #81934B;
}
</style>
border-color css
<style>
span { border-color: #81934B; }
span { border-color: rgb(129,147,75); }
td.TdClassName
{
border-color: #81934B;
}
.TagClassName
{
border-color: #81934B;
}
</style>