Html Css Color HEX #768D44 Wasabi

📋 copy color: '#768D44'

red 118 ◦ green 141 ◦ blue 68

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

Shades of Wasabi #768D44

Tints of Wasabi #768D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 36.09%
G = 43.12%
B = 20.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#768D44 (or 0x768D44) is known color: Wasabi. HEX triplet: 76, 8D and 44. RGB value is (118,141,68). Sum of RGB (Red+Green+Blue) = 118+141+68=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #768D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D44 is #8972BB. Grayscale: #7E7E7E. Windows color (decimal): -9007804 or 4492662. OLE color: 4492662.

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

Color convert

RGB 118 141 68 -
CMYK 0.16 0 0.52 0.45
HSL 78.9º 0.35% 0.41% -
HSV(B) 78.9º 0.52% 0.55% -
XYZ 18.04 23.32 9.02 -
YUV 125.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 118 141 68 0.16 0 0.52 0.45 78.9 0.35 0.41
Hex 76 8D 44 10 0 34 2D 4F 23 29
Octal 166 215 104 20 0 64 55 117 43 51
Binary 1110110 10001101 1000100 10000 0 110100 101101 1001111 100011 101001

Color Harmonies of #768D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D44

Black with #768D44

Text Example


Text Example

White with #768D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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