Html Css Color HEX #748945 Wasabi

📋 copy color: '#748945'

red 116 ◦ green 137 ◦ blue 69

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

Shades of Wasabi #748945

Tints of Wasabi #748945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 36.02%
G = 42.55%
B = 21.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#748945 (or 0x748945) is known color: Wasabi. HEX triplet: 74, 89 and 45. RGB value is (116,137,69). Sum of RGB (Red+Green+Blue) = 116+137+69=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #748945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748945 is #8B76BA. Grayscale: #7B7B7B. Windows color (decimal): -9139899 or 4557172. OLE color: 4557172.

HSL color Cylindrical-coordinate representation of color #748945: hue angle of 78.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748945 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 69 -
CMYK 0.15 0 0.50 0.46
HSL 78.53º 0.33% 0.4% -
HSV(B) 78.53º 0.5% 0.54% -
XYZ 17.22 22.03 8.98 -
YUV 122.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 116 137 69 0.15 0 0.50 0.46 78.53 0.33 0.4
Hex 74 89 45 F 0 32 2E 4F 21 28
Octal 164 211 105 17 0 62 56 117 41 50
Binary 1110100 10001001 1000101 1111 0 110010 101110 1001111 100001 101000

Color Harmonies of #748945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748945

Black with #748945

Text Example


Text Example

White with #748945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748945; }

 p { color: rgb(116,137,69); }

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

background-color css

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

 a { background-color: rgb(116,137,69); }

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

border-color css

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

 span { border-color: rgb(116,137,69); }

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