Html Css Color HEX #748D46 Wasabi

📋 copy color: '#748D46'

red 116 ◦ green 141 ◦ blue 70

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

Shades of Wasabi #748D46

Tints of Wasabi #748D46

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.12%

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 35.47%
G = 43.12%
B = 21.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#748D46 (or 0x748D46) is known color: Wasabi. HEX triplet: 74, 8D and 46. RGB value is (116,141,70). Sum of RGB (Red+Green+Blue) = 116+141+70=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #748D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D46 is #8B72B9. Grayscale: #7D7D7D. Windows color (decimal): -9138874 or 4623732. OLE color: 4623732.

HSL color Cylindrical-coordinate representation of color #748D46: hue angle of 81.13º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748D46 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 70 -
CMYK 0.18 0 0.50 0.45
HSL 81.13º 0.34% 0.41% -
HSV(B) 81.13º 0.5% 0.55% -
XYZ 17.83 23.2 9.33 -
YUV 125.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 116 141 70 0.18 0 0.50 0.45 81.13 0.34 0.41
Hex 74 8D 46 12 0 32 2D 51 22 29
Octal 164 215 106 22 0 62 55 121 42 51
Binary 1110100 10001101 1000110 10010 0 110010 101101 1010001 100010 101001

Color Harmonies of #748D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D46

Black with #748D46

Text Example


Text Example

White with #748D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748D46; }

 p { color: rgb(116,141,70); }

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

background-color css

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

 a { background-color: rgb(116,141,70); }

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

border-color css

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

 span { border-color: rgb(116,141,70); }

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