Html Css Color HEX #8E912F Wasabi

📋 copy color: '#8E912F'

red 142 ◦ green 145 ◦ blue 47

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

Shades of Wasabi #8E912F

Tints of Wasabi #8E912F

RGB

 RED value IS 142 (55.86% from 255) = 42.51%

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 42.51%
G = 43.41%
B = 14.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#8E912F (or 0x8E912F) is known color: Wasabi. HEX triplet: 8E, 91 and 2F. RGB value is (142,145,47). Sum of RGB (Red+Green+Blue) = 142+145+47=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #8E912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E912F is #716ED0. Grayscale: #858585. Windows color (decimal): -7433937 or 3117454. OLE color: 3117454.

HSL color Cylindrical-coordinate representation of color #8E912F: hue angle of 61.84º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E912F is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 145 47 -
CMYK 0.02 0 0.68 0.43
HSL 61.84º 0.51% 0.38% -
HSV(B) 61.84º 0.68% 0.57% -
XYZ 21.79 26.21 6.6 -
YUV 132.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 142 145 47 0.02 0 0.68 0.43 61.84 0.51 0.38
Hex 8E 91 2F 2 0 44 2B 3E 33 26
Octal 216 221 57 2 0 104 53 76 63 46
Binary 10001110 10010001 101111 10 0 1000100 101011 111110 110011 100110

Color Harmonies of #8E912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E912F

Black with #8E912F

Text Example


Text Example

White with #8E912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,145,47); }

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

background-color css

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

 a { background-color: rgb(142,145,47); }

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

border-color css

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

 span { border-color: rgb(142,145,47); }

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