Html Css Color HEX #768740 Wasabi

📋 copy color: '#768740'

red 118 ◦ green 135 ◦ blue 64

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

Shades of Wasabi #768740

Tints of Wasabi #768740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 37.22%
G = 42.59%
B = 20.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#768740 (or 0x768740) is known color: Wasabi. HEX triplet: 76, 87 and 40. RGB value is (118,135,64). Sum of RGB (Red+Green+Blue) = 118+135+64=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #768740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768740 is #8978BF. Grayscale: #7A7A7A. Windows color (decimal): -9009344 or 4228982. OLE color: 4228982.

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

Color convert

RGB 118 135 64 -
CMYK 0.13 0 0.53 0.47
HSL 74.37º 0.36% 0.39% -
HSV(B) 74.37º 0.53% 0.53% -
XYZ 17.06 21.55 8.11 -
YUV 121.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 118 135 64 0.13 0 0.53 0.47 74.37 0.36 0.39
Hex 76 87 40 D 0 35 2F 4A 24 27
Octal 166 207 100 15 0 65 57 112 44 47
Binary 1110110 10000111 1000000 1101 0 110101 101111 1001010 100100 100111

Color Harmonies of #768740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768740

Black with #768740

Text Example


Text Example

White with #768740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768740; }

 p { color: rgb(118,135,64); }

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

background-color css

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

 a { background-color: rgb(118,135,64); }

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

border-color css

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

 span { border-color: rgb(118,135,64); }

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