Html Css Color HEX #768142 Wasabi

📋 copy color: '#768142'

red 118 ◦ green 129 ◦ blue 66

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

Shades of Wasabi #768142

Tints of Wasabi #768142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 37.7%
G = 41.21%
B = 21.09%

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

#768142 (or 0x768142) is known color: Wasabi. HEX triplet: 76, 81 and 42. RGB value is (118,129,66). Sum of RGB (Red+Green+Blue) = 118+129+66=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #768142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768142 is #897EBD. Grayscale: #767676. Windows color (decimal): -9010878 or 4358518. OLE color: 4358518.

HSL color Cylindrical-coordinate representation of color #768142: hue angle of 70.48º degrees, saturation: 0.32, 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 #768142 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 66 -
CMYK 0.09 0 0.49 0.49
HSL 70.48º 0.32% 0.38% -
HSV(B) 70.48º 0.49% 0.51% -
XYZ 16.3 19.95 8.14 -
YUV 118.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 118 129 66 0.09 0 0.49 0.49 70.48 0.32 0.38
Hex 76 81 42 9 0 31 31 46 20 26
Octal 166 201 102 11 0 61 61 106 40 46
Binary 1110110 10000001 1000010 1001 0 110001 110001 1000110 100000 100110

Color Harmonies of #768142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768142

Black with #768142

Text Example


Text Example

White with #768142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768142; }

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

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

background-color css

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

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

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

border-color css

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

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

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