Html Css Color HEX #8D9F46 Wasabi

📋 copy color: '#8D9F46'

red 141 ◦ green 159 ◦ blue 70

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

Shades of Wasabi #8D9F46

Tints of Wasabi #8D9F46

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.97%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 38.11%
G = 42.97%
B = 18.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#8D9F46 (or 0x8D9F46) is known color: Wasabi. HEX triplet: 8D, 9F and 46. RGB value is (141,159,70). Sum of RGB (Red+Green+Blue) = 141+159+70=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F46 is #7260B9. Grayscale: #8F8F8F. Windows color (decimal): -7495866 or 4628365. OLE color: 4628365.

HSL color Cylindrical-coordinate representation of color #8D9F46: hue angle of 72.13º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D9F46 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 159 70 -
CMYK 0.11 0 0.56 0.38
HSL 72.13º 0.39% 0.45% -
HSV(B) 72.13º 0.56% 0.62% -
XYZ 24.49 30.9 10.47 -
YUV 143.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 141 159 70 0.11 0 0.56 0.38 72.13 0.39 0.45
Hex 8D 9F 46 B 0 38 26 48 27 2D
Octal 215 237 106 13 0 70 46 110 47 55
Binary 10001101 10011111 1000110 1011 0 111000 100110 1001000 100111 101101

Color Harmonies of #8D9F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9F46

Black with #8D9F46

Text Example


Text Example

White with #8D9F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,159,70); }

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

background-color css

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

 a { background-color: rgb(141,159,70); }

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

border-color css

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

 span { border-color: rgb(141,159,70); }

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