Html Css Color HEX #768437 Wasabi

📋 copy color: '#768437'

red 118 ◦ green 132 ◦ blue 55

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

Shades of Wasabi #768437

Tints of Wasabi #768437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 38.69%
G = 43.28%
B = 18.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#768437 (or 0x768437) is known color: Wasabi. HEX triplet: 76, 84 and 37. RGB value is (118,132,55). Sum of RGB (Red+Green+Blue) = 118+132+55=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #768437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768437 is #897BC8. Grayscale: #777777. Windows color (decimal): -9010121 or 3638390. OLE color: 3638390.

HSL color Cylindrical-coordinate representation of color #768437: hue angle of 70.91º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #768437 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 55 -
CMYK 0.11 0 0.58 0.48
HSL 70.91º 0.41% 0.37% -
HSV(B) 70.91º 0.58% 0.52% -
XYZ 16.41 20.63 6.73 -
YUV 119.04 91.86 127.26 -
System Red Green Blue C M Y K H S L
Decimal 118 132 55 0.11 0 0.58 0.48 70.91 0.41 0.37
Hex 76 84 37 B 0 3A 30 47 29 25
Octal 166 204 67 13 0 72 60 107 51 45
Binary 1110110 10000100 110111 1011 0 111010 110000 1000111 101001 100101

Color Harmonies of #768437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768437

Black with #768437

Text Example


Text Example

White with #768437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768437; }

 p { color: rgb(118,132,55); }

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

background-color css

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

 a { background-color: rgb(118,132,55); }

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

border-color css

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

 span { border-color: rgb(118,132,55); }

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