Shades of Wasabi #74813D
Tints of Wasabi #74813D
RGB
CMYK
RGB Variations
Color information
#74813D (or 0x74813D) is known color: Wasabi. HEX triplet: 74, 81 and 3D. RGB value is (116,129,61). Sum of RGB (Red+Green+Blue) = 116+129+61=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #74813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74813D is #8B7EC2. Grayscale: #757575. Windows color (decimal): -9141955 or 4030836. OLE color: 4030836.
HSL color Cylindrical-coordinate representation of color #74813D: hue angle of 71.47º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74813D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 61 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.49 |
| HSL | 71.47º | 0.36% | 0.37% | - |
| HSV(B) | 71.47º | 0.53% | 0.51% | - |
| XYZ | 15.9 | 19.75 | 7.39 | - |
| YUV | 117.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 61 | 0.10 | 0 | 0.53 | 0.49 | 71.47 | 0.36 | 0.37 |
| Hex | 74 | 81 | 3D | A | 0 | 35 | 31 | 47 | 24 | 25 |
| Octal | 164 | 201 | 75 | 12 | 0 | 65 | 61 | 107 | 44 | 45 |
| Binary | 1110100 | 10000001 | 111101 | 1010 | 0 | 110101 | 110001 | 1000111 | 100100 | 100101 |
Color Harmonies of #74813D
Complementary color
Monochromatic Colors of #74813D
Black with #74813D
Text Example
Text Example
White with #74813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74813D; }
p { color: rgb(116,129,61); }
H1.HeaderClassName
{
color: #74813D;
}
.AnyTagClassName
{
color: #74813D;
}
</style>
background-color css
<style>
a { background-color: #74813D; }
a { background-color: rgb(116,129,61); }
div.DivClassName
{
background-color: #74813D;
}
.BgClassName
{
background-color: #74813D;
}
</style>
border-color css
<style>
span { border-color: #74813D; }
span { border-color: rgb(116,129,61); }
td.TdClassName
{
border-color: #74813D;
}
.TagClassName
{
border-color: #74813D;
}
</style>