Html Css Color HEX #768241 Wasabi

📋 copy color: '#768241'

red 118 ◦ green 130 ◦ blue 65

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

Shades of Wasabi #768241

Tints of Wasabi #768241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 37.7%
G = 41.53%
B = 20.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#768241 (or 0x768241) is known color: Wasabi. HEX triplet: 76, 82 and 41. RGB value is (118,130,65). Sum of RGB (Red+Green+Blue) = 118+130+65=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #768241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768241 is #897DBE. Grayscale: #777777. Windows color (decimal): -9010623 or 4293238. OLE color: 4293238.

HSL color Cylindrical-coordinate representation of color #768241: hue angle of 71.08º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768241 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 65 -
CMYK 0.09 0 0.50 0.49
HSL 71.08º 0.33% 0.38% -
HSV(B) 71.08º 0.5% 0.51% -
XYZ 16.41 20.2 8.03 -
YUV 119 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 118 130 65 0.09 0 0.50 0.49 71.08 0.33 0.38
Hex 76 82 41 9 0 32 31 47 21 26
Octal 166 202 101 11 0 62 61 107 41 46
Binary 1110110 10000010 1000001 1001 0 110010 110001 1000111 100001 100110

Color Harmonies of #768241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768241

Black with #768241

Text Example


Text Example

White with #768241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768241; }

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

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

background-color css

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

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

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

border-color css

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

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

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