Shades of Wasabi #74853F
Tints of Wasabi #74853F
RGB
CMYK
RGB Variations
Color information
#74853F (or 0x74853F) is known color: Wasabi. HEX triplet: 74, 85 and 3F. RGB value is (116,133,63). Sum of RGB (Red+Green+Blue) = 116+133+63=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #74853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74853F is #8B7AC0. Grayscale: #787878. Windows color (decimal): -9140929 or 4162932. OLE color: 4162932.
HSL color Cylindrical-coordinate representation of color #74853F: hue angle of 74.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74853F is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 63 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.48 |
| HSL | 74.57º | 0.36% | 0.38% | - |
| HSV(B) | 74.57º | 0.53% | 0.52% | - |
| XYZ | 16.49 | 20.85 | 7.86 | - |
| YUV | 119.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 63 | 0.13 | 0 | 0.53 | 0.48 | 74.57 | 0.36 | 0.38 |
| Hex | 74 | 85 | 3F | D | 0 | 35 | 30 | 4B | 24 | 26 |
| Octal | 164 | 205 | 77 | 15 | 0 | 65 | 60 | 113 | 44 | 46 |
| Binary | 1110100 | 10000101 | 111111 | 1101 | 0 | 110101 | 110000 | 1001011 | 100100 | 100110 |
Color Harmonies of #74853F
Complementary color
Monochromatic Colors of #74853F
Black with #74853F
Text Example
Text Example
White with #74853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74853F; }
p { color: rgb(116,133,63); }
H1.HeaderClassName
{
color: #74853F;
}
.AnyTagClassName
{
color: #74853F;
}
</style>
background-color css
<style>
a { background-color: #74853F; }
a { background-color: rgb(116,133,63); }
div.DivClassName
{
background-color: #74853F;
}
.BgClassName
{
background-color: #74853F;
}
</style>
border-color css
<style>
span { border-color: #74853F; }
span { border-color: rgb(116,133,63); }
td.TdClassName
{
border-color: #74853F;
}
.TagClassName
{
border-color: #74853F;
}
</style>