Shades of Wasabi #74883B
Tints of Wasabi #74883B
RGB
CMYK
RGB Variations
Color information
#74883B (or 0x74883B) is known color: Wasabi. HEX triplet: 74, 88 and 3B. RGB value is (116,136,59). Sum of RGB (Red+Green+Blue) = 116+136+59=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #74883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74883B is #8B77C4. Grayscale: #797979. Windows color (decimal): -9140165 or 3901556. OLE color: 3901556.
HSL color Cylindrical-coordinate representation of color #74883B: hue angle of 75.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74883B is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 59 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.47 |
| HSL | 75.58º | 0.39% | 0.38% | - |
| HSV(B) | 75.58º | 0.57% | 0.53% | - |
| XYZ | 16.8 | 21.64 | 7.43 | - |
| YUV | 121.24 | 92.87 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 59 | 0.15 | 0 | 0.57 | 0.47 | 75.58 | 0.39 | 0.38 |
| Hex | 74 | 88 | 3B | F | 0 | 39 | 2F | 4C | 27 | 26 |
| Octal | 164 | 210 | 73 | 17 | 0 | 71 | 57 | 114 | 47 | 46 |
| Binary | 1110100 | 10001000 | 111011 | 1111 | 0 | 111001 | 101111 | 1001100 | 100111 | 100110 |
Color Harmonies of #74883B
Complementary color
Monochromatic Colors of #74883B
Black with #74883B
Text Example
Text Example
White with #74883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74883B; }
p { color: rgb(116,136,59); }
H1.HeaderClassName
{
color: #74883B;
}
.AnyTagClassName
{
color: #74883B;
}
</style>
background-color css
<style>
a { background-color: #74883B; }
a { background-color: rgb(116,136,59); }
div.DivClassName
{
background-color: #74883B;
}
.BgClassName
{
background-color: #74883B;
}
</style>
border-color css
<style>
span { border-color: #74883B; }
span { border-color: rgb(116,136,59); }
td.TdClassName
{
border-color: #74883B;
}
.TagClassName
{
border-color: #74883B;
}
</style>