Html Css Color HEX #768345 Wasabi

📋 copy color: '#768345'

red 118 ◦ green 131 ◦ blue 69

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

Shades of Wasabi #768345

Tints of Wasabi #768345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 37.11%
G = 41.19%
B = 21.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#768345 (or 0x768345) is known color: Wasabi. HEX triplet: 76, 83 and 45. RGB value is (118,131,69). Sum of RGB (Red+Green+Blue) = 118+131+69=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #768345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768345 is #897CBA. Grayscale: #787878. Windows color (decimal): -9010363 or 4555638. OLE color: 4555638.

HSL color Cylindrical-coordinate representation of color #768345: hue angle of 72.58º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768345 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 69 -
CMYK 0.10 0 0.47 0.49
HSL 72.58º 0.31% 0.39% -
HSV(B) 72.58º 0.47% 0.51% -
XYZ 16.66 20.51 8.71 -
YUV 120.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 118 131 69 0.10 0 0.47 0.49 72.58 0.31 0.39
Hex 76 83 45 A 0 2F 31 49 1F 27
Octal 166 203 105 12 0 57 61 111 37 47
Binary 1110110 10000011 1000101 1010 0 101111 110001 1001001 11111 100111

Color Harmonies of #768345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768345

Black with #768345

Text Example


Text Example

White with #768345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768345; }

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

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

background-color css

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

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

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

border-color css

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

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

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