#758849

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

Shades of Wasabi #758849

Tints of Wasabi #758849

Color information

#758849 (or 0x758849) is unknown color: approx Wasabi. HEX triplet: 75, 88 and 49. RGB value is (117,136,73). Sum of RGB (Red+Green+Blue) = 117+136+73=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #758849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758849 is #8A77B6. Grayscale: #7B7B7B. Windows color (decimal): -9074615 or 4819061. OLE color: 4819061.

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

Color convert

RGB11713673-
CMYK0.1400.460.47
HSL78.1º30.14%40.98%-
HSV(B)78.1º46.32%53.33%-
XYZ17.3421.879.61-
YUV123.1499.71123.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=35.89%
G=41.72%
B=22.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136730.1400.460.4778.130.1440.98
Hex758849E02E2F4e1e29
Octal16521011116056571163651
Binary111010110001000100100111100101110101111100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758849; }

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

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

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

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

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

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

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

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