Html Css Color HEX #768536 Wasabi

📋 copy color: '#768536'

red 118 ◦ green 133 ◦ blue 54

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

Shades of Wasabi #768536

Tints of Wasabi #768536

RGB

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

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

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

R = 38.69%
G = 43.61%
B = 17.7%

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

#768536 (or 0x768536) is known color: Wasabi. HEX triplet: 76, 85 and 36. RGB value is (118,133,54). Sum of RGB (Red+Green+Blue) = 118+133+54=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #768536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768536 is #897AC9. Grayscale: #777777. Windows color (decimal): -9009866 or 3573110. OLE color: 3573110.

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

Color convert

RGB 118 133 54 -
CMYK 0.11 0 0.59 0.48
HSL 71.39º 0.42% 0.37% -
HSV(B) 71.39º 0.59% 0.52% -
XYZ 16.52 20.89 6.65 -
YUV 119.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 118 133 54 0.11 0 0.59 0.48 71.39 0.42 0.37
Hex 76 85 36 B 0 3B 30 47 2A 25
Octal 166 205 66 13 0 73 60 107 52 45
Binary 1110110 10000101 110110 1011 0 111011 110000 1000111 101010 100101

Color Harmonies of #768536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768536

Black with #768536

Text Example


Text Example

White with #768536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768536; }

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

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

background-color css

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

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

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

border-color css

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

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

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