Html Css Color HEX #768338 Wasabi

📋 copy color: '#768338'

red 118 ◦ green 131 ◦ blue 56

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

Shades of Wasabi #768338

Tints of Wasabi #768338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 38.69%
G = 42.95%
B = 18.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#768338 (or 0x768338) is known color: Wasabi. HEX triplet: 76, 83 and 38. RGB value is (118,131,56). Sum of RGB (Red+Green+Blue) = 118+131+56=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #768338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768338 is #897CC7. Grayscale: #767676. Windows color (decimal): -9010376 or 3703670. OLE color: 3703670.

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

Color convert

RGB 118 131 56 -
CMYK 0.10 0 0.57 0.49
HSL 70.4º 0.4% 0.37% -
HSV(B) 70.4º 0.57% 0.51% -
XYZ 16.3 20.37 6.81 -
YUV 118.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 118 131 56 0.10 0 0.57 0.49 70.4 0.4 0.37
Hex 76 83 38 A 0 39 31 46 28 25
Octal 166 203 70 12 0 71 61 106 50 45
Binary 1110110 10000011 111000 1010 0 111001 110001 1000110 101000 100101

Color Harmonies of #768338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768338

Black with #768338

Text Example


Text Example

White with #768338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768338; }

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

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

background-color css

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

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

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

border-color css

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

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

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