#758140

Color #758140 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #758140

Tints of Wasabi #758140

Color information

#758140 (or 0x758140) is unknown color: approx 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

RGB11712964-
CMYK0.0900.500.49
HSL71.08º33.68%37.84%-
HSV(B)71.08º50.39%50.59%-
XYZ16.1119.857.83-
YUV11897.52127.29-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129640.0900.500.4971.0833.6837.84
Hex758140903231472226
Octal16520110011062611074246
Binary1110101100000011000000100101100101100011000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>