Shades of Wasabi #75823B
Tints of Wasabi #75823B
RGB
CMYK
RGB Variations
Color information
#75823B (or 0x75823B) is known color: Wasabi. HEX triplet: 75, 82 and 3B. RGB value is (117,130,59). Sum of RGB (Red+Green+Blue) = 117+130+59=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #75823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75823B is #8A7DC4. Grayscale: #767676. Windows color (decimal): -9076165 or 3900021. OLE color: 3900021.
HSL color Cylindrical-coordinate representation of color #75823B: hue angle of 70.99º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75823B is Cyan = 0.1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 59 | - |
| CMYK | 0.1 | 0 | 0.55 | 0.49 |
| HSL | 70.99º | 0.38% | 0.37% | - |
| HSV(B) | 70.99º | 0.55% | 0.51% | - |
| XYZ | 16.11 | 20.06 | 7.16 | - |
| YUV | 118.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 59 | 0.1 | 0 | 0.55 | 0.49 | 70.99 | 0.38 | 0.37 |
| Hex | 75 | 82 | 3B | A | 0 | 37 | 31 | 47 | 26 | 25 |
| Octal | 165 | 202 | 73 | 12 | 0 | 67 | 61 | 107 | 46 | 45 |
| Binary | 1110101 | 10000010 | 111011 | 1010 | 0 | 110111 | 110001 | 1000111 | 100110 | 100101 |
Color Harmonies of #75823B
Complementary color
Monochromatic Colors of #75823B
Black with #75823B
Text Example
Text Example
White with #75823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75823B; }
p { color: rgb(117,130,59); }
H1.HeaderClassName
{
color: #75823B;
}
.AnyTagClassName
{
color: #75823B;
}
</style>
background-color css
<style>
a { background-color: #75823B; }
a { background-color: rgb(117,130,59); }
div.DivClassName
{
background-color: #75823B;
}
.BgClassName
{
background-color: #75823B;
}
</style>
border-color css
<style>
span { border-color: #75823B; }
span { border-color: rgb(117,130,59); }
td.TdClassName
{
border-color: #75823B;
}
.TagClassName
{
border-color: #75823B;
}
</style>