Html Css Color HEX #768243 Wasabi

📋 copy color: '#768243'

red 118 ◦ green 130 ◦ blue 67

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

Shades of Wasabi #768243

Tints of Wasabi #768243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 37.46%
G = 41.27%
B = 21.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#768243 (or 0x768243) is known color: Wasabi. HEX triplet: 76, 82 and 43. RGB value is (118,130,67). Sum of RGB (Red+Green+Blue) = 118+130+67=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #768243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768243 is #897DBC. Grayscale: #777777. Windows color (decimal): -9010621 or 4424310. OLE color: 4424310.

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

Color convert

RGB 118 130 67 -
CMYK 0.09 0 0.48 0.49
HSL 71.43º 0.32% 0.39% -
HSV(B) 71.43º 0.48% 0.51% -
XYZ 16.47 20.22 8.35 -
YUV 119.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 118 130 67 0.09 0 0.48 0.49 71.43 0.32 0.39
Hex 76 82 43 9 0 30 31 47 20 27
Octal 166 202 103 11 0 60 61 107 40 47
Binary 1110110 10000010 1000011 1001 0 110000 110001 1000111 100000 100111

Color Harmonies of #768243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768243

Black with #768243

Text Example


Text Example

White with #768243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768243; }

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

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

background-color css

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

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

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

border-color css

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

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

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