Html Css Color HEX #768C41 Wasabi

📋 copy color: '#768C41'

red 118 ◦ green 140 ◦ blue 65

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

Shades of Wasabi #768C41

Tints of Wasabi #768C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

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

R = 36.53%
G = 43.34%
B = 20.12%

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

#768C41 (or 0x768C41) is known color: Wasabi. HEX triplet: 76, 8C and 41. RGB value is (118,140,65). Sum of RGB (Red+Green+Blue) = 118+140+65=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #768C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768C41 is #8973BE. Grayscale: #7D7D7D. Windows color (decimal): -9008063 or 4295798. OLE color: 4295798.

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

Color convert

RGB 118 140 65 -
CMYK 0.16 0 0.54 0.45
HSL 77.6º 0.37% 0.4% -
HSV(B) 77.6º 0.54% 0.55% -
XYZ 17.8 22.99 8.5 -
YUV 124.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 118 140 65 0.16 0 0.54 0.45 77.6 0.37 0.4
Hex 76 8C 41 10 0 36 2D 4E 25 28
Octal 166 214 101 20 0 66 55 116 45 50
Binary 1110110 10001100 1000001 10000 0 110110 101101 1001110 100101 101000

Color Harmonies of #768C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C41

Black with #768C41

Text Example


Text Example

White with #768C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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