Html Css Color HEX #8D973F Wasabi

📋 copy color: '#8D973F'

red 141 ◦ green 151 ◦ blue 63

#8D973F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #8D973F

Tints of Wasabi #8D973F

RGB

 RED value IS 141 (55.47% from 255) = 39.72%

 GREEN value IS 151 (59.38% from 255) = 42.54%

 BLUE value IS 63 (25% from 255) = 17.75%

R = 39.72%
G = 42.54%
B = 17.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8D973F (or 0x8D973F) is known color: Wasabi. HEX triplet: 8D, 97 and 3F. RGB value is (141,151,63). Sum of RGB (Red+Green+Blue) = 141+151+63=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #8D973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D973F is #7268C0. Grayscale: #8A8A8A. Windows color (decimal): -7497921 or 4167565. OLE color: 4167565.

HSL color Cylindrical-coordinate representation of color #8D973F: hue angle of 66.82º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D973F is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 151 63 -
CMYK 0.07 0 0.58 0.41
HSL 66.82º 0.41% 0.42% -
HSV(B) 66.82º 0.58% 0.59% -
XYZ 22.95 28.15 8.93 -
YUV 137.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 141 151 63 0.07 0 0.58 0.41 66.82 0.41 0.42
Hex 8D 97 3F 7 0 3A 29 43 29 2A
Octal 215 227 77 7 0 72 51 103 51 52
Binary 10001101 10010111 111111 111 0 111010 101001 1000011 101001 101010

Color Harmonies of #8D973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D973F

Black with #8D973F

Text Example


Text Example

White with #8D973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D973F; }

 p { color: rgb(141,151,63); }

 H1.HeaderClassName
 {
   color: #8D973F;
 }
 .AnyTagClassName
 {
   color: #8D973F;
 }
</style>

background-color css

<style>
 a { background-color: #8D973F; }

 a { background-color: rgb(141,151,63); }

 div.DivClassName
 {
   background-color: #8D973F;
 }
 .BgClassName
 {
   background-color: #8D973F;
 }
</style>

border-color css

<style>
 span { border-color: #8D973F; }

 span { border-color: rgb(141,151,63); }

 td.TdClassName
 {
   border-color: #8D973F;
 }
 .TagClassName
 {
   border-color: #8D973F;
 }
</style>