Html Css Color HEX #768D49 Wasabi

📋 copy color: '#768D49'

red 118 ◦ green 141 ◦ blue 73

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

Shades of Wasabi #768D49

Tints of Wasabi #768D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.47%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 35.54%
G = 42.47%
B = 21.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#768D49 (or 0x768D49) is known color: Wasabi. HEX triplet: 76, 8D and 49. RGB value is (118,141,73). Sum of RGB (Red+Green+Blue) = 118+141+73=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #768D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D49 is #8972B6. Grayscale: #7E7E7E. Windows color (decimal): -9007799 or 4820342. OLE color: 4820342.

HSL color Cylindrical-coordinate representation of color #768D49: hue angle of 80.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768D49 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 141 73 -
CMYK 0.16 0 0.48 0.45
HSL 80.29º 0.32% 0.42% -
HSV(B) 80.29º 0.48% 0.55% -
XYZ 18.2 23.38 9.86 -
YUV 126.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 118 141 73 0.16 0 0.48 0.45 80.29 0.32 0.42
Hex 76 8D 49 10 0 30 2D 50 20 2A
Octal 166 215 111 20 0 60 55 120 40 52
Binary 1110110 10001101 1001001 10000 0 110000 101101 1010000 100000 101010

Color Harmonies of #768D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D49

Black with #768D49

Text Example


Text Example

White with #768D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768D49; }

 p { color: rgb(118,141,73); }

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

background-color css

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

 a { background-color: rgb(118,141,73); }

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

border-color css

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

 span { border-color: rgb(118,141,73); }

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