Html Css Color HEX #768743 Wasabi

📋 copy color: '#768743'

red 118 ◦ green 135 ◦ blue 67

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

Shades of Wasabi #768743

Tints of Wasabi #768743

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 36.88%
G = 42.19%
B = 20.94%

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

#768743 (or 0x768743) is known color: Wasabi. HEX triplet: 76, 87 and 43. RGB value is (118,135,67). Sum of RGB (Red+Green+Blue) = 118+135+67=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #768743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768743 is #8978BC. Grayscale: #7A7A7A. Windows color (decimal): -9009341 or 4425590. OLE color: 4425590.

HSL color Cylindrical-coordinate representation of color #768743: hue angle of 75º degrees, saturation: 0.34, 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 #768743 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 67 -
CMYK 0.13 0 0.50 0.47
HSL 75º 0.34% 0.4% -
HSV(B) 75º 0.5% 0.53% -
XYZ 17.15 21.58 8.57 -
YUV 122.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 118 135 67 0.13 0 0.50 0.47 75 0.34 0.4
Hex 76 87 43 D 0 32 2F 4B 22 28
Octal 166 207 103 15 0 62 57 113 42 50
Binary 1110110 10000111 1000011 1101 0 110010 101111 1001011 100010 101000

Color Harmonies of #768743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768743

Black with #768743

Text Example


Text Example

White with #768743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768743; }

 p { color: rgb(118,135,67); }

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

background-color css

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

 a { background-color: rgb(118,135,67); }

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

border-color css

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

 span { border-color: rgb(118,135,67); }

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