Html Css Color HEX #768641 Wasabi

📋 copy color: '#768641'

red 118 ◦ green 134 ◦ blue 65

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

Shades of Wasabi #768641

Tints of Wasabi #768641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

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

R = 37.22%
G = 42.27%
B = 20.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#768641 (or 0x768641) is known color: Wasabi. HEX triplet: 76, 86 and 41. RGB value is (118,134,65). Sum of RGB (Red+Green+Blue) = 118+134+65=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #768641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768641 is #8979BE. Grayscale: #797979. Windows color (decimal): -9009599 or 4294262. OLE color: 4294262.

HSL color Cylindrical-coordinate representation of color #768641: hue angle of 73.91º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #768641 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 65 -
CMYK 0.12 0 0.51 0.47
HSL 73.91º 0.35% 0.39% -
HSV(B) 73.91º 0.51% 0.53% -
XYZ 16.95 21.28 8.22 -
YUV 121.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 118 134 65 0.12 0 0.51 0.47 73.91 0.35 0.39
Hex 76 86 41 C 0 33 2F 4A 23 27
Octal 166 206 101 14 0 63 57 112 43 47
Binary 1110110 10000110 1000001 1100 0 110011 101111 1001010 100011 100111

Color Harmonies of #768641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768641

Black with #768641

Text Example


Text Example

White with #768641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768641; }

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

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

background-color css

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

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

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

border-color css

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

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

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