Html Css Color HEX #768336 Wasabi

📋 copy color: '#768336'

red 118 ◦ green 131 ◦ blue 54

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

Shades of Wasabi #768336

Tints of Wasabi #768336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 38.94%
G = 43.23%
B = 17.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#768336 (or 0x768336) is known color: Wasabi. HEX triplet: 76, 83 and 36. RGB value is (118,131,54). Sum of RGB (Red+Green+Blue) = 118+131+54=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #768336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768336 is #897CC9. Grayscale: #767676. Windows color (decimal): -9010378 or 3572598. OLE color: 3572598.

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

Color convert

RGB 118 131 54 -
CMYK 0.10 0 0.59 0.49
HSL 70.13º 0.42% 0.36% -
HSV(B) 70.13º 0.59% 0.51% -
XYZ 16.25 20.35 6.56 -
YUV 118.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 118 131 54 0.10 0 0.59 0.49 70.13 0.42 0.36
Hex 76 83 36 A 0 3B 31 46 2A 24
Octal 166 203 66 12 0 73 61 106 52 44
Binary 1110110 10000011 110110 1010 0 111011 110001 1000110 101010 100100

Color Harmonies of #768336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768336

Black with #768336

Text Example


Text Example

White with #768336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768336; }

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

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

background-color css

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

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

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

border-color css

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

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

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