Html Css Color HEX #768341 Wasabi

📋 copy color: '#768341'

red 118 ◦ green 131 ◦ blue 65

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

Shades of Wasabi #768341

Tints of Wasabi #768341

RGB

 RED value IS 118 (46.48% from 255) = 37.58%

 GREEN value IS 131 (51.56% from 255) = 41.72%

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

R = 37.58%
G = 41.72%
B = 20.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#768341 (or 0x768341) is known color: Wasabi. HEX triplet: 76, 83 and 41. RGB value is (118,131,65). Sum of RGB (Red+Green+Blue) = 118+131+65=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #768341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768341 is #897CBE. Grayscale: #777777. Windows color (decimal): -9010367 or 4293494. OLE color: 4293494.

HSL color Cylindrical-coordinate representation of color #768341: hue angle of 71.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768341 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 65 -
CMYK 0.10 0 0.50 0.49
HSL 71.82º 0.34% 0.38% -
HSV(B) 71.82º 0.5% 0.51% -
XYZ 16.54 20.47 8.08 -
YUV 119.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 118 131 65 0.10 0 0.50 0.49 71.82 0.34 0.38
Hex 76 83 41 A 0 32 31 48 22 26
Octal 166 203 101 12 0 62 61 110 42 46
Binary 1110110 10000011 1000001 1010 0 110010 110001 1001000 100010 100110

Color Harmonies of #768341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768341

Black with #768341

Text Example


Text Example

White with #768341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768341; }

 p { color: rgb(118,131,65); }

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

background-color css

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

 a { background-color: rgb(118,131,65); }

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

border-color css

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

 span { border-color: rgb(118,131,65); }

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