Html Css Color HEX #758140 Wasabi

📋 copy color: '#758140'

red 117 ◦ green 129 ◦ blue 64

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

Shades of Wasabi #758140

Tints of Wasabi #758140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 37.74%
G = 41.61%
B = 20.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#758140 (or 0x758140) is known color: Wasabi. HEX triplet: 75, 81 and 40. RGB value is (117,129,64). Sum of RGB (Red+Green+Blue) = 117+129+64=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #758140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758140 is #8A7EBF. Grayscale: #767676. Windows color (decimal): -9076416 or 4227445. OLE color: 4227445.

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

Color convert

RGB 117 129 64 -
CMYK 0.09 0 0.50 0.49
HSL 71.08º 0.34% 0.38% -
HSV(B) 71.08º 0.5% 0.51% -
XYZ 16.11 19.85 7.83 -
YUV 118 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 117 129 64 0.09 0 0.50 0.49 71.08 0.34 0.38
Hex 75 81 40 9 0 32 31 47 22 26
Octal 165 201 100 11 0 62 61 107 42 46
Binary 1110101 10000001 1000000 1001 0 110010 110001 1000111 100010 100110

Color Harmonies of #758140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758140

Black with #758140

Text Example


Text Example

White with #758140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758140; }

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

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

background-color css

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

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

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

border-color css

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

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

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