Html Css Color HEX #758C49 Wasabi

📋 copy color: '#758C49'

red 117 ◦ green 140 ◦ blue 73

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

Shades of Wasabi #758C49

Tints of Wasabi #758C49

RGB

 RED value IS 117 (46.09% from 255) = 35.45%

 GREEN value IS 140 (55.08% from 255) = 42.42%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 35.45%
G = 42.42%
B = 22.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#758C49 (or 0x758C49) is known color: Wasabi. HEX triplet: 75, 8C and 49. RGB value is (117,140,73). Sum of RGB (Red+Green+Blue) = 117+140+73=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #758C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C49 is #8A73B6. Grayscale: #7D7D7D. Windows color (decimal): -9073591 or 4820085. OLE color: 4820085.

HSL color Cylindrical-coordinate representation of color #758C49: hue angle of 80.6º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758C49 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 140 73 -
CMYK 0.16 0 0.48 0.45
HSL 80.6º 0.31% 0.42% -
HSV(B) 80.6º 0.48% 0.55% -
XYZ 17.92 23.02 9.8 -
YUV 125.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 117 140 73 0.16 0 0.48 0.45 80.6 0.31 0.42
Hex 75 8C 49 10 0 30 2D 51 1F 2A
Octal 165 214 111 20 0 60 55 121 37 52
Binary 1110101 10001100 1001001 10000 0 110000 101101 1010001 11111 101010

Color Harmonies of #758C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C49

Black with #758C49

Text Example


Text Example

White with #758C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758C49; }

 p { color: rgb(117,140,73); }

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

background-color css

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

 a { background-color: rgb(117,140,73); }

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

border-color css

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

 span { border-color: rgb(117,140,73); }

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