Html Css Color HEX #8A964F Wasabi

📋 copy color: '#8A964F'

red 138 ◦ green 150 ◦ blue 79

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

Shades of Wasabi #8A964F

Tints of Wasabi #8A964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 37.6%
G = 40.87%
B = 21.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#8A964F (or 0x8A964F) is known color: Wasabi. HEX triplet: 8A, 96 and 4F. RGB value is (138,150,79). Sum of RGB (Red+Green+Blue) = 138+150+79=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #8A964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A964F is #7569B0. Grayscale: #8A8A8A. Windows color (decimal): -7694769 or 5215882. OLE color: 5215882.

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

Color convert

RGB 138 150 79 -
CMYK 0.08 0 0.47 0.41
HSL 70.14º 0.31% 0.45% -
HSV(B) 70.14º 0.47% 0.59% -
XYZ 22.8 27.78 11.56 -
YUV 138.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 138 150 79 0.08 0 0.47 0.41 70.14 0.31 0.45
Hex 8A 96 4F 8 0 2F 29 46 1F 2D
Octal 212 226 117 10 0 57 51 106 37 55
Binary 10001010 10010110 1001111 1000 0 101111 101001 1000110 11111 101101

Color Harmonies of #8A964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A964F

Black with #8A964F

Text Example


Text Example

White with #8A964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,79); }

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

background-color css

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

 a { background-color: rgb(138,150,79); }

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

border-color css

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

 span { border-color: rgb(138,150,79); }

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