Html Css Color HEX #768B31 Wasabi

📋 copy color: '#768B31'

red 118 ◦ green 139 ◦ blue 49

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

Shades of Wasabi #768B31

Tints of Wasabi #768B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 38.56%
G = 45.42%
B = 16.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#768B31 (or 0x768B31) is known color: Wasabi. HEX triplet: 76, 8B and 31. RGB value is (118,139,49). Sum of RGB (Red+Green+Blue) = 118+139+49=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #768B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B31 is #8974CE. Grayscale: #7A7A7A. Windows color (decimal): -9008335 or 3246966. OLE color: 3246966.

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

Color convert

RGB 118 139 49 -
CMYK 0.15 0 0.65 0.45
HSL 74º 0.48% 0.37% -
HSV(B) 74º 0.65% 0.55% -
XYZ 17.26 22.54 6.35 -
YUV 122.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 118 139 49 0.15 0 0.65 0.45 74 0.48 0.37
Hex 76 8B 31 F 0 41 2D 4A 30 25
Octal 166 213 61 17 0 101 55 112 60 45
Binary 1110110 10001011 110001 1111 0 1000001 101101 1001010 110000 100101

Color Harmonies of #768B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B31

Black with #768B31

Text Example


Text Example

White with #768B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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