Shades of Wasabi #758A38
Tints of Wasabi #758A38
RGB
CMYK
RGB Variations
Color information
#758A38 (or 0x758A38) is known color: Wasabi. HEX triplet: 75, 8A and 38. RGB value is (117,138,56). Sum of RGB (Red+Green+Blue) = 117+138+56=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #758A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A38 is #8A75C7. Grayscale: #7A7A7A. Windows color (decimal): -9074120 or 3705461. OLE color: 3705461.
HSL color Cylindrical-coordinate representation of color #758A38: hue angle of 75.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #758A38 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 56 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.46 |
| HSL | 75.37º | 0.42% | 0.38% | - |
| HSV(B) | 75.37º | 0.59% | 0.54% | - |
| XYZ | 17.14 | 22.24 | 7.13 | - |
| YUV | 122.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 56 | 0.15 | 0 | 0.59 | 0.46 | 75.37 | 0.42 | 0.38 |
| Hex | 75 | 8A | 38 | F | 0 | 3B | 2E | 4B | 2A | 26 |
| Octal | 165 | 212 | 70 | 17 | 0 | 73 | 56 | 113 | 52 | 46 |
| Binary | 1110101 | 10001010 | 111000 | 1111 | 0 | 111011 | 101110 | 1001011 | 101010 | 100110 |
Color Harmonies of #758A38
Complementary color
Monochromatic Colors of #758A38
Black with #758A38
Text Example
Text Example
White with #758A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A38; }
p { color: rgb(117,138,56); }
H1.HeaderClassName
{
color: #758A38;
}
.AnyTagClassName
{
color: #758A38;
}
</style>
background-color css
<style>
a { background-color: #758A38; }
a { background-color: rgb(117,138,56); }
div.DivClassName
{
background-color: #758A38;
}
.BgClassName
{
background-color: #758A38;
}
</style>
border-color css
<style>
span { border-color: #758A38; }
span { border-color: rgb(117,138,56); }
td.TdClassName
{
border-color: #758A38;
}
.TagClassName
{
border-color: #758A38;
}
</style>