Shades of Wasabi #8C972F
Tints of Wasabi #8C972F
RGB
CMYK
RGB Variations
Color information
#8C972F (or 0x8C972F) is known color: Wasabi. HEX triplet: 8C, 97 and 2F. RGB value is (140,151,47). Sum of RGB (Red+Green+Blue) = 140+151+47=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #8C972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C972F is #7368D0. Grayscale: #888888. Windows color (decimal): -7563473 or 3118988. OLE color: 3118988.
HSL color Cylindrical-coordinate representation of color #8C972F: hue angle of 66.35º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C972F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 47 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.41 |
| HSL | 66.35º | 0.53% | 0.39% | - |
| HSV(B) | 66.35º | 0.69% | 0.59% | - |
| XYZ | 22.39 | 27.91 | 6.9 | - |
| YUV | 135.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 47 | 0.07 | 0 | 0.69 | 0.41 | 66.35 | 0.53 | 0.39 |
| Hex | 8C | 97 | 2F | 7 | 0 | 45 | 29 | 42 | 35 | 27 |
| Octal | 214 | 227 | 57 | 7 | 0 | 105 | 51 | 102 | 65 | 47 |
| Binary | 10001100 | 10010111 | 101111 | 111 | 0 | 1000101 | 101001 | 1000010 | 110101 | 100111 |
Color Harmonies of #8C972F
Complementary color
Monochromatic Colors of #8C972F
Black with #8C972F
Text Example
Text Example
White with #8C972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C972F; }
p { color: rgb(140,151,47); }
H1.HeaderClassName
{
color: #8C972F;
}
.AnyTagClassName
{
color: #8C972F;
}
</style>
background-color css
<style>
a { background-color: #8C972F; }
a { background-color: rgb(140,151,47); }
div.DivClassName
{
background-color: #8C972F;
}
.BgClassName
{
background-color: #8C972F;
}
</style>
border-color css
<style>
span { border-color: #8C972F; }
span { border-color: rgb(140,151,47); }
td.TdClassName
{
border-color: #8C972F;
}
.TagClassName
{
border-color: #8C972F;
}
</style>