Shades of Wasabi #7F8A45
Tints of Wasabi #7F8A45
RGB
CMYK
RGB Variations
Color information
#7F8A45 (or 0x7F8A45) is known color: Wasabi. HEX triplet: 7F, 8A and 45. RGB value is (127,138,69). Sum of RGB (Red+Green+Blue) = 127+138+69=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A45 is #8075BA. Grayscale: #7F7F7F. Windows color (decimal): -8418747 or 4557439. OLE color: 4557439.
HSL color Cylindrical-coordinate representation of color #7F8A45: hue angle of 69.57º 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 #7F8A45 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 69 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.46 |
| HSL | 69.57º | 0.33% | 0.41% | - |
| HSV(B) | 69.57º | 0.5% | 0.54% | - |
| XYZ | 18.92 | 23.12 | 9.1 | - |
| YUV | 126.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 69 | 0.08 | 0 | 0.5 | 0.46 | 69.57 | 0.33 | 0.41 |
| Hex | 7F | 8A | 45 | 8 | 0 | 32 | 2E | 46 | 21 | 29 |
| Octal | 177 | 212 | 105 | 10 | 0 | 62 | 56 | 106 | 41 | 51 |
| Binary | 1111111 | 10001010 | 1000101 | 1000 | 0 | 110010 | 101110 | 1000110 | 100001 | 101001 |
Color Harmonies of #7F8A45
Complementary color
Monochromatic Colors of #7F8A45
Black with #7F8A45
Text Example
Text Example
White with #7F8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A45; }
p { color: rgb(127,138,69); }
H1.HeaderClassName
{
color: #7F8A45;
}
.AnyTagClassName
{
color: #7F8A45;
}
</style>
background-color css
<style>
a { background-color: #7F8A45; }
a { background-color: rgb(127,138,69); }
div.DivClassName
{
background-color: #7F8A45;
}
.BgClassName
{
background-color: #7F8A45;
}
</style>
border-color css
<style>
span { border-color: #7F8A45; }
span { border-color: rgb(127,138,69); }
td.TdClassName
{
border-color: #7F8A45;
}
.TagClassName
{
border-color: #7F8A45;
}
</style>