Html Css Color HEX #748B46 Wasabi

📋 copy color: '#748B46'

red 116 ◦ green 139 ◦ blue 70

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

Shades of Wasabi #748B46

Tints of Wasabi #748B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

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

R = 35.69%
G = 42.77%
B = 21.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#748B46 (or 0x748B46) is known color: Wasabi. HEX triplet: 74, 8B and 46. RGB value is (116,139,70). Sum of RGB (Red+Green+Blue) = 116+139+70=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #748B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B46 is #8B74B9. Grayscale: #7C7C7C. Windows color (decimal): -9139386 or 4623220. OLE color: 4623220.

HSL color Cylindrical-coordinate representation of color #748B46: hue angle of 80º degrees, saturation: 0.33, 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 #748B46 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 70 -
CMYK 0.17 0 0.50 0.45
HSL 80º 0.33% 0.41% -
HSV(B) 80º 0.5% 0.55% -
XYZ 17.54 22.62 9.24 -
YUV 124.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 116 139 70 0.17 0 0.50 0.45 80 0.33 0.41
Hex 74 8B 46 11 0 32 2D 50 21 29
Octal 164 213 106 21 0 62 55 120 41 51
Binary 1110100 10001011 1000110 10001 0 110010 101101 1010000 100001 101001

Color Harmonies of #748B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B46

Black with #748B46

Text Example


Text Example

White with #748B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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