Html Css Color HEX #748139 Wasabi

📋 copy color: '#748139'

red 116 ◦ green 129 ◦ blue 57

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

Shades of Wasabi #748139

Tints of Wasabi #748139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 38.41%
G = 42.72%
B = 18.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#748139 (or 0x748139) is known color: Wasabi. HEX triplet: 74, 81 and 39. RGB value is (116,129,57). Sum of RGB (Red+Green+Blue) = 116+129+57=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #748139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748139 is #8B7EC6. Grayscale: #757575. Windows color (decimal): -9141959 or 3768692. OLE color: 3768692.

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

Color convert

RGB 116 129 57 -
CMYK 0.10 0 0.56 0.49
HSL 70.83º 0.39% 0.36% -
HSV(B) 70.83º 0.56% 0.51% -
XYZ 15.79 19.71 6.84 -
YUV 116.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 116 129 57 0.10 0 0.56 0.49 70.83 0.39 0.36
Hex 74 81 39 A 0 38 31 47 27 24
Octal 164 201 71 12 0 70 61 107 47 44
Binary 1110100 10000001 111001 1010 0 111000 110001 1000111 100111 100100

Color Harmonies of #748139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748139

Black with #748139

Text Example


Text Example

White with #748139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748139; }

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

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

background-color css

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

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

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

border-color css

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

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

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