Html Css Color HEX #748136 Wasabi

📋 copy color: '#748136'

red 116 ◦ green 129 ◦ blue 54

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

Shades of Wasabi #748136

Tints of Wasabi #748136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 38.8%
G = 43.14%
B = 18.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#748136 (or 0x748136) is known color: Wasabi. HEX triplet: 74, 81 and 36. RGB value is (116,129,54). Sum of RGB (Red+Green+Blue) = 116+129+54=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #748136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748136 is #8B7EC9. Grayscale: #747474. Windows color (decimal): -9141962 or 3572084. OLE color: 3572084.

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

Color convert

RGB 116 129 54 -
CMYK 0.10 0 0.58 0.49
HSL 70.4º 0.41% 0.36% -
HSV(B) 70.4º 0.58% 0.51% -
XYZ 15.72 19.68 6.46 -
YUV 116.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 116 129 54 0.10 0 0.58 0.49 70.4 0.41 0.36
Hex 74 81 36 A 0 3A 31 46 29 24
Octal 164 201 66 12 0 72 61 106 51 44
Binary 1110100 10000001 110110 1010 0 111010 110001 1000110 101001 100100

Color Harmonies of #748136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748136

Black with #748136

Text Example


Text Example

White with #748136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748136; }

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

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

background-color css

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

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

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

border-color css

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

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

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