Shades of Wasabi #74803C
Tints of Wasabi #74803C
RGB
CMYK
RGB Variations
Color information
#74803C (or 0x74803C) is known color: Wasabi. HEX triplet: 74, 80 and 3C. RGB value is (116,128,60). Sum of RGB (Red+Green+Blue) = 116+128+60=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #74803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74803C is #8B7FC3. Grayscale: #747474. Windows color (decimal): -9142212 or 3965044. OLE color: 3965044.
HSL color Cylindrical-coordinate representation of color #74803C: hue angle of 70.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74803C is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 60 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.50 |
| HSL | 70.59º | 0.36% | 0.37% | - |
| HSV(B) | 70.59º | 0.53% | 0.5% | - |
| XYZ | 15.74 | 19.48 | 7.21 | - |
| YUV | 116.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 60 | 0.09 | 0 | 0.53 | 0.50 | 70.59 | 0.36 | 0.37 |
| Hex | 74 | 80 | 3C | 9 | 0 | 35 | 32 | 47 | 24 | 25 |
| Octal | 164 | 200 | 74 | 11 | 0 | 65 | 62 | 107 | 44 | 45 |
| Binary | 1110100 | 10000000 | 111100 | 1001 | 0 | 110101 | 110010 | 1000111 | 100100 | 100101 |
Color Harmonies of #74803C
Complementary color
Monochromatic Colors of #74803C
Black with #74803C
Text Example
Text Example
White with #74803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74803C; }
p { color: rgb(116,128,60); }
H1.HeaderClassName
{
color: #74803C;
}
.AnyTagClassName
{
color: #74803C;
}
</style>
background-color css
<style>
a { background-color: #74803C; }
a { background-color: rgb(116,128,60); }
div.DivClassName
{
background-color: #74803C;
}
.BgClassName
{
background-color: #74803C;
}
</style>
border-color css
<style>
span { border-color: #74803C; }
span { border-color: rgb(116,128,60); }
td.TdClassName
{
border-color: #74803C;
}
.TagClassName
{
border-color: #74803C;
}
</style>