Shades of Wasabi #919F45
Tints of Wasabi #919F45
RGB
CMYK
RGB Variations
Color information
#919F45 (or 0x919F45) is known color: Wasabi. HEX triplet: 91, 9F and 45. RGB value is (145,159,69). Sum of RGB (Red+Green+Blue) = 145+159+69=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #919F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919F45 is #6E60BA. Grayscale: #909090. Windows color (decimal): -7233723 or 4562833. OLE color: 4562833.
HSL color Cylindrical-coordinate representation of color #919F45: hue angle of 69.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #919F45 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 69 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.38 |
| HSL | 69.33º | 0.39% | 0.45% | - |
| HSV(B) | 69.33º | 0.57% | 0.62% | - |
| XYZ | 25.15 | 31.25 | 10.34 | - |
| YUV | 144.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 69 | 0.09 | 0 | 0.57 | 0.38 | 69.33 | 0.39 | 0.45 |
| Hex | 91 | 9F | 45 | 9 | 0 | 39 | 26 | 45 | 27 | 2D |
| Octal | 221 | 237 | 105 | 11 | 0 | 71 | 46 | 105 | 47 | 55 |
| Binary | 10010001 | 10011111 | 1000101 | 1001 | 0 | 111001 | 100110 | 1000101 | 100111 | 101101 |
Color Harmonies of #919F45
Complementary color
Monochromatic Colors of #919F45
Black with #919F45
Text Example
Text Example
White with #919F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F45; }
p { color: rgb(145,159,69); }
H1.HeaderClassName
{
color: #919F45;
}
.AnyTagClassName
{
color: #919F45;
}
</style>
background-color css
<style>
a { background-color: #919F45; }
a { background-color: rgb(145,159,69); }
div.DivClassName
{
background-color: #919F45;
}
.BgClassName
{
background-color: #919F45;
}
</style>
border-color css
<style>
span { border-color: #919F45; }
span { border-color: rgb(145,159,69); }
td.TdClassName
{
border-color: #919F45;
}
.TagClassName
{
border-color: #919F45;
}
</style>