Shades of Wasabi #80914B
Tints of Wasabi #80914B
RGB
CMYK
RGB Variations
Color information
#80914B (or 0x80914B) is known color: Wasabi. HEX triplet: 80, 91 and 4B. RGB value is (128,145,75). Sum of RGB (Red+Green+Blue) = 128+145+75=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #80914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80914B is #7F6EB4. Grayscale: #848484. Windows color (decimal): -8351413 or 4952448. OLE color: 4952448.
HSL color Cylindrical-coordinate representation of color #80914B: hue angle of 74.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80914B is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 75 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.43 |
| HSL | 74.57º | 0.32% | 0.43% | - |
| HSV(B) | 74.57º | 0.48% | 0.57% | - |
| XYZ | 20.3 | 25.35 | 10.48 | - |
| YUV | 131.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 75 | 0.12 | 0 | 0.48 | 0.43 | 74.57 | 0.32 | 0.43 |
| Hex | 80 | 91 | 4B | C | 0 | 30 | 2B | 4B | 20 | 2B |
| Octal | 200 | 221 | 113 | 14 | 0 | 60 | 53 | 113 | 40 | 53 |
| Binary | 10000000 | 10010001 | 1001011 | 1100 | 0 | 110000 | 101011 | 1001011 | 100000 | 101011 |
Color Harmonies of #80914B
Complementary color
Monochromatic Colors of #80914B
Black with #80914B
Text Example
Text Example
White with #80914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80914B; }
p { color: rgb(128,145,75); }
H1.HeaderClassName
{
color: #80914B;
}
.AnyTagClassName
{
color: #80914B;
}
</style>
background-color css
<style>
a { background-color: #80914B; }
a { background-color: rgb(128,145,75); }
div.DivClassName
{
background-color: #80914B;
}
.BgClassName
{
background-color: #80914B;
}
</style>
border-color css
<style>
span { border-color: #80914B; }
span { border-color: rgb(128,145,75); }
td.TdClassName
{
border-color: #80914B;
}
.TagClassName
{
border-color: #80914B;
}
</style>