Shades of Wasabi #74893A
Tints of Wasabi #74893A
RGB
CMYK
RGB Variations
Color information
#74893A (or 0x74893A) is known color: Wasabi. HEX triplet: 74, 89 and 3A. RGB value is (116,137,58). Sum of RGB (Red+Green+Blue) = 116+137+58=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #74893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74893A is #8B76C5. Grayscale: #7A7A7A. Windows color (decimal): -9139910 or 3836276. OLE color: 3836276.
HSL color Cylindrical-coordinate representation of color #74893A: hue angle of 75.95º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74893A is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 58 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.46 |
| HSL | 75.95º | 0.41% | 0.38% | - |
| HSV(B) | 75.95º | 0.58% | 0.54% | - |
| XYZ | 16.91 | 21.91 | 7.34 | - |
| YUV | 121.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 58 | 0.15 | 0 | 0.58 | 0.46 | 75.95 | 0.41 | 0.38 |
| Hex | 74 | 89 | 3A | F | 0 | 3A | 2E | 4C | 29 | 26 |
| Octal | 164 | 211 | 72 | 17 | 0 | 72 | 56 | 114 | 51 | 46 |
| Binary | 1110100 | 10001001 | 111010 | 1111 | 0 | 111010 | 101110 | 1001100 | 101001 | 100110 |
Color Harmonies of #74893A
Complementary color
Monochromatic Colors of #74893A
Black with #74893A
Text Example
Text Example
White with #74893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74893A; }
p { color: rgb(116,137,58); }
H1.HeaderClassName
{
color: #74893A;
}
.AnyTagClassName
{
color: #74893A;
}
</style>
background-color css
<style>
a { background-color: #74893A; }
a { background-color: rgb(116,137,58); }
div.DivClassName
{
background-color: #74893A;
}
.BgClassName
{
background-color: #74893A;
}
</style>
border-color css
<style>
span { border-color: #74893A; }
span { border-color: rgb(116,137,58); }
td.TdClassName
{
border-color: #74893A;
}
.TagClassName
{
border-color: #74893A;
}
</style>