Shades of Wasabi #7F8830
Tints of Wasabi #7F8830
RGB
CMYK
RGB Variations
Color information
#7F8830 (or 0x7F8830) is known color: Wasabi. HEX triplet: 7F, 88 and 30. RGB value is (127,136,48). Sum of RGB (Red+Green+Blue) = 127+136+48=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8830 is #8077CF. Grayscale: #7B7B7B. Windows color (decimal): -8419280 or 3180671. OLE color: 3180671.
HSL color Cylindrical-coordinate representation of color #7F8830: hue angle of 66.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F8830 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 48 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.47 |
| HSL | 66.14º | 0.48% | 0.36% | - |
| HSV(B) | 66.14º | 0.65% | 0.53% | - |
| XYZ | 18.09 | 22.33 | 6.15 | - |
| YUV | 123.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 48 | 0.07 | 0 | 0.65 | 0.47 | 66.14 | 0.48 | 0.36 |
| Hex | 7F | 88 | 30 | 7 | 0 | 41 | 2F | 42 | 30 | 24 |
| Octal | 177 | 210 | 60 | 7 | 0 | 101 | 57 | 102 | 60 | 44 |
| Binary | 1111111 | 10001000 | 110000 | 111 | 0 | 1000001 | 101111 | 1000010 | 110000 | 100100 |
Color Harmonies of #7F8830
Complementary color
Monochromatic Colors of #7F8830
Black with #7F8830
Text Example
Text Example
White with #7F8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8830; }
p { color: rgb(127,136,48); }
H1.HeaderClassName
{
color: #7F8830;
}
.AnyTagClassName
{
color: #7F8830;
}
</style>
background-color css
<style>
a { background-color: #7F8830; }
a { background-color: rgb(127,136,48); }
div.DivClassName
{
background-color: #7F8830;
}
.BgClassName
{
background-color: #7F8830;
}
</style>
border-color css
<style>
span { border-color: #7F8830; }
span { border-color: rgb(127,136,48); }
td.TdClassName
{
border-color: #7F8830;
}
.TagClassName
{
border-color: #7F8830;
}
</style>