Shades of Wasabi #758445
Tints of Wasabi #758445
RGB
CMYK
RGB Variations
Color information
#758445 (or 0x758445) is known color: Wasabi. HEX triplet: 75, 84 and 45. RGB value is (117,132,69). Sum of RGB (Red+Green+Blue) = 117+132+69=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #758445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758445 is #8A7BBA. Grayscale: #787878. Windows color (decimal): -9075643 or 4555893. OLE color: 4555893.
HSL color Cylindrical-coordinate representation of color #758445: hue angle of 74.29º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758445 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 69 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.48 |
| HSL | 74.29º | 0.31% | 0.39% | - |
| HSV(B) | 74.29º | 0.48% | 0.52% | - |
| XYZ | 16.66 | 20.71 | 8.75 | - |
| YUV | 120.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 69 | 0.11 | 0 | 0.48 | 0.48 | 74.29 | 0.31 | 0.39 |
| Hex | 75 | 84 | 45 | B | 0 | 30 | 30 | 4A | 1F | 27 |
| Octal | 165 | 204 | 105 | 13 | 0 | 60 | 60 | 112 | 37 | 47 |
| Binary | 1110101 | 10000100 | 1000101 | 1011 | 0 | 110000 | 110000 | 1001010 | 11111 | 100111 |
Color Harmonies of #758445
Complementary color
Monochromatic Colors of #758445
Black with #758445
Text Example
Text Example
White with #758445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758445; }
p { color: rgb(117,132,69); }
H1.HeaderClassName
{
color: #758445;
}
.AnyTagClassName
{
color: #758445;
}
</style>
background-color css
<style>
a { background-color: #758445; }
a { background-color: rgb(117,132,69); }
div.DivClassName
{
background-color: #758445;
}
.BgClassName
{
background-color: #758445;
}
</style>
border-color css
<style>
span { border-color: #758445; }
span { border-color: rgb(117,132,69); }
td.TdClassName
{
border-color: #758445;
}
.TagClassName
{
border-color: #758445;
}
</style>