Html Css Color HEX #768B42 Wasabi

📋 copy color: '#768B42'

red 118 ◦ green 139 ◦ blue 66

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

Shades of Wasabi #768B42

Tints of Wasabi #768B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 36.53%
G = 43.03%
B = 20.43%

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

#768B42 (or 0x768B42) is known color: Wasabi. HEX triplet: 76, 8B and 42. RGB value is (118,139,66). Sum of RGB (Red+Green+Blue) = 118+139+66=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #768B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B42 is #8974BD. Grayscale: #7C7C7C. Windows color (decimal): -9008318 or 4361078. OLE color: 4361078.

HSL color Cylindrical-coordinate representation of color #768B42: hue angle of 77.26º 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 #768B42 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 66 -
CMYK 0.15 0 0.53 0.45
HSL 77.26º 0.36% 0.4% -
HSV(B) 77.26º 0.53% 0.55% -
XYZ 17.69 22.71 8.61 -
YUV 124.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 118 139 66 0.15 0 0.53 0.45 77.26 0.36 0.4
Hex 76 8B 42 F 0 35 2D 4D 24 28
Octal 166 213 102 17 0 65 55 115 44 50
Binary 1110110 10001011 1000010 1111 0 110101 101101 1001101 100100 101000

Color Harmonies of #768B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B42

Black with #768B42

Text Example


Text Example

White with #768B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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