Html Css Color HEX #768242 Wasabi

📋 copy color: '#768242'

red 118 ◦ green 130 ◦ blue 66

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

Shades of Wasabi #768242

Tints of Wasabi #768242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 37.58%
G = 41.4%
B = 21.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#768242 (or 0x768242) is known color: Wasabi. HEX triplet: 76, 82 and 42. RGB value is (118,130,66). Sum of RGB (Red+Green+Blue) = 118+130+66=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #768242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768242 is #897DBD. Grayscale: #777777. Windows color (decimal): -9010622 or 4358774. OLE color: 4358774.

HSL color Cylindrical-coordinate representation of color #768242: hue angle of 71.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #768242 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 66 -
CMYK 0.09 0 0.49 0.49
HSL 71.25º 0.33% 0.38% -
HSV(B) 71.25º 0.49% 0.51% -
XYZ 16.44 20.21 8.19 -
YUV 119.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 118 130 66 0.09 0 0.49 0.49 71.25 0.33 0.38
Hex 76 82 42 9 0 31 31 47 21 26
Octal 166 202 102 11 0 61 61 107 41 46
Binary 1110110 10000010 1000010 1001 0 110001 110001 1000111 100001 100110

Color Harmonies of #768242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768242

Black with #768242

Text Example


Text Example

White with #768242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768242; }

 p { color: rgb(118,130,66); }

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

background-color css

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

 a { background-color: rgb(118,130,66); }

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

border-color css

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

 span { border-color: rgb(118,130,66); }

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