Shades of Wasabi #81933C
Tints of Wasabi #81933C
RGB
CMYK
RGB Variations
Color information
#81933C (or 0x81933C) is known color: Wasabi. HEX triplet: 81, 93 and 3C. RGB value is (129,147,60). Sum of RGB (Red+Green+Blue) = 129+147+60=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #81933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81933C is #7E6CC3. Grayscale: #848484. Windows color (decimal): -8285380 or 3969921. OLE color: 3969921.
HSL color Cylindrical-coordinate representation of color #81933C: hue angle of 72.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81933C is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 60 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.42 |
| HSL | 72.41º | 0.42% | 0.41% | - |
| HSV(B) | 72.41º | 0.59% | 0.58% | - |
| XYZ | 20.3 | 25.86 | 8.2 | - |
| YUV | 131.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 60 | 0.12 | 0 | 0.59 | 0.42 | 72.41 | 0.42 | 0.41 |
| Hex | 81 | 93 | 3C | C | 0 | 3B | 2A | 48 | 2A | 29 |
| Octal | 201 | 223 | 74 | 14 | 0 | 73 | 52 | 110 | 52 | 51 |
| Binary | 10000001 | 10010011 | 111100 | 1100 | 0 | 111011 | 101010 | 1001000 | 101010 | 101001 |
Color Harmonies of #81933C
Complementary color
Monochromatic Colors of #81933C
Black with #81933C
Text Example
Text Example
White with #81933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81933C; }
p { color: rgb(129,147,60); }
H1.HeaderClassName
{
color: #81933C;
}
.AnyTagClassName
{
color: #81933C;
}
</style>
background-color css
<style>
a { background-color: #81933C; }
a { background-color: rgb(129,147,60); }
div.DivClassName
{
background-color: #81933C;
}
.BgClassName
{
background-color: #81933C;
}
</style>
border-color css
<style>
span { border-color: #81933C; }
span { border-color: rgb(129,147,60); }
td.TdClassName
{
border-color: #81933C;
}
.TagClassName
{
border-color: #81933C;
}
</style>