Html Css Color HEX #768F47 Wasabi

📋 copy color: '#768F47'

red 118 ◦ green 143 ◦ blue 71

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

Shades of Wasabi #768F47

Tints of Wasabi #768F47

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.07%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 35.54%
G = 43.07%
B = 21.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#768F47 (or 0x768F47) is known color: Wasabi. HEX triplet: 76, 8F and 47. RGB value is (118,143,71). Sum of RGB (Red+Green+Blue) = 118+143+71=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #768F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768F47 is #8970B8. Grayscale: #7F7F7F. Windows color (decimal): -9007289 or 4689782. OLE color: 4689782.

HSL color Cylindrical-coordinate representation of color #768F47: hue angle of 80.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768F47 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 143 71 -
CMYK 0.17 0 0.50 0.44
HSL 80.83º 0.34% 0.42% -
HSV(B) 80.83º 0.5% 0.56% -
XYZ 18.43 23.95 9.61 -
YUV 127.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 118 143 71 0.17 0 0.50 0.44 80.83 0.34 0.42
Hex 76 8F 47 11 0 32 2C 51 22 2A
Octal 166 217 107 21 0 62 54 121 42 52
Binary 1110110 10001111 1000111 10001 0 110010 101100 1010001 100010 101010

Color Harmonies of #768F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F47

Black with #768F47

Text Example


Text Example

White with #768F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,71); }

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

background-color css

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

 a { background-color: rgb(118,143,71); }

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

border-color css

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

 span { border-color: rgb(118,143,71); }

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