Html Css Color HEX #869543 Wasabi

📋 copy color: '#869543'

red 134 ◦ green 149 ◦ blue 67

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

Shades of Wasabi #869543

Tints of Wasabi #869543

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 38.29%
G = 42.57%
B = 19.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#869543 (or 0x869543) is known color: Wasabi. HEX triplet: 86, 95 and 43. RGB value is (134,149,67). Sum of RGB (Red+Green+Blue) = 134+149+67=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #869543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869543 is #796ABC. Grayscale: #878787. Windows color (decimal): -7957181 or 4429190. OLE color: 4429190.

HSL color Cylindrical-coordinate representation of color #869543: hue angle of 70.98º 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 #869543 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 67 -
CMYK 0.10 0 0.55 0.42
HSL 70.98º 0.38% 0.42% -
HSV(B) 70.98º 0.55% 0.58% -
XYZ 21.59 26.97 9.38 -
YUV 135.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 134 149 67 0.10 0 0.55 0.42 70.98 0.38 0.42
Hex 86 95 43 A 0 37 2A 47 26 2A
Octal 206 225 103 12 0 67 52 107 46 52
Binary 10000110 10010101 1000011 1010 0 110111 101010 1000111 100110 101010

Color Harmonies of #869543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869543

Black with #869543

Text Example


Text Example

White with #869543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869543; }

 p { color: rgb(134,149,67); }

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

background-color css

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

 a { background-color: rgb(134,149,67); }

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

border-color css

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

 span { border-color: rgb(134,149,67); }

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