Html Css Color HEX #758740 Wasabi

📋 copy color: '#758740'

red 117 ◦ green 135 ◦ blue 64

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

Shades of Wasabi #758740

Tints of Wasabi #758740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 37.03%
G = 42.72%
B = 20.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#758740 (or 0x758740) is known color: Wasabi. HEX triplet: 75, 87 and 40. RGB value is (117,135,64). Sum of RGB (Red+Green+Blue) = 117+135+64=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #758740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758740 is #8A78BF. Grayscale: #797979. Windows color (decimal): -9074880 or 4228981. OLE color: 4228981.

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

Color convert

RGB 117 135 64 -
CMYK 0.13 0 0.53 0.47
HSL 75.21º 0.36% 0.39% -
HSV(B) 75.21º 0.53% 0.53% -
XYZ 16.93 21.48 8.1 -
YUV 121.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 117 135 64 0.13 0 0.53 0.47 75.21 0.36 0.39
Hex 75 87 40 D 0 35 2F 4B 24 27
Octal 165 207 100 15 0 65 57 113 44 47
Binary 1110101 10000111 1000000 1101 0 110101 101111 1001011 100100 100111

Color Harmonies of #758740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758740

Black with #758740

Text Example


Text Example

White with #758740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758740; }

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

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

background-color css

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

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

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

border-color css

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

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

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