Html Css Color HEX #8C974E Wasabi

📋 copy color: '#8C974E'

red 140 ◦ green 151 ◦ blue 78

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

Shades of Wasabi #8C974E

Tints of Wasabi #8C974E

RGB

 RED value IS 140 (55.08% from 255) = 37.94%

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

 BLUE value IS 78 (30.86% from 255) = 21.14%

R = 37.94%
G = 40.92%
B = 21.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#8C974E (or 0x8C974E) is known color: Wasabi. HEX triplet: 8C, 97 and 4E. RGB value is (140,151,78). Sum of RGB (Red+Green+Blue) = 140+151+78=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #8C974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C974E is #7368B1. Grayscale: #8B8B8B. Windows color (decimal): -7563442 or 5150604. OLE color: 5150604.

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

Color convert

RGB 140 151 78 -
CMYK 0.07 0 0.48 0.41
HSL 69.04º 0.32% 0.45% -
HSV(B) 69.04º 0.48% 0.59% -
XYZ 23.26 28.26 11.44 -
YUV 139.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 140 151 78 0.07 0 0.48 0.41 69.04 0.32 0.45
Hex 8C 97 4E 7 0 30 29 45 20 2D
Octal 214 227 116 7 0 60 51 105 40 55
Binary 10001100 10010111 1001110 111 0 110000 101001 1000101 100000 101101

Color Harmonies of #8C974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C974E

Black with #8C974E

Text Example


Text Example

White with #8C974E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,78); }

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

background-color css

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

 a { background-color: rgb(140,151,78); }

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

border-color css

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

 span { border-color: rgb(140,151,78); }

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