Html Css Color HEX #768844 Wasabi

📋 copy color: '#768844'

red 118 ◦ green 136 ◦ blue 68

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

Shades of Wasabi #768844

Tints of Wasabi #768844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.24%

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

R = 36.65%
G = 42.24%
B = 21.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#768844 (or 0x768844) is known color: Wasabi. HEX triplet: 76, 88 and 44. RGB value is (118,136,68). Sum of RGB (Red+Green+Blue) = 118+136+68=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #768844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768844 is #8977BB. Grayscale: #7B7B7B. Windows color (decimal): -9009084 or 4491382. OLE color: 4491382.

HSL color Cylindrical-coordinate representation of color #768844: hue angle of 75.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768844 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 68 -
CMYK 0.13 0 0.50 0.47
HSL 75.88º 0.33% 0.4% -
HSV(B) 75.88º 0.5% 0.53% -
XYZ 17.32 21.88 8.78 -
YUV 122.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 118 136 68 0.13 0 0.50 0.47 75.88 0.33 0.4
Hex 76 88 44 D 0 32 2F 4C 21 28
Octal 166 210 104 15 0 62 57 114 41 50
Binary 1110110 10001000 1000100 1101 0 110010 101111 1001100 100001 101000

Color Harmonies of #768844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768844

Black with #768844

Text Example


Text Example

White with #768844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768844; }

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

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

background-color css

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

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

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

border-color css

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

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

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