Html Css Color HEX #768A39 Wasabi

📋 copy color: '#768A39'

red 118 ◦ green 138 ◦ blue 57

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

Shades of Wasabi #768A39

Tints of Wasabi #768A39

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 37.7%
G = 44.09%
B = 18.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#768A39 (or 0x768A39) is known color: Wasabi. HEX triplet: 76, 8A and 39. RGB value is (118,138,57). Sum of RGB (Red+Green+Blue) = 118+138+57=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #768A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A39 is #8975C6. Grayscale: #7B7B7B. Windows color (decimal): -9008583 or 3770998. OLE color: 3770998.

HSL color Cylindrical-coordinate representation of color #768A39: hue angle of 74.81º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #768A39 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 138 57 -
CMYK 0.14 0 0.59 0.46
HSL 74.81º 0.42% 0.38% -
HSV(B) 74.81º 0.59% 0.54% -
XYZ 17.3 22.32 7.27 -
YUV 122.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 118 138 57 0.14 0 0.59 0.46 74.81 0.42 0.38
Hex 76 8A 39 E 0 3B 2E 4B 2A 26
Octal 166 212 71 16 0 73 56 113 52 46
Binary 1110110 10001010 111001 1110 0 111011 101110 1001011 101010 100110

Color Harmonies of #768A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A39

Black with #768A39

Text Example


Text Example

White with #768A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768A39; }

 p { color: rgb(118,138,57); }

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

background-color css

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

 a { background-color: rgb(118,138,57); }

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

border-color css

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

 span { border-color: rgb(118,138,57); }

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