Shades of Wasabi #81963C
Tints of Wasabi #81963C
RGB
CMYK
RGB Variations
Color information
#81963C (or 0x81963C) is known color: Wasabi. HEX triplet: 81, 96 and 3C. RGB value is (129,150,60). Sum of RGB (Red+Green+Blue) = 129+150+60=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #81963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81963C is #7E69C3. Grayscale: #858585. Windows color (decimal): -8284612 or 3970689. OLE color: 3970689.
HSL color Cylindrical-coordinate representation of color #81963C: hue angle of 74º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81963C is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 60 | - |
| CMYK | 0.14 | 0 | 0.6 | 0.41 |
| HSL | 74º | 0.43% | 0.41% | - |
| HSV(B) | 74º | 0.6% | 0.59% | - |
| XYZ | 20.78 | 26.81 | 8.35 | - |
| YUV | 133.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 60 | 0.14 | 0 | 0.6 | 0.41 | 74 | 0.43 | 0.41 |
| Hex | 81 | 96 | 3C | E | 0 | 3C | 29 | 4A | 2B | 29 |
| Octal | 201 | 226 | 74 | 16 | 0 | 74 | 51 | 112 | 53 | 51 |
| Binary | 10000001 | 10010110 | 111100 | 1110 | 0 | 111100 | 101001 | 1001010 | 101011 | 101001 |
Color Harmonies of #81963C
Complementary color
Monochromatic Colors of #81963C
Black with #81963C
Text Example
Text Example
White with #81963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81963C; }
p { color: rgb(129,150,60); }
H1.HeaderClassName
{
color: #81963C;
}
.AnyTagClassName
{
color: #81963C;
}
</style>
background-color css
<style>
a { background-color: #81963C; }
a { background-color: rgb(129,150,60); }
div.DivClassName
{
background-color: #81963C;
}
.BgClassName
{
background-color: #81963C;
}
</style>
border-color css
<style>
span { border-color: #81963C; }
span { border-color: rgb(129,150,60); }
td.TdClassName
{
border-color: #81963C;
}
.TagClassName
{
border-color: #81963C;
}
</style>