#758643

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

Shades of Wasabi #758643

Tints of Wasabi #758643

Color information

#758643 (or 0x758643) is unknown color: approx Wasabi. HEX triplet: 75, 86 and 43. RGB value is (117,134,67). Sum of RGB (Red+Green+Blue) = 117+134+67=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #758643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758643 is #8A79BC. Grayscale: #797979. Windows color (decimal): -9075133 or 4425333. OLE color: 4425333.

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

Color convert

RGB11713467-
CMYK0.1300.50.47
HSL75.22º33.33%39.41%-
HSV(B)75.22º50%52.55%-
XYZ16.8721.248.52-
YUV121.2897.37124.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=36.79%
G=42.14%
B=21.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134670.1300.50.4775.2233.3339.41
Hex758643D0322F4b2127
Octal16520610315062571134147
Binary1110101100001101000011110101100101011111001011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758643; }

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

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

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

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

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

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

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

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