Shades of Wasabi #7C9230
Tints of Wasabi #7C9230
RGB
CMYK
RGB Variations
Color information
#7C9230 (or 0x7C9230) is known color: Wasabi. HEX triplet: 7C, 92 and 30. RGB value is (124,146,48). Sum of RGB (Red+Green+Blue) = 124+146+48=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9230 is #836DCF. Grayscale: #808080. Windows color (decimal): -8613328 or 3183228. OLE color: 3183228.
HSL color Cylindrical-coordinate representation of color #7C9230: hue angle of 73.47º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C9230 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 48 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.43 |
| HSL | 73.47º | 0.51% | 0.38% | - |
| HSV(B) | 73.47º | 0.67% | 0.57% | - |
| XYZ | 19.12 | 25.06 | 6.62 | - |
| YUV | 128.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 48 | 0.15 | 0 | 0.67 | 0.43 | 73.47 | 0.51 | 0.38 |
| Hex | 7C | 92 | 30 | F | 0 | 43 | 2B | 49 | 33 | 26 |
| Octal | 174 | 222 | 60 | 17 | 0 | 103 | 53 | 111 | 63 | 46 |
| Binary | 1111100 | 10010010 | 110000 | 1111 | 0 | 1000011 | 101011 | 1001001 | 110011 | 100110 |
Color Harmonies of #7C9230
Complementary color
Monochromatic Colors of #7C9230
Black with #7C9230
Text Example
Text Example
White with #7C9230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9230; }
p { color: rgb(124,146,48); }
H1.HeaderClassName
{
color: #7C9230;
}
.AnyTagClassName
{
color: #7C9230;
}
</style>
background-color css
<style>
a { background-color: #7C9230; }
a { background-color: rgb(124,146,48); }
div.DivClassName
{
background-color: #7C9230;
}
.BgClassName
{
background-color: #7C9230;
}
</style>
border-color css
<style>
span { border-color: #7C9230; }
span { border-color: rgb(124,146,48); }
td.TdClassName
{
border-color: #7C9230;
}
.TagClassName
{
border-color: #7C9230;
}
</style>