Shades of Wasabi #7D853A
Tints of Wasabi #7D853A
RGB
CMYK
RGB Variations
Color information
#7D853A (or 0x7D853A) is known color: Wasabi. HEX triplet: 7D, 85 and 3A. RGB value is (125,133,58). Sum of RGB (Red+Green+Blue) = 125+133+58=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #7D853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D853A is #827AC5. Grayscale: #7A7A7A. Windows color (decimal): -8551110 or 3835261. OLE color: 3835261.
HSL color Cylindrical-coordinate representation of color #7D853A: hue angle of 66.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D853A is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 58 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.48 |
| HSL | 66.4º | 0.39% | 0.37% | - |
| HSV(B) | 66.4º | 0.56% | 0.52% | - |
| XYZ | 17.61 | 21.44 | 7.21 | - |
| YUV | 122.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 58 | 0.06 | 0 | 0.56 | 0.48 | 66.4 | 0.39 | 0.37 |
| Hex | 7D | 85 | 3A | 6 | 0 | 38 | 30 | 42 | 27 | 25 |
| Octal | 175 | 205 | 72 | 6 | 0 | 70 | 60 | 102 | 47 | 45 |
| Binary | 1111101 | 10000101 | 111010 | 110 | 0 | 111000 | 110000 | 1000010 | 100111 | 100101 |
Color Harmonies of #7D853A
Complementary color
Monochromatic Colors of #7D853A
Black with #7D853A
Text Example
Text Example
White with #7D853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D853A; }
p { color: rgb(125,133,58); }
H1.HeaderClassName
{
color: #7D853A;
}
.AnyTagClassName
{
color: #7D853A;
}
</style>
background-color css
<style>
a { background-color: #7D853A; }
a { background-color: rgb(125,133,58); }
div.DivClassName
{
background-color: #7D853A;
}
.BgClassName
{
background-color: #7D853A;
}
</style>
border-color css
<style>
span { border-color: #7D853A; }
span { border-color: rgb(125,133,58); }
td.TdClassName
{
border-color: #7D853A;
}
.TagClassName
{
border-color: #7D853A;
}
</style>