Html Css Color HEX #768945 Wasabi

📋 copy color: '#768945'

red 118 ◦ green 137 ◦ blue 69

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

Shades of Wasabi #768945

Tints of Wasabi #768945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 36.42%
G = 42.28%
B = 21.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#768945 (or 0x768945) is known color: Wasabi. HEX triplet: 76, 89 and 45. RGB value is (118,137,69). Sum of RGB (Red+Green+Blue) = 118+137+69=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #768945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768945 is #8976BA. Grayscale: #7B7B7B. Windows color (decimal): -9008827 or 4557174. OLE color: 4557174.

HSL color Cylindrical-coordinate representation of color #768945: hue angle of 76.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768945 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 69 -
CMYK 0.14 0 0.50 0.46
HSL 76.76º 0.33% 0.4% -
HSV(B) 76.76º 0.5% 0.54% -
XYZ 17.49 22.17 8.99 -
YUV 123.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 118 137 69 0.14 0 0.50 0.46 76.76 0.33 0.4
Hex 76 89 45 E 0 32 2E 4D 21 28
Octal 166 211 105 16 0 62 56 115 41 50
Binary 1110110 10001001 1000101 1110 0 110010 101110 1001101 100001 101000

Color Harmonies of #768945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768945

Black with #768945

Text Example


Text Example

White with #768945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768945; }

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

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

background-color css

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

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

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

border-color css

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

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

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