Html Css Color HEX #859345 Wasabi

📋 copy color: '#859345'

red 133 ◦ green 147 ◦ blue 69

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

Shades of Wasabi #859345

Tints of Wasabi #859345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 38.11%
G = 42.12%
B = 19.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#859345 (or 0x859345) is known color: Wasabi. HEX triplet: 85, 93 and 45. RGB value is (133,147,69). Sum of RGB (Red+Green+Blue) = 133+147+69=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #859345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859345 is #7A6CBA. Grayscale: #868686. Windows color (decimal): -8023227 or 4559749. OLE color: 4559749.

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

Color convert

RGB 133 147 69 -
CMYK 0.10 0 0.53 0.42
HSL 70.77º 0.36% 0.42% -
HSV(B) 70.77º 0.53% 0.58% -
XYZ 21.18 26.28 9.59 -
YUV 133.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 133 147 69 0.10 0 0.53 0.42 70.77 0.36 0.42
Hex 85 93 45 A 0 35 2A 47 24 2A
Octal 205 223 105 12 0 65 52 107 44 52
Binary 10000101 10010011 1000101 1010 0 110101 101010 1000111 100100 101010

Color Harmonies of #859345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859345

Black with #859345

Text Example


Text Example

White with #859345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859345; }

 p { color: rgb(133,147,69); }

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

background-color css

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

 a { background-color: rgb(133,147,69); }

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

border-color css

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

 span { border-color: rgb(133,147,69); }

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