Html Css Color HEX #768B41 Wasabi

📋 copy color: '#768B41'

red 118 ◦ green 139 ◦ blue 65

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

Shades of Wasabi #768B41

Tints of Wasabi #768B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 36.65%
G = 43.17%
B = 20.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#768B41 (or 0x768B41) is known color: Wasabi. HEX triplet: 76, 8B and 41. RGB value is (118,139,65). Sum of RGB (Red+Green+Blue) = 118+139+65=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #768B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B41 is #8974BE. Grayscale: #7C7C7C. Windows color (decimal): -9008319 or 4295542. OLE color: 4295542.

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

Color convert

RGB 118 139 65 -
CMYK 0.15 0 0.53 0.45
HSL 77.03º 0.36% 0.4% -
HSV(B) 77.03º 0.53% 0.55% -
XYZ 17.66 22.7 8.45 -
YUV 124.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 118 139 65 0.15 0 0.53 0.45 77.03 0.36 0.4
Hex 76 8B 41 F 0 35 2D 4D 24 28
Octal 166 213 101 17 0 65 55 115 44 50
Binary 1110110 10001011 1000001 1111 0 110101 101101 1001101 100100 101000

Color Harmonies of #768B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B41

Black with #768B41

Text Example


Text Example

White with #768B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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