Html Css Color HEX #758741 Wasabi

📋 copy color: '#758741'

red 117 ◦ green 135 ◦ blue 65

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

Shades of Wasabi #758741

Tints of Wasabi #758741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

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

R = 36.91%
G = 42.59%
B = 20.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#758741 (or 0x758741) is known color: Wasabi. HEX triplet: 75, 87 and 41. RGB value is (117,135,65). Sum of RGB (Red+Green+Blue) = 117+135+65=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #758741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758741 is #8A78BE. Grayscale: #797979. Windows color (decimal): -9074879 or 4294517. OLE color: 4294517.

HSL color Cylindrical-coordinate representation of color #758741: hue angle of 75.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #758741 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 65 -
CMYK 0.13 0 0.52 0.47
HSL 75.43º 0.35% 0.39% -
HSV(B) 75.43º 0.52% 0.53% -
XYZ 16.95 21.49 8.26 -
YUV 121.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 117 135 65 0.13 0 0.52 0.47 75.43 0.35 0.39
Hex 75 87 41 D 0 34 2F 4B 23 27
Octal 165 207 101 15 0 64 57 113 43 47
Binary 1110101 10000111 1000001 1101 0 110100 101111 1001011 100011 100111

Color Harmonies of #758741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758741

Black with #758741

Text Example


Text Example

White with #758741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758741; }

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

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

background-color css

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

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

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

border-color css

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

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

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