Html Css Color HEX #768D41 Wasabi

📋 copy color: '#768D41'

red 118 ◦ green 141 ◦ blue 65

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

Shades of Wasabi #768D41

Tints of Wasabi #768D41

RGB

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

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

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

R = 36.42%
G = 43.52%
B = 20.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#768D41 (or 0x768D41) is known color: Wasabi. HEX triplet: 76, 8D and 41. RGB value is (118,141,65). Sum of RGB (Red+Green+Blue) = 118+141+65=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #768D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D41 is #8972BE. Grayscale: #7D7D7D. Windows color (decimal): -9007807 or 4296054. OLE color: 4296054.

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

Color convert

RGB 118 141 65 -
CMYK 0.16 0 0.54 0.45
HSL 78.16º 0.37% 0.4% -
HSV(B) 78.16º 0.54% 0.55% -
XYZ 17.95 23.28 8.55 -
YUV 125.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 118 141 65 0.16 0 0.54 0.45 78.16 0.37 0.4
Hex 76 8D 41 10 0 36 2D 4E 25 28
Octal 166 215 101 20 0 66 55 116 45 50
Binary 1110110 10001101 1000001 10000 0 110110 101101 1001110 100101 101000

Color Harmonies of #768D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D41

Black with #768D41

Text Example


Text Example

White with #768D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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