Html Css Color HEX #768542 Wasabi

📋 copy color: '#768542'

red 118 ◦ green 133 ◦ blue 66

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

Shades of Wasabi #768542

Tints of Wasabi #768542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 37.22%
G = 41.96%
B = 20.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#768542 (or 0x768542) is known color: Wasabi. HEX triplet: 76, 85 and 42. RGB value is (118,133,66). Sum of RGB (Red+Green+Blue) = 118+133+66=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #768542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768542 is #897ABD. Grayscale: #797979. Windows color (decimal): -9009854 or 4359542. OLE color: 4359542.

HSL color Cylindrical-coordinate representation of color #768542: hue angle of 73.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768542 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 66 -
CMYK 0.11 0 0.50 0.48
HSL 73.43º 0.34% 0.39% -
HSV(B) 73.43º 0.5% 0.52% -
XYZ 16.84 21.02 8.32 -
YUV 120.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 118 133 66 0.11 0 0.50 0.48 73.43 0.34 0.39
Hex 76 85 42 B 0 32 30 49 22 27
Octal 166 205 102 13 0 62 60 111 42 47
Binary 1110110 10000101 1000010 1011 0 110010 110000 1001001 100010 100111

Color Harmonies of #768542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768542

Black with #768542

Text Example


Text Example

White with #768542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768542; }

 p { color: rgb(118,133,66); }

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

background-color css

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

 a { background-color: rgb(118,133,66); }

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

border-color css

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

 span { border-color: rgb(118,133,66); }

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