Shades of Wasabi #919F3F
Tints of Wasabi #919F3F
RGB
CMYK
RGB Variations
Color information
#919F3F (or 0x919F3F) is known color: Wasabi. HEX triplet: 91, 9F and 3F. RGB value is (145,159,63). Sum of RGB (Red+Green+Blue) = 145+159+63=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #919F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919F3F is #6E60C0. Grayscale: #909090. Windows color (decimal): -7233729 or 4169617. OLE color: 4169617.
HSL color Cylindrical-coordinate representation of color #919F3F: hue angle of 68.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #919F3F is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 63 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.38 |
| HSL | 68.75º | 0.43% | 0.44% | - |
| HSV(B) | 68.75º | 0.6% | 0.62% | - |
| XYZ | 24.97 | 31.17 | 9.4 | - |
| YUV | 143.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 63 | 0.09 | 0 | 0.60 | 0.38 | 68.75 | 0.43 | 0.44 |
| Hex | 91 | 9F | 3F | 9 | 0 | 3C | 26 | 45 | 2B | 2C |
| Octal | 221 | 237 | 77 | 11 | 0 | 74 | 46 | 105 | 53 | 54 |
| Binary | 10010001 | 10011111 | 111111 | 1001 | 0 | 111100 | 100110 | 1000101 | 101011 | 101100 |
Color Harmonies of #919F3F
Complementary color
Monochromatic Colors of #919F3F
Black with #919F3F
Text Example
Text Example
White with #919F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F3F; }
p { color: rgb(145,159,63); }
H1.HeaderClassName
{
color: #919F3F;
}
.AnyTagClassName
{
color: #919F3F;
}
</style>
background-color css
<style>
a { background-color: #919F3F; }
a { background-color: rgb(145,159,63); }
div.DivClassName
{
background-color: #919F3F;
}
.BgClassName
{
background-color: #919F3F;
}
</style>
border-color css
<style>
span { border-color: #919F3F; }
span { border-color: rgb(145,159,63); }
td.TdClassName
{
border-color: #919F3F;
}
.TagClassName
{
border-color: #919F3F;
}
</style>