Html Css Color HEX #869342 Wasabi

📋 copy color: '#869342'

red 134 ◦ green 147 ◦ blue 66

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

Shades of Wasabi #869342

Tints of Wasabi #869342

RGB

 RED value IS 134 (52.73% from 255) = 38.62%

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

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 38.62%
G = 42.36%
B = 19.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#869342 (or 0x869342) is known color: Wasabi. HEX triplet: 86, 93 and 42. RGB value is (134,147,66). Sum of RGB (Red+Green+Blue) = 134+147+66=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #869342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869342 is #796CBD. Grayscale: #868686. Windows color (decimal): -7957694 or 4363142. OLE color: 4363142.

HSL color Cylindrical-coordinate representation of color #869342: hue angle of 69.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #869342 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 66 -
CMYK 0.09 0 0.55 0.42
HSL 69.63º 0.38% 0.42% -
HSV(B) 69.63º 0.55% 0.58% -
XYZ 21.25 26.33 9.12 -
YUV 133.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 134 147 66 0.09 0 0.55 0.42 69.63 0.38 0.42
Hex 86 93 42 9 0 37 2A 46 26 2A
Octal 206 223 102 11 0 67 52 106 46 52
Binary 10000110 10010011 1000010 1001 0 110111 101010 1000110 100110 101010

Color Harmonies of #869342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869342

Black with #869342

Text Example


Text Example

White with #869342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869342; }

 p { color: rgb(134,147,66); }

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

background-color css

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

 a { background-color: rgb(134,147,66); }

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

border-color css

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

 span { border-color: rgb(134,147,66); }

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