Html Css Color HEX #8F974C Wasabi

📋 copy color: '#8F974C'

red 143 ◦ green 151 ◦ blue 76

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

Shades of Wasabi #8F974C

Tints of Wasabi #8F974C

RGB

 RED value IS 143 (56.25% from 255) = 38.65%

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 38.65%
G = 40.81%
B = 20.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#8F974C (or 0x8F974C) is known color: Wasabi. HEX triplet: 8F, 97 and 4C. RGB value is (143,151,76). Sum of RGB (Red+Green+Blue) = 143+151+76=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #8F974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F974C is #7068B3. Grayscale: #8C8C8C. Windows color (decimal): -7366836 or 5019535. OLE color: 5019535.

HSL color Cylindrical-coordinate representation of color #8F974C: hue angle of 66.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F974C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 151 76 -
CMYK 0.05 0 0.50 0.41
HSL 66.4º 0.33% 0.45% -
HSV(B) 66.4º 0.5% 0.59% -
XYZ 23.7 28.49 11.09 -
YUV 140.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 143 151 76 0.05 0 0.50 0.41 66.4 0.33 0.45
Hex 8F 97 4C 5 0 32 29 42 21 2D
Octal 217 227 114 5 0 62 51 102 41 55
Binary 10001111 10010111 1001100 101 0 110010 101001 1000010 100001 101101

Color Harmonies of #8F974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F974C

Black with #8F974C

Text Example


Text Example

White with #8F974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,76); }

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

background-color css

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

 a { background-color: rgb(143,151,76); }

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

border-color css

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

 span { border-color: rgb(143,151,76); }

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