Shades of Wasabi #919D45
Tints of Wasabi #919D45
RGB
CMYK
RGB Variations
Color information
#919D45 (or 0x919D45) is known color: Wasabi. HEX triplet: 91, 9D and 45. RGB value is (145,157,69). Sum of RGB (Red+Green+Blue) = 145+157+69=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #919D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919D45 is #6E62BA. Grayscale: #8F8F8F. Windows color (decimal): -7234235 or 4562321. OLE color: 4562321.
HSL color Cylindrical-coordinate representation of color #919D45: hue angle of 68.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #919D45 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 69 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.38 |
| HSL | 68.18º | 0.39% | 0.44% | - |
| HSV(B) | 68.18º | 0.56% | 0.62% | - |
| XYZ | 24.81 | 30.56 | 10.22 | - |
| YUV | 143.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 69 | 0.08 | 0 | 0.56 | 0.38 | 68.18 | 0.39 | 0.44 |
| Hex | 91 | 9D | 45 | 8 | 0 | 38 | 26 | 44 | 27 | 2C |
| Octal | 221 | 235 | 105 | 10 | 0 | 70 | 46 | 104 | 47 | 54 |
| Binary | 10010001 | 10011101 | 1000101 | 1000 | 0 | 111000 | 100110 | 1000100 | 100111 | 101100 |
Color Harmonies of #919D45
Complementary color
Monochromatic Colors of #919D45
Black with #919D45
Text Example
Text Example
White with #919D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D45; }
p { color: rgb(145,157,69); }
H1.HeaderClassName
{
color: #919D45;
}
.AnyTagClassName
{
color: #919D45;
}
</style>
background-color css
<style>
a { background-color: #919D45; }
a { background-color: rgb(145,157,69); }
div.DivClassName
{
background-color: #919D45;
}
.BgClassName
{
background-color: #919D45;
}
</style>
border-color css
<style>
span { border-color: #919D45; }
span { border-color: rgb(145,157,69); }
td.TdClassName
{
border-color: #919D45;
}
.TagClassName
{
border-color: #919D45;
}
</style>