Shades of Wasabi #758B38
Tints of Wasabi #758B38
RGB
CMYK
RGB Variations
Color information
#758B38 (or 0x758B38) is known color: Wasabi. HEX triplet: 75, 8B and 38. RGB value is (117,139,56). Sum of RGB (Red+Green+Blue) = 117+139+56=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #758B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B38 is #8A74C7. Grayscale: #7B7B7B. Windows color (decimal): -9073864 or 3705717. OLE color: 3705717.
HSL color Cylindrical-coordinate representation of color #758B38: hue angle of 75.9º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #758B38 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 56 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.45 |
| HSL | 75.9º | 0.43% | 0.38% | - |
| HSV(B) | 75.9º | 0.6% | 0.55% | - |
| XYZ | 17.28 | 22.53 | 7.18 | - |
| YUV | 122.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 56 | 0.16 | 0 | 0.60 | 0.45 | 75.9 | 0.43 | 0.38 |
| Hex | 75 | 8B | 38 | 10 | 0 | 3C | 2D | 4C | 2B | 26 |
| Octal | 165 | 213 | 70 | 20 | 0 | 74 | 55 | 114 | 53 | 46 |
| Binary | 1110101 | 10001011 | 111000 | 10000 | 0 | 111100 | 101101 | 1001100 | 101011 | 100110 |
Color Harmonies of #758B38
Complementary color
Monochromatic Colors of #758B38
Black with #758B38
Text Example
Text Example
White with #758B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B38; }
p { color: rgb(117,139,56); }
H1.HeaderClassName
{
color: #758B38;
}
.AnyTagClassName
{
color: #758B38;
}
</style>
background-color css
<style>
a { background-color: #758B38; }
a { background-color: rgb(117,139,56); }
div.DivClassName
{
background-color: #758B38;
}
.BgClassName
{
background-color: #758B38;
}
</style>
border-color css
<style>
span { border-color: #758B38; }
span { border-color: rgb(117,139,56); }
td.TdClassName
{
border-color: #758B38;
}
.TagClassName
{
border-color: #758B38;
}
</style>