Html Css Color HEX #859641 Wasabi

📋 copy color: '#859641'

red 133 ◦ green 150 ◦ blue 65

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

Shades of Wasabi #859641

Tints of Wasabi #859641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 38.22%
G = 43.1%
B = 18.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#859641 (or 0x859641) is known color: Wasabi. HEX triplet: 85, 96 and 41. RGB value is (133,150,65). Sum of RGB (Red+Green+Blue) = 133+150+65=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #859641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859641 is #7A69BE. Grayscale: #878787. Windows color (decimal): -8022463 or 4298373. OLE color: 4298373.

HSL color Cylindrical-coordinate representation of color #859641: hue angle of 72º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #859641 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 65 -
CMYK 0.11 0 0.57 0.41
HSL 72º 0.4% 0.42% -
HSV(B) 72º 0.57% 0.59% -
XYZ 21.53 27.18 9.11 -
YUV 135.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 133 150 65 0.11 0 0.57 0.41 72 0.4 0.42
Hex 85 96 41 B 0 39 29 48 28 2A
Octal 205 226 101 13 0 71 51 110 50 52
Binary 10000101 10010110 1000001 1011 0 111001 101001 1001000 101000 101010

Color Harmonies of #859641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859641

Black with #859641

Text Example


Text Example

White with #859641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859641; }

 p { color: rgb(133,150,65); }

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

background-color css

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

 a { background-color: rgb(133,150,65); }

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

border-color css

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

 span { border-color: rgb(133,150,65); }

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