Html Css Color HEX #758341 Wasabi

📋 copy color: '#758341'

red 117 ◦ green 131 ◦ blue 65

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

Shades of Wasabi #758341

Tints of Wasabi #758341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

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

R = 37.38%
G = 41.85%
B = 20.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#758341 (or 0x758341) is known color: Wasabi. HEX triplet: 75, 83 and 41. RGB value is (117,131,65). Sum of RGB (Red+Green+Blue) = 117+131+65=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #758341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758341 is #8A7CBE. Grayscale: #777777. Windows color (decimal): -9075903 or 4293493. OLE color: 4293493.

HSL color Cylindrical-coordinate representation of color #758341: hue angle of 72.73º degrees, saturation: 0.34, 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 #758341 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 65 -
CMYK 0.11 0 0.50 0.49
HSL 72.73º 0.34% 0.38% -
HSV(B) 72.73º 0.5% 0.51% -
XYZ 16.41 20.4 8.07 -
YUV 119.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 117 131 65 0.11 0 0.50 0.49 72.73 0.34 0.38
Hex 75 83 41 B 0 32 31 49 22 26
Octal 165 203 101 13 0 62 61 111 42 46
Binary 1110101 10000011 1000001 1011 0 110010 110001 1001001 100010 100110

Color Harmonies of #758341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758341

Black with #758341

Text Example


Text Example

White with #758341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758341; }

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

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

background-color css

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

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

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

border-color css

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

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

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