Html Css Color HEX #748946 Wasabi

📋 copy color: '#748946'

red 116 ◦ green 137 ◦ blue 70

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

Shades of Wasabi #748946

Tints of Wasabi #748946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 35.91%
G = 42.41%
B = 21.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#748946 (or 0x748946) is known color: Wasabi. HEX triplet: 74, 89 and 46. RGB value is (116,137,70). Sum of RGB (Red+Green+Blue) = 116+137+70=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #748946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748946 is #8B76B9. Grayscale: #7B7B7B. Windows color (decimal): -9139898 or 4622708. OLE color: 4622708.

HSL color Cylindrical-coordinate representation of color #748946: hue angle of 78.81º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748946 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 70 -
CMYK 0.15 0 0.49 0.46
HSL 78.81º 0.32% 0.41% -
HSV(B) 78.81º 0.49% 0.54% -
XYZ 17.25 22.05 9.14 -
YUV 123.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 116 137 70 0.15 0 0.49 0.46 78.81 0.32 0.41
Hex 74 89 46 F 0 31 2E 4F 20 29
Octal 164 211 106 17 0 61 56 117 40 51
Binary 1110100 10001001 1000110 1111 0 110001 101110 1001111 100000 101001

Color Harmonies of #748946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748946

Black with #748946

Text Example


Text Example

White with #748946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748946; }

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

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

background-color css

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

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

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

border-color css

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

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

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