Html Css Color HEX #768934 Wasabi

📋 copy color: '#768934'

red 118 ◦ green 137 ◦ blue 52

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

Shades of Wasabi #768934

Tints of Wasabi #768934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 38.44%
G = 44.63%
B = 16.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#768934 (or 0x768934) is known color: Wasabi. HEX triplet: 76, 89 and 34. RGB value is (118,137,52). Sum of RGB (Red+Green+Blue) = 118+137+52=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #768934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768934 is #8976CB. Grayscale: #797979. Windows color (decimal): -9008844 or 3443062. OLE color: 3443062.

HSL color Cylindrical-coordinate representation of color #768934: hue angle of 73.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #768934 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 52 -
CMYK 0.14 0 0.62 0.46
HSL 73.41º 0.45% 0.37% -
HSV(B) 73.41º 0.62% 0.54% -
XYZ 17.04 21.99 6.6 -
YUV 121.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 118 137 52 0.14 0 0.62 0.46 73.41 0.45 0.37
Hex 76 89 34 E 0 3E 2E 49 2D 25
Octal 166 211 64 16 0 76 56 111 55 45
Binary 1110110 10001001 110100 1110 0 111110 101110 1001001 101101 100101

Color Harmonies of #768934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768934

Black with #768934

Text Example


Text Example

White with #768934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768934; }

 p { color: rgb(118,137,52); }

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

background-color css

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

 a { background-color: rgb(118,137,52); }

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

border-color css

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

 span { border-color: rgb(118,137,52); }

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