Shades of Wasabi #738C3C
Tints of Wasabi #738C3C
RGB
CMYK
RGB Variations
Color information
#738C3C (or 0x738C3C) is known color: Wasabi. HEX triplet: 73, 8C and 3C. RGB value is (115,140,60). Sum of RGB (Red+Green+Blue) = 115+140+60=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #738C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738C3C is #8C73C3. Grayscale: #7B7B7B. Windows color (decimal): -9204676 or 3968115. OLE color: 3968115.
HSL color Cylindrical-coordinate representation of color #738C3C: hue angle of 78.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #738C3C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 140 | 60 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.45 |
| HSL | 78.75º | 0.4% | 0.39% | - |
| HSV(B) | 78.75º | 0.57% | 0.55% | - |
| XYZ | 17.26 | 22.73 | 7.75 | - |
| YUV | 123.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 60 | 0.18 | 0 | 0.57 | 0.45 | 78.75 | 0.4 | 0.39 |
| Hex | 73 | 8C | 3C | 12 | 0 | 39 | 2D | 4F | 28 | 27 |
| Octal | 163 | 214 | 74 | 22 | 0 | 71 | 55 | 117 | 50 | 47 |
| Binary | 1110011 | 10001100 | 111100 | 10010 | 0 | 111001 | 101101 | 1001111 | 101000 | 100111 |
Color Harmonies of #738C3C
Complementary color
Monochromatic Colors of #738C3C
Black with #738C3C
Text Example
Text Example
White with #738C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738C3C; }
p { color: rgb(115,140,60); }
H1.HeaderClassName
{
color: #738C3C;
}
.AnyTagClassName
{
color: #738C3C;
}
</style>
background-color css
<style>
a { background-color: #738C3C; }
a { background-color: rgb(115,140,60); }
div.DivClassName
{
background-color: #738C3C;
}
.BgClassName
{
background-color: #738C3C;
}
</style>
border-color css
<style>
span { border-color: #738C3C; }
span { border-color: rgb(115,140,60); }
td.TdClassName
{
border-color: #738C3C;
}
.TagClassName
{
border-color: #738C3C;
}
</style>