Shades of Wasabi #919939
Tints of Wasabi #919939
RGB
CMYK
RGB Variations
Color information
#919939 (or 0x919939) is known color: Wasabi. HEX triplet: 91, 99 and 39. RGB value is (145,153,57). Sum of RGB (Red+Green+Blue) = 145+153+57=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #919939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919939 is #6E66C6. Grayscale: #8C8C8C. Windows color (decimal): -7235271 or 3774865. OLE color: 3774865.
HSL color Cylindrical-coordinate representation of color #919939: hue angle of 65º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #919939 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 57 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.4 |
| HSL | 65º | 0.46% | 0.41% | - |
| HSV(B) | 65º | 0.63% | 0.6% | - |
| XYZ | 23.81 | 29.1 | 8.23 | - |
| YUV | 139.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 57 | 0.05 | 0 | 0.63 | 0.4 | 65 | 0.46 | 0.41 |
| Hex | 91 | 99 | 39 | 5 | 0 | 3F | 28 | 41 | 2E | 29 |
| Octal | 221 | 231 | 71 | 5 | 0 | 77 | 50 | 101 | 56 | 51 |
| Binary | 10010001 | 10011001 | 111001 | 101 | 0 | 111111 | 101000 | 1000001 | 101110 | 101001 |
Color Harmonies of #919939
Complementary color
Monochromatic Colors of #919939
Black with #919939
Text Example
Text Example
White with #919939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919939; }
p { color: rgb(145,153,57); }
H1.HeaderClassName
{
color: #919939;
}
.AnyTagClassName
{
color: #919939;
}
</style>
background-color css
<style>
a { background-color: #919939; }
a { background-color: rgb(145,153,57); }
div.DivClassName
{
background-color: #919939;
}
.BgClassName
{
background-color: #919939;
}
</style>
border-color css
<style>
span { border-color: #919939; }
span { border-color: rgb(145,153,57); }
td.TdClassName
{
border-color: #919939;
}
.TagClassName
{
border-color: #919939;
}
</style>