Html Css Color HEX #768B3D Wasabi

📋 copy color: '#768B3D'

red 118 ◦ green 139 ◦ blue 61

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

Shades of Wasabi #768B3D

Tints of Wasabi #768B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.71%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 37.11%
G = 43.71%
B = 19.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#768B3D (or 0x768B3D) is known color: Wasabi. HEX triplet: 76, 8B and 3D. RGB value is (118,139,61). Sum of RGB (Red+Green+Blue) = 118+139+61=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #768B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B3D is #8974C2. Grayscale: #7C7C7C. Windows color (decimal): -9008323 or 4033398. OLE color: 4033398.

HSL color Cylindrical-coordinate representation of color #768B3D: hue angle of 76.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #768B3D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 61 -
CMYK 0.15 0 0.56 0.45
HSL 76.15º 0.39% 0.39% -
HSV(B) 76.15º 0.56% 0.55% -
XYZ 17.55 22.65 7.86 -
YUV 123.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 118 139 61 0.15 0 0.56 0.45 76.15 0.39 0.39
Hex 76 8B 3D F 0 38 2D 4C 27 27
Octal 166 213 75 17 0 70 55 114 47 47
Binary 1110110 10001011 111101 1111 0 111000 101101 1001100 100111 100111

Color Harmonies of #768B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B3D

Black with #768B3D

Text Example


Text Example

White with #768B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,139,61); }

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

background-color css

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

 a { background-color: rgb(118,139,61); }

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

border-color css

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

 span { border-color: rgb(118,139,61); }

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