Shades of Wasabi #919B3F
Tints of Wasabi #919B3F
RGB
CMYK
RGB Variations
Color information
#919B3F (or 0x919B3F) is known color: Wasabi. HEX triplet: 91, 9B and 3F. RGB value is (145,155,63). Sum of RGB (Red+Green+Blue) = 145+155+63=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #919B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919B3F is #6E64C0. Grayscale: #8D8D8D. Windows color (decimal): -7234753 or 4168593. OLE color: 4168593.
HSL color Cylindrical-coordinate representation of color #919B3F: hue angle of 66.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #919B3F is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 63 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.39 |
| HSL | 66.52º | 0.42% | 0.43% | - |
| HSV(B) | 66.52º | 0.59% | 0.61% | - |
| XYZ | 24.3 | 29.82 | 9.18 | - |
| YUV | 141.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 63 | 0.06 | 0 | 0.59 | 0.39 | 66.52 | 0.42 | 0.43 |
| Hex | 91 | 9B | 3F | 6 | 0 | 3B | 27 | 43 | 2A | 2B |
| Octal | 221 | 233 | 77 | 6 | 0 | 73 | 47 | 103 | 52 | 53 |
| Binary | 10010001 | 10011011 | 111111 | 110 | 0 | 111011 | 100111 | 1000011 | 101010 | 101011 |
Color Harmonies of #919B3F
Complementary color
Monochromatic Colors of #919B3F
Black with #919B3F
Text Example
Text Example
White with #919B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B3F; }
p { color: rgb(145,155,63); }
H1.HeaderClassName
{
color: #919B3F;
}
.AnyTagClassName
{
color: #919B3F;
}
</style>
background-color css
<style>
a { background-color: #919B3F; }
a { background-color: rgb(145,155,63); }
div.DivClassName
{
background-color: #919B3F;
}
.BgClassName
{
background-color: #919B3F;
}
</style>
border-color css
<style>
span { border-color: #919B3F; }
span { border-color: rgb(145,155,63); }
td.TdClassName
{
border-color: #919B3F;
}
.TagClassName
{
border-color: #919B3F;
}
</style>