Html Css Color HEX #859143 Wasabi

📋 copy color: '#859143'

red 133 ◦ green 145 ◦ blue 67

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

Shades of Wasabi #859143

Tints of Wasabi #859143

RGB

 RED value IS 133 (52.34% from 255) = 38.55%

 GREEN value IS 145 (57.03% from 255) = 42.03%

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

R = 38.55%
G = 42.03%
B = 19.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#859143 (or 0x859143) is known color: Wasabi. HEX triplet: 85, 91 and 43. RGB value is (133,145,67). Sum of RGB (Red+Green+Blue) = 133+145+67=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #859143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859143 is #7A6EBC. Grayscale: #848484. Windows color (decimal): -8023741 or 4428165. OLE color: 4428165.

HSL color Cylindrical-coordinate representation of color #859143: hue angle of 69.23º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #859143 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 67 -
CMYK 0.08 0 0.54 0.43
HSL 69.23º 0.37% 0.42% -
HSV(B) 69.23º 0.54% 0.57% -
XYZ 20.81 25.64 9.16 -
YUV 132.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 133 145 67 0.08 0 0.54 0.43 69.23 0.37 0.42
Hex 85 91 43 8 0 36 2B 45 25 2A
Octal 205 221 103 10 0 66 53 105 45 52
Binary 10000101 10010001 1000011 1000 0 110110 101011 1000101 100101 101010

Color Harmonies of #859143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859143

Black with #859143

Text Example


Text Example

White with #859143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859143; }

 p { color: rgb(133,145,67); }

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

background-color css

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

 a { background-color: rgb(133,145,67); }

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

border-color css

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

 span { border-color: rgb(133,145,67); }

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