Shades of Wasabi #75833F
Tints of Wasabi #75833F
RGB
CMYK
RGB Variations
Color information
#75833F (or 0x75833F) is known color: Wasabi. HEX triplet: 75, 83 and 3F. RGB value is (117,131,63). Sum of RGB (Red+Green+Blue) = 117+131+63=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #75833F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75833F is #8A7CC0. Grayscale: #777777. Windows color (decimal): -9075905 or 4162421. OLE color: 4162421.
HSL color Cylindrical-coordinate representation of color #75833F: hue angle of 72.35º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75833F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 63 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.49 |
| HSL | 72.35º | 0.35% | 0.38% | - |
| HSV(B) | 72.35º | 0.52% | 0.51% | - |
| XYZ | 16.35 | 20.37 | 7.77 | - |
| YUV | 119.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 63 | 0.11 | 0 | 0.52 | 0.49 | 72.35 | 0.35 | 0.38 |
| Hex | 75 | 83 | 3F | B | 0 | 34 | 31 | 48 | 23 | 26 |
| Octal | 165 | 203 | 77 | 13 | 0 | 64 | 61 | 110 | 43 | 46 |
| Binary | 1110101 | 10000011 | 111111 | 1011 | 0 | 110100 | 110001 | 1001000 | 100011 | 100110 |
Color Harmonies of #75833F
Complementary color
Monochromatic Colors of #75833F
Black with #75833F
Text Example
Text Example
White with #75833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75833F; }
p { color: rgb(117,131,63); }
H1.HeaderClassName
{
color: #75833F;
}
.AnyTagClassName
{
color: #75833F;
}
</style>
background-color css
<style>
a { background-color: #75833F; }
a { background-color: rgb(117,131,63); }
div.DivClassName
{
background-color: #75833F;
}
.BgClassName
{
background-color: #75833F;
}
</style>
border-color css
<style>
span { border-color: #75833F; }
span { border-color: rgb(117,131,63); }
td.TdClassName
{
border-color: #75833F;
}
.TagClassName
{
border-color: #75833F;
}
</style>