#75843D

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

Shades of Wasabi #75843D

Tints of Wasabi #75843D

Color information

#75843D (or 0x75843D) is unknown color: approx Wasabi. HEX triplet: 75, 84 and 3D. RGB value is (117,132,61). Sum of RGB (Red+Green+Blue) = 117+132+61=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #75843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75843D is #8A7BC2. Grayscale: #777777. Windows color (decimal): -9075651 or 4031605. OLE color: 4031605.

HSL color Cylindrical-coordinate representation of color #75843D: hue angle of 72.68º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75843D is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB11713261-
CMYK0.1100.540.48
HSL72.68º36.79%37.84%-
HSV(B)72.68º53.79%51.76%-
XYZ16.4320.627.53-
YUV119.4295.03126.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=37.74%
G=42.58%
B=19.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132610.1100.540.4872.6836.7937.84
Hex75843DB03630492526
Octal1652047513066601114546
Binary111010110000100111101101101101101100001001001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75843D; }

 p { color: rgb(117,132,61); }

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

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

 a { background-color: rgb(117,132,61); }

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

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

 span { border-color: rgb(117,132,61); }

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