Html Css Color HEX #768539 Wasabi

📋 copy color: '#768539'

red 118 ◦ green 133 ◦ blue 57

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

Shades of Wasabi #768539

Tints of Wasabi #768539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 38.31%
G = 43.18%
B = 18.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#768539 (or 0x768539) is known color: Wasabi. HEX triplet: 76, 85 and 39. RGB value is (118,133,57). Sum of RGB (Red+Green+Blue) = 118+133+57=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #768539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768539 is #897AC6. Grayscale: #787878. Windows color (decimal): -9009863 or 3769718. OLE color: 3769718.

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

Color convert

RGB 118 133 57 -
CMYK 0.11 0 0.57 0.48
HSL 71.84º 0.4% 0.37% -
HSV(B) 71.84º 0.57% 0.52% -
XYZ 16.6 20.92 7.03 -
YUV 119.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 118 133 57 0.11 0 0.57 0.48 71.84 0.4 0.37
Hex 76 85 39 B 0 39 30 48 28 25
Octal 166 205 71 13 0 71 60 110 50 45
Binary 1110110 10000101 111001 1011 0 111001 110000 1001000 101000 100101

Color Harmonies of #768539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768539

Black with #768539

Text Example


Text Example

White with #768539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768539; }

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

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

background-color css

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

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

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

border-color css

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

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

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