Shades of Wasabi #818733
Tints of Wasabi #818733
RGB
CMYK
RGB Variations
Color information
#818733 (or 0x818733) is known color: Wasabi. HEX triplet: 81, 87 and 33. RGB value is (129,135,51). Sum of RGB (Red+Green+Blue) = 129+135+51=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #818733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818733 is #7E78CC. Grayscale: #7B7B7B. Windows color (decimal): -8288461 or 3377025. OLE color: 3377025.
HSL color Cylindrical-coordinate representation of color #818733: hue angle of 64.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #818733 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 51 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.47 |
| HSL | 64.29º | 0.45% | 0.36% | - |
| HSV(B) | 64.29º | 0.62% | 0.53% | - |
| XYZ | 18.31 | 22.23 | 6.46 | - |
| YUV | 123.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 51 | 0.04 | 0 | 0.62 | 0.47 | 64.29 | 0.45 | 0.36 |
| Hex | 81 | 87 | 33 | 4 | 0 | 3E | 2F | 40 | 2D | 24 |
| Octal | 201 | 207 | 63 | 4 | 0 | 76 | 57 | 100 | 55 | 44 |
| Binary | 10000001 | 10000111 | 110011 | 100 | 0 | 111110 | 101111 | 1000000 | 101101 | 100100 |
Color Harmonies of #818733
Complementary color
Monochromatic Colors of #818733
Black with #818733
Text Example
Text Example
White with #818733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818733; }
p { color: rgb(129,135,51); }
H1.HeaderClassName
{
color: #818733;
}
.AnyTagClassName
{
color: #818733;
}
</style>
background-color css
<style>
a { background-color: #818733; }
a { background-color: rgb(129,135,51); }
div.DivClassName
{
background-color: #818733;
}
.BgClassName
{
background-color: #818733;
}
</style>
border-color css
<style>
span { border-color: #818733; }
span { border-color: rgb(129,135,51); }
td.TdClassName
{
border-color: #818733;
}
.TagClassName
{
border-color: #818733;
}
</style>