Shades of Wasabi #7A8A33
Tints of Wasabi #7A8A33
RGB
CMYK
RGB Variations
Color information
#7A8A33 (or 0x7A8A33) is known color: Wasabi. HEX triplet: 7A, 8A and 33. RGB value is (122,138,51). Sum of RGB (Red+Green+Blue) = 122+138+51=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A33 is #8575CC. Grayscale: #7B7B7B. Windows color (decimal): -8746445 or 3377786. OLE color: 3377786.
HSL color Cylindrical-coordinate representation of color #7A8A33: hue angle of 71.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A8A33 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 51 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.46 |
| HSL | 71.03º | 0.46% | 0.37% | - |
| HSV(B) | 71.03º | 0.63% | 0.54% | - |
| XYZ | 17.71 | 22.55 | 6.55 | - |
| YUV | 123.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 51 | 0.12 | 0 | 0.63 | 0.46 | 71.03 | 0.46 | 0.37 |
| Hex | 7A | 8A | 33 | C | 0 | 3F | 2E | 47 | 2E | 25 |
| Octal | 172 | 212 | 63 | 14 | 0 | 77 | 56 | 107 | 56 | 45 |
| Binary | 1111010 | 10001010 | 110011 | 1100 | 0 | 111111 | 101110 | 1000111 | 101110 | 100101 |
Color Harmonies of #7A8A33
Complementary color
Monochromatic Colors of #7A8A33
Black with #7A8A33
Text Example
Text Example
White with #7A8A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A33; }
p { color: rgb(122,138,51); }
H1.HeaderClassName
{
color: #7A8A33;
}
.AnyTagClassName
{
color: #7A8A33;
}
</style>
background-color css
<style>
a { background-color: #7A8A33; }
a { background-color: rgb(122,138,51); }
div.DivClassName
{
background-color: #7A8A33;
}
.BgClassName
{
background-color: #7A8A33;
}
</style>
border-color css
<style>
span { border-color: #7A8A33; }
span { border-color: rgb(122,138,51); }
td.TdClassName
{
border-color: #7A8A33;
}
.TagClassName
{
border-color: #7A8A33;
}
</style>