Html Css Color HEX #768436 Wasabi

📋 copy color: '#768436'

red 118 ◦ green 132 ◦ blue 54

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

Shades of Wasabi #768436

Tints of Wasabi #768436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

 BLUE value IS 54 (21.48% from 255) = 17.76%

R = 38.82%
G = 43.42%
B = 17.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#768436 (or 0x768436) is known color: Wasabi. HEX triplet: 76, 84 and 36. RGB value is (118,132,54). Sum of RGB (Red+Green+Blue) = 118+132+54=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #768436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768436 is #897BC9. Grayscale: #777777. Windows color (decimal): -9010122 or 3572854. OLE color: 3572854.

HSL color Cylindrical-coordinate representation of color #768436: hue angle of 70.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #768436 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 54 -
CMYK 0.11 0 0.59 0.48
HSL 70.77º 0.42% 0.36% -
HSV(B) 70.77º 0.59% 0.52% -
XYZ 16.39 20.62 6.61 -
YUV 118.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 118 132 54 0.11 0 0.59 0.48 70.77 0.42 0.36
Hex 76 84 36 B 0 3B 30 47 2A 24
Octal 166 204 66 13 0 73 60 107 52 44
Binary 1110110 10000100 110110 1011 0 111011 110000 1000111 101010 100100

Color Harmonies of #768436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768436

Black with #768436

Text Example


Text Example

White with #768436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768436; }

 p { color: rgb(118,132,54); }

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

background-color css

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

 a { background-color: rgb(118,132,54); }

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

border-color css

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

 span { border-color: rgb(118,132,54); }

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