Html Css Color HEX #748141 Wasabi

📋 copy color: '#748141'

red 116 ◦ green 129 ◦ blue 65

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

Shades of Wasabi #748141

Tints of Wasabi #748141

RGB

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

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

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

R = 37.42%
G = 41.61%
B = 20.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#748141 (or 0x748141) is known color: Wasabi. HEX triplet: 74, 81 and 41. RGB value is (116,129,65). Sum of RGB (Red+Green+Blue) = 116+129+65=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #748141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748141 is #8B7EBE. Grayscale: #767676. Windows color (decimal): -9141951 or 4292980. OLE color: 4292980.

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

Color convert

RGB 116 129 65 -
CMYK 0.10 0 0.50 0.49
HSL 72.19º 0.33% 0.38% -
HSV(B) 72.19º 0.5% 0.51% -
XYZ 16.01 19.8 7.98 -
YUV 117.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 116 129 65 0.10 0 0.50 0.49 72.19 0.33 0.38
Hex 74 81 41 A 0 32 31 48 21 26
Octal 164 201 101 12 0 62 61 110 41 46
Binary 1110100 10000001 1000001 1010 0 110010 110001 1001000 100001 100110

Color Harmonies of #748141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748141

Black with #748141

Text Example


Text Example

White with #748141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748141; }

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

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

background-color css

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

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

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

border-color css

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

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

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