Html Css Color HEX #748B3B Wasabi

📋 copy color: '#748B3B'

red 116 ◦ green 139 ◦ blue 59

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

Shades of Wasabi #748B3B

Tints of Wasabi #748B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 36.94%
G = 44.27%
B = 18.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#748B3B (or 0x748B3B) is known color: Wasabi. HEX triplet: 74, 8B and 3B. RGB value is (116,139,59). Sum of RGB (Red+Green+Blue) = 116+139+59=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #748B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B3B is #8B74C4. Grayscale: #7B7B7B. Windows color (decimal): -9139397 or 3902324. OLE color: 3902324.

HSL color Cylindrical-coordinate representation of color #748B3B: hue angle of 77.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #748B3B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 59 -
CMYK 0.17 0 0.58 0.45
HSL 77.25º 0.4% 0.39% -
HSV(B) 77.25º 0.58% 0.55% -
XYZ 17.22 22.49 7.57 -
YUV 123 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 116 139 59 0.17 0 0.58 0.45 77.25 0.4 0.39
Hex 74 8B 3B 11 0 3A 2D 4D 28 27
Octal 164 213 73 21 0 72 55 115 50 47
Binary 1110100 10001011 111011 10001 0 111010 101101 1001101 101000 100111

Color Harmonies of #748B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B3B

Black with #748B3B

Text Example


Text Example

White with #748B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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