Shades of Wasabi #75853C
Tints of Wasabi #75853C
RGB
CMYK
RGB Variations
Color information
#75853C (or 0x75853C) is known color: Wasabi. HEX triplet: 75, 85 and 3C. RGB value is (117,133,60). Sum of RGB (Red+Green+Blue) = 117+133+60=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #75853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75853C is #8A7AC3. Grayscale: #787878. Windows color (decimal): -9075396 or 3966325. OLE color: 3966325.
HSL color Cylindrical-coordinate representation of color #75853C: hue angle of 73.15º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75853C is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 60 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.48 |
| HSL | 73.15º | 0.38% | 0.38% | - |
| HSV(B) | 73.15º | 0.55% | 0.52% | - |
| XYZ | 16.54 | 20.88 | 7.43 | - |
| YUV | 119.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 60 | 0.12 | 0 | 0.55 | 0.48 | 73.15 | 0.38 | 0.38 |
| Hex | 75 | 85 | 3C | C | 0 | 37 | 30 | 49 | 26 | 26 |
| Octal | 165 | 205 | 74 | 14 | 0 | 67 | 60 | 111 | 46 | 46 |
| Binary | 1110101 | 10000101 | 111100 | 1100 | 0 | 110111 | 110000 | 1001001 | 100110 | 100110 |
Color Harmonies of #75853C
Complementary color
Monochromatic Colors of #75853C
Black with #75853C
Text Example
Text Example
White with #75853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75853C; }
p { color: rgb(117,133,60); }
H1.HeaderClassName
{
color: #75853C;
}
.AnyTagClassName
{
color: #75853C;
}
</style>
background-color css
<style>
a { background-color: #75853C; }
a { background-color: rgb(117,133,60); }
div.DivClassName
{
background-color: #75853C;
}
.BgClassName
{
background-color: #75853C;
}
</style>
border-color css
<style>
span { border-color: #75853C; }
span { border-color: rgb(117,133,60); }
td.TdClassName
{
border-color: #75853C;
}
.TagClassName
{
border-color: #75853C;
}
</style>