Html Css Color HEX #748641 Wasabi

📋 copy color: '#748641'

red 116 ◦ green 134 ◦ blue 65

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

Shades of Wasabi #748641

Tints of Wasabi #748641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.54%

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

R = 36.83%
G = 42.54%
B = 20.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#748641 (or 0x748641) is known color: Wasabi. HEX triplet: 74, 86 and 41. RGB value is (116,134,65). Sum of RGB (Red+Green+Blue) = 116+134+65=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #748641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748641 is #8B79BE. Grayscale: #797979. Windows color (decimal): -9140671 or 4294260. OLE color: 4294260.

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

Color convert

RGB 116 134 65 -
CMYK 0.13 0 0.51 0.47
HSL 75.65º 0.35% 0.39% -
HSV(B) 75.65º 0.51% 0.53% -
XYZ 16.68 21.14 8.2 -
YUV 120.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 116 134 65 0.13 0 0.51 0.47 75.65 0.35 0.39
Hex 74 86 41 D 0 33 2F 4C 23 27
Octal 164 206 101 15 0 63 57 114 43 47
Binary 1110100 10000110 1000001 1101 0 110011 101111 1001100 100011 100111

Color Harmonies of #748641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748641

Black with #748641

Text Example


Text Example

White with #748641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748641; }

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

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

background-color css

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

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

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

border-color css

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

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

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