Html Css Color HEX #748A3A Wasabi

📋 copy color: '#748A3A'

red 116 ◦ green 138 ◦ blue 58

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

Shades of Wasabi #748A3A

Tints of Wasabi #748A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.23%

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 37.18%
G = 44.23%
B = 18.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#748A3A (or 0x748A3A) is known color: Wasabi. HEX triplet: 74, 8A and 3A. RGB value is (116,138,58). Sum of RGB (Red+Green+Blue) = 116+138+58=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #748A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A3A is #8B75C5. Grayscale: #7A7A7A. Windows color (decimal): -9139654 or 3836532. OLE color: 3836532.

HSL color Cylindrical-coordinate representation of color #748A3A: hue angle of 76.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #748A3A is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 138 58 -
CMYK 0.16 0 0.58 0.46
HSL 76.5º 0.41% 0.38% -
HSV(B) 76.5º 0.58% 0.54% -
XYZ 17.05 22.2 7.39 -
YUV 122.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 116 138 58 0.16 0 0.58 0.46 76.5 0.41 0.38
Hex 74 8A 3A 10 0 3A 2E 4C 29 26
Octal 164 212 72 20 0 72 56 114 51 46
Binary 1110100 10001010 111010 10000 0 111010 101110 1001100 101001 100110

Color Harmonies of #748A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A3A

Black with #748A3A

Text Example


Text Example

White with #748A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,138,58); }

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

background-color css

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

 a { background-color: rgb(116,138,58); }

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

border-color css

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

 span { border-color: rgb(116,138,58); }

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