#758645

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

Shades of Wasabi #758645

Tints of Wasabi #758645

Color information

#758645 (or 0x758645) is unknown color: approx Wasabi. HEX triplet: 75, 86 and 45. RGB value is (117,134,69). Sum of RGB (Red+Green+Blue) = 117+134+69=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #758645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758645 is #8A79BA. Grayscale: #797979. Windows color (decimal): -9075131 or 4556405. OLE color: 4556405.

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

Color convert

RGB11713469-
CMYK0.1300.490.47
HSL75.69º32.02%39.8%-
HSV(B)75.69º48.51%52.55%-
XYZ16.9421.268.84-
YUV121.5198.37124.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=36.56%
G=41.88%
B=21.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134690.1300.490.4775.6932.0239.8
Hex758645D0312F4c2028
Octal16520610515061571144050
Binary1110101100001101000101110101100011011111001100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758645; }

 p { color: rgb(117,134,69); }

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

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

 a { background-color: rgb(117,134,69); }

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

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

 span { border-color: rgb(117,134,69); }

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