Html Css Color HEX #748143 Wasabi

📋 copy color: '#748143'

red 116 ◦ green 129 ◦ blue 67

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

Shades of Wasabi #748143

Tints of Wasabi #748143

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

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

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

R = 37.18%
G = 41.35%
B = 21.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#748143 (or 0x748143) is known color: Wasabi. HEX triplet: 74, 81 and 43. RGB value is (116,129,67). Sum of RGB (Red+Green+Blue) = 116+129+67=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #748143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748143 is #8B7EBC. Grayscale: #767676. Windows color (decimal): -9141949 or 4424052. OLE color: 4424052.

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

Color convert

RGB 116 129 67 -
CMYK 0.10 0 0.48 0.49
HSL 72.58º 0.32% 0.38% -
HSV(B) 72.58º 0.48% 0.51% -
XYZ 16.07 19.82 8.29 -
YUV 118.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 116 129 67 0.10 0 0.48 0.49 72.58 0.32 0.38
Hex 74 81 43 A 0 30 31 49 20 26
Octal 164 201 103 12 0 60 61 111 40 46
Binary 1110100 10000001 1000011 1010 0 110000 110001 1001001 100000 100110

Color Harmonies of #748143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748143

Black with #748143

Text Example


Text Example

White with #748143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748143; }

 p { color: rgb(116,129,67); }

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

background-color css

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

 a { background-color: rgb(116,129,67); }

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

border-color css

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

 span { border-color: rgb(116,129,67); }

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