Html Css Color HEX #758241 Wasabi

📋 copy color: '#758241'

red 117 ◦ green 130 ◦ blue 65

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

Shades of Wasabi #758241

Tints of Wasabi #758241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 37.5%
G = 41.67%
B = 20.83%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#758241 (or 0x758241) is known color: Wasabi. HEX triplet: 75, 82 and 41. RGB value is (117,130,65). Sum of RGB (Red+Green+Blue) = 117+130+65=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #758241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758241 is #8A7DBE. Grayscale: #767676. Windows color (decimal): -9076159 or 4293237. OLE color: 4293237.

HSL color Cylindrical-coordinate representation of color #758241: hue angle of 72º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758241 is Cyan = 0.1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 65 -
CMYK 0.1 0 0.50 0.49
HSL 72º 0.33% 0.38% -
HSV(B) 72º 0.5% 0.51% -
XYZ 16.27 20.13 8.03 -
YUV 118.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 117 130 65 0.1 0 0.50 0.49 72 0.33 0.38
Hex 75 82 41 A 0 32 31 48 21 26
Octal 165 202 101 12 0 62 61 110 41 46
Binary 1110101 10000010 1000001 1010 0 110010 110001 1001000 100001 100110

Color Harmonies of #758241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758241

Black with #758241

Text Example


Text Example

White with #758241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758241; }

 p { color: rgb(117,130,65); }

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

background-color css

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

 a { background-color: rgb(117,130,65); }

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

border-color css

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

 span { border-color: rgb(117,130,65); }

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