Html Css Color HEX #768339 Wasabi

📋 copy color: '#768339'

red 118 ◦ green 131 ◦ blue 57

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

Shades of Wasabi #768339

Tints of Wasabi #768339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 38.56%
G = 42.81%
B = 18.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#768339 (or 0x768339) is known color: Wasabi. HEX triplet: 76, 83 and 39. RGB value is (118,131,57). Sum of RGB (Red+Green+Blue) = 118+131+57=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #768339 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768339 is #897CC6. Grayscale: #767676. Windows color (decimal): -9010375 or 3769206. OLE color: 3769206.

HSL color Cylindrical-coordinate representation of color #768339: hue angle of 70.54º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #768339 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 57 -
CMYK 0.10 0 0.56 0.49
HSL 70.54º 0.39% 0.37% -
HSV(B) 70.54º 0.56% 0.51% -
XYZ 16.33 20.38 6.94 -
YUV 118.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 118 131 57 0.10 0 0.56 0.49 70.54 0.39 0.37
Hex 76 83 39 A 0 38 31 47 27 25
Octal 166 203 71 12 0 70 61 107 47 45
Binary 1110110 10000011 111001 1010 0 111000 110001 1000111 100111 100101

Color Harmonies of #768339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768339

Black with #768339

Text Example


Text Example

White with #768339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768339; }

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

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

background-color css

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

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

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

border-color css

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

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

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