Html Css Color HEX #768841 Wasabi

📋 copy color: '#768841'

red 118 ◦ green 136 ◦ blue 65

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

Shades of Wasabi #768841

Tints of Wasabi #768841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 36.99%
G = 42.63%
B = 20.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#768841 (or 0x768841) is known color: Wasabi. HEX triplet: 76, 88 and 41. RGB value is (118,136,65). Sum of RGB (Red+Green+Blue) = 118+136+65=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #768841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768841 is #8977BE. Grayscale: #7A7A7A. Windows color (decimal): -9009087 or 4294774. OLE color: 4294774.

HSL color Cylindrical-coordinate representation of color #768841: hue angle of 75.21º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #768841 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 65 -
CMYK 0.13 0 0.52 0.47
HSL 75.21º 0.35% 0.39% -
HSV(B) 75.21º 0.52% 0.53% -
XYZ 17.23 21.84 8.31 -
YUV 122.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 118 136 65 0.13 0 0.52 0.47 75.21 0.35 0.39
Hex 76 88 41 D 0 34 2F 4B 23 27
Octal 166 210 101 15 0 64 57 113 43 47
Binary 1110110 10001000 1000001 1101 0 110100 101111 1001011 100011 100111

Color Harmonies of #768841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768841

Black with #768841

Text Example


Text Example

White with #768841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768841; }

 p { color: rgb(118,136,65); }

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

background-color css

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

 a { background-color: rgb(118,136,65); }

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

border-color css

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

 span { border-color: rgb(118,136,65); }

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