Html Css Color HEX #748138 Wasabi

📋 copy color: '#748138'

red 116 ◦ green 129 ◦ blue 56

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

Shades of Wasabi #748138

Tints of Wasabi #748138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 38.54%
G = 42.86%
B = 18.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#748138 (or 0x748138) is known color: Wasabi. HEX triplet: 74, 81 and 38. RGB value is (116,129,56). Sum of RGB (Red+Green+Blue) = 116+129+56=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #748138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748138 is #8B7EC7. Grayscale: #757575. Windows color (decimal): -9141960 or 3703156. OLE color: 3703156.

HSL color Cylindrical-coordinate representation of color #748138: hue angle of 70.68º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #748138 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 56 -
CMYK 0.10 0 0.57 0.49
HSL 70.68º 0.39% 0.36% -
HSV(B) 70.68º 0.57% 0.51% -
XYZ 15.77 19.7 6.71 -
YUV 116.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 116 129 56 0.10 0 0.57 0.49 70.68 0.39 0.36
Hex 74 81 38 A 0 39 31 47 27 24
Octal 164 201 70 12 0 71 61 107 47 44
Binary 1110100 10000001 111000 1010 0 111001 110001 1000111 100111 100100

Color Harmonies of #748138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748138

Black with #748138

Text Example


Text Example

White with #748138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748138; }

 p { color: rgb(116,129,56); }

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

background-color css

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

 a { background-color: rgb(116,129,56); }

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

border-color css

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

 span { border-color: rgb(116,129,56); }

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