Html Css Color HEX #768A3D Wasabi

📋 copy color: '#768A3D'

red 118 ◦ green 138 ◦ blue 61

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

Shades of Wasabi #768A3D

Tints of Wasabi #768A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.53%

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

R = 37.22%
G = 43.53%
B = 19.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#768A3D (or 0x768A3D) is known color: Wasabi. HEX triplet: 76, 8A and 3D. RGB value is (118,138,61). Sum of RGB (Red+Green+Blue) = 118+138+61=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #768A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A3D is #8975C2. Grayscale: #7B7B7B. Windows color (decimal): -9008579 or 4033142. OLE color: 4033142.

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

Color convert

RGB 118 138 61 -
CMYK 0.14 0 0.56 0.46
HSL 75.58º 0.39% 0.39% -
HSV(B) 75.58º 0.56% 0.54% -
XYZ 17.4 22.37 7.81 -
YUV 123.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 118 138 61 0.14 0 0.56 0.46 75.58 0.39 0.39
Hex 76 8A 3D E 0 38 2E 4C 27 27
Octal 166 212 75 16 0 70 56 114 47 47
Binary 1110110 10001010 111101 1110 0 111000 101110 1001100 100111 100111

Color Harmonies of #768A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A3D

Black with #768A3D

Text Example


Text Example

White with #768A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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