Shades of Wasabi #818A45
Tints of Wasabi #818A45
RGB
CMYK
RGB Variations
Color information
#818A45 (or 0x818A45) is known color: Wasabi. HEX triplet: 81, 8A and 45. RGB value is (129,138,69). Sum of RGB (Red+Green+Blue) = 129+138+69=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #818A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818A45 is #7E75BA. Grayscale: #7F7F7F. Windows color (decimal): -8287675 or 4557441. OLE color: 4557441.
HSL color Cylindrical-coordinate representation of color #818A45: hue angle of 67.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #818A45 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 69 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.46 |
| HSL | 67.83º | 0.33% | 0.41% | - |
| HSV(B) | 67.83º | 0.5% | 0.54% | - |
| XYZ | 19.22 | 23.27 | 9.11 | - |
| YUV | 127.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 69 | 0.07 | 0 | 0.5 | 0.46 | 67.83 | 0.33 | 0.41 |
| Hex | 81 | 8A | 45 | 7 | 0 | 32 | 2E | 44 | 21 | 29 |
| Octal | 201 | 212 | 105 | 7 | 0 | 62 | 56 | 104 | 41 | 51 |
| Binary | 10000001 | 10001010 | 1000101 | 111 | 0 | 110010 | 101110 | 1000100 | 100001 | 101001 |
Color Harmonies of #818A45
Complementary color
Monochromatic Colors of #818A45
Black with #818A45
Text Example
Text Example
White with #818A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A45; }
p { color: rgb(129,138,69); }
H1.HeaderClassName
{
color: #818A45;
}
.AnyTagClassName
{
color: #818A45;
}
</style>
background-color css
<style>
a { background-color: #818A45; }
a { background-color: rgb(129,138,69); }
div.DivClassName
{
background-color: #818A45;
}
.BgClassName
{
background-color: #818A45;
}
</style>
border-color css
<style>
span { border-color: #818A45; }
span { border-color: rgb(129,138,69); }
td.TdClassName
{
border-color: #818A45;
}
.TagClassName
{
border-color: #818A45;
}
</style>