Shades of Wasabi #75813E
Tints of Wasabi #75813E
RGB
CMYK
RGB Variations
Color information
#75813E (or 0x75813E) is known color: Wasabi. HEX triplet: 75, 81 and 3E. RGB value is (117,129,62). Sum of RGB (Red+Green+Blue) = 117+129+62=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #75813E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75813E is #8A7EC1. Grayscale: #767676. Windows color (decimal): -9076418 or 4096373. OLE color: 4096373.
HSL color Cylindrical-coordinate representation of color #75813E: hue angle of 70.75º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75813E is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 62 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.49 |
| HSL | 70.75º | 0.35% | 0.37% | - |
| HSV(B) | 70.75º | 0.52% | 0.51% | - |
| XYZ | 16.06 | 19.83 | 7.54 | - |
| YUV | 117.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 62 | 0.09 | 0 | 0.52 | 0.49 | 70.75 | 0.35 | 0.37 |
| Hex | 75 | 81 | 3E | 9 | 0 | 34 | 31 | 47 | 23 | 25 |
| Octal | 165 | 201 | 76 | 11 | 0 | 64 | 61 | 107 | 43 | 45 |
| Binary | 1110101 | 10000001 | 111110 | 1001 | 0 | 110100 | 110001 | 1000111 | 100011 | 100101 |
Color Harmonies of #75813E
Complementary color
Monochromatic Colors of #75813E
Black with #75813E
Text Example
Text Example
White with #75813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75813E; }
p { color: rgb(117,129,62); }
H1.HeaderClassName
{
color: #75813E;
}
.AnyTagClassName
{
color: #75813E;
}
</style>
background-color css
<style>
a { background-color: #75813E; }
a { background-color: rgb(117,129,62); }
div.DivClassName
{
background-color: #75813E;
}
.BgClassName
{
background-color: #75813E;
}
</style>
border-color css
<style>
span { border-color: #75813E; }
span { border-color: rgb(117,129,62); }
td.TdClassName
{
border-color: #75813E;
}
.TagClassName
{
border-color: #75813E;
}
</style>