#75863E

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

Shades of Wasabi #75863E

Tints of Wasabi #75863E

Color information

#75863E (or 0x75863E) is unknown color: approx Wasabi. HEX triplet: 75, 86 and 3E. RGB value is (117,134,62). Sum of RGB (Red+Green+Blue) = 117+134+62=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #75863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75863E is #8A79C1. Grayscale: #787878. Windows color (decimal): -9075138 or 4097653. OLE color: 4097653.

HSL color Cylindrical-coordinate representation of color #75863E: hue angle of 74.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75863E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB11713462-
CMYK0.1300.540.47
HSL74.17º36.73%38.43%-
HSV(B)74.17º53.73%52.55%-
XYZ16.7321.187.76-
YUV120.7194.87125.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=37.38%
G=42.81%
B=19.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134620.1300.540.4774.1736.7338.43
Hex75863ED0362F4a2526
Octal1652067615066571124546
Binary111010110000110111110110101101101011111001010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75863E; }

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

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

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

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

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

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

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

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