Shades of Wasabi #758932
Tints of Wasabi #758932
RGB
CMYK
RGB Variations
Color information
#758932 (or 0x758932) is known color: Wasabi. HEX triplet: 75, 89 and 32. RGB value is (117,137,50). Sum of RGB (Red+Green+Blue) = 117+137+50=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #758932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758932 is #8A76CD. Grayscale: #797979. Windows color (decimal): -9074382 or 3311989. OLE color: 3311989.
HSL color Cylindrical-coordinate representation of color #758932: hue angle of 73.79º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #758932 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 50 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.46 |
| HSL | 73.79º | 0.47% | 0.37% | - |
| HSV(B) | 73.79º | 0.64% | 0.54% | - |
| XYZ | 16.86 | 21.9 | 6.36 | - |
| YUV | 121.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 50 | 0.15 | 0 | 0.64 | 0.46 | 73.79 | 0.47 | 0.37 |
| Hex | 75 | 89 | 32 | F | 0 | 40 | 2E | 4A | 2F | 25 |
| Octal | 165 | 211 | 62 | 17 | 0 | 100 | 56 | 112 | 57 | 45 |
| Binary | 1110101 | 10001001 | 110010 | 1111 | 0 | 1000000 | 101110 | 1001010 | 101111 | 100101 |
Color Harmonies of #758932
Complementary color
Monochromatic Colors of #758932
Black with #758932
Text Example
Text Example
White with #758932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758932; }
p { color: rgb(117,137,50); }
H1.HeaderClassName
{
color: #758932;
}
.AnyTagClassName
{
color: #758932;
}
</style>
background-color css
<style>
a { background-color: #758932; }
a { background-color: rgb(117,137,50); }
div.DivClassName
{
background-color: #758932;
}
.BgClassName
{
background-color: #758932;
}
</style>
border-color css
<style>
span { border-color: #758932; }
span { border-color: rgb(117,137,50); }
td.TdClassName
{
border-color: #758932;
}
.TagClassName
{
border-color: #758932;
}
</style>