Html Css Color HEX #768D31 Wasabi

📋 copy color: '#768D31'

red 118 ◦ green 141 ◦ blue 49

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

Shades of Wasabi #768D31

Tints of Wasabi #768D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

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

R = 38.31%
G = 45.78%
B = 15.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#768D31 (or 0x768D31) is known color: Wasabi. HEX triplet: 76, 8D and 31. RGB value is (118,141,49). Sum of RGB (Red+Green+Blue) = 118+141+49=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #768D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D31 is #8972CE. Grayscale: #7B7B7B. Windows color (decimal): -9007823 or 3247478. OLE color: 3247478.

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

Color convert

RGB 118 141 49 -
CMYK 0.16 0 0.65 0.45
HSL 75º 0.48% 0.37% -
HSV(B) 75º 0.65% 0.55% -
XYZ 17.55 23.12 6.44 -
YUV 123.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 118 141 49 0.16 0 0.65 0.45 75 0.48 0.37
Hex 76 8D 31 10 0 41 2D 4B 30 25
Octal 166 215 61 20 0 101 55 113 60 45
Binary 1110110 10001101 110001 10000 0 1000001 101101 1001011 110000 100101

Color Harmonies of #768D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D31

Black with #768D31

Text Example


Text Example

White with #768D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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