#758949

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

Shades of Wasabi #758949

Tints of Wasabi #758949

Color information

#758949 (or 0x758949) is unknown color: approx Wasabi. HEX triplet: 75, 89 and 49. RGB value is (117,137,73). Sum of RGB (Red+Green+Blue) = 117+137+73=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #758949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758949 is #8A76B6. Grayscale: #7B7B7B. Windows color (decimal): -9074359 or 4819317. OLE color: 4819317.

HSL color Cylindrical-coordinate representation of color #758949: hue angle of 78.75º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758949 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB11713773-
CMYK0.1500.470.46
HSL78.75º30.48%41.18%-
HSV(B)78.75º46.72%53.73%-
XYZ17.4822.159.66-
YUV123.7299.37123.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=35.78%
G=41.90%
B=22.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137730.1500.470.4678.7530.4841.18
Hex758949F02F2E4f1e29
Octal16521111117057561173651
Binary111010110001001100100111110101111101110100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758949; }

 p { color: rgb(117,137,73); }

 H1.HeaderClassName
 {
   color: #758949;
 }
 .AnyTagClassName
 {
   color: #758949;
 }
</style>
background-color css

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

 a { background-color: rgb(117,137,73); }

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

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

 span { border-color: rgb(117,137,73); }

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