Shades of Wasabi #748A45
Tints of Wasabi #748A45
RGB
CMYK
RGB Variations
Color information
#748A45 (or 0x748A45) is known color: Wasabi. HEX triplet: 74, 8A and 45. RGB value is (116,138,69). Sum of RGB (Red+Green+Blue) = 116+138+69=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #748A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A45 is #8B75BA. Grayscale: #7B7B7B. Windows color (decimal): -9139643 or 4557428. OLE color: 4557428.
HSL color Cylindrical-coordinate representation of color #748A45: hue angle of 79.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748A45 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 69 | - |
| CMYK | 0.16 | 0 | 0.5 | 0.46 |
| HSL | 79.13º | 0.33% | 0.41% | - |
| HSV(B) | 79.13º | 0.5% | 0.54% | - |
| XYZ | 17.37 | 22.32 | 9.02 | - |
| YUV | 123.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 69 | 0.16 | 0 | 0.5 | 0.46 | 79.13 | 0.33 | 0.41 |
| Hex | 74 | 8A | 45 | 10 | 0 | 32 | 2E | 4F | 21 | 29 |
| Octal | 164 | 212 | 105 | 20 | 0 | 62 | 56 | 117 | 41 | 51 |
| Binary | 1110100 | 10001010 | 1000101 | 10000 | 0 | 110010 | 101110 | 1001111 | 100001 | 101001 |
Color Harmonies of #748A45
Complementary color
Monochromatic Colors of #748A45
Black with #748A45
Text Example
Text Example
White with #748A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A45; }
p { color: rgb(116,138,69); }
H1.HeaderClassName
{
color: #748A45;
}
.AnyTagClassName
{
color: #748A45;
}
</style>
background-color css
<style>
a { background-color: #748A45; }
a { background-color: rgb(116,138,69); }
div.DivClassName
{
background-color: #748A45;
}
.BgClassName
{
background-color: #748A45;
}
</style>
border-color css
<style>
span { border-color: #748A45; }
span { border-color: rgb(116,138,69); }
td.TdClassName
{
border-color: #748A45;
}
.TagClassName
{
border-color: #748A45;
}
</style>