Html Css Color HEX #8A9340 Wasabi

📋 copy color: '#8A9340'

red 138 ◦ green 147 ◦ blue 64

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

Shades of Wasabi #8A9340

Tints of Wasabi #8A9340

RGB

 RED value IS 138 (54.3% from 255) = 39.54%

 GREEN value IS 147 (57.81% from 255) = 42.12%

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 39.54%
G = 42.12%
B = 18.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#8A9340 (or 0x8A9340) is known color: Wasabi. HEX triplet: 8A, 93 and 40. RGB value is (138,147,64). Sum of RGB (Red+Green+Blue) = 138+147+64=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9340 is #756CBF. Grayscale: #878787. Windows color (decimal): -7695552 or 4232074. OLE color: 4232074.

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

Color convert

RGB 138 147 64 -
CMYK 0.06 0 0.56 0.42
HSL 66.51º 0.39% 0.41% -
HSV(B) 66.51º 0.56% 0.58% -
XYZ 21.84 26.64 8.84 -
YUV 134.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 138 147 64 0.06 0 0.56 0.42 66.51 0.39 0.41
Hex 8A 93 40 6 0 38 2A 43 27 29
Octal 212 223 100 6 0 70 52 103 47 51
Binary 10001010 10010011 1000000 110 0 111000 101010 1000011 100111 101001

Color Harmonies of #8A9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9340

Black with #8A9340

Text Example


Text Example

White with #8A9340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,147,64); }

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

background-color css

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

 a { background-color: rgb(138,147,64); }

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

border-color css

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

 span { border-color: rgb(138,147,64); }

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