#75893F

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

Shades of Wasabi #75893F

Tints of Wasabi #75893F

Color information

#75893F (or 0x75893F) is unknown color: approx Wasabi. HEX triplet: 75, 89 and 3F. RGB value is (117,137,63). Sum of RGB (Red+Green+Blue) = 117+137+63=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #75893F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75893F is #8A76C0. Grayscale: #7A7A7A. Windows color (decimal): -9074369 or 4163957. OLE color: 4163957.

HSL color Cylindrical-coordinate representation of color #75893F: hue angle of 76.22º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75893F is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB11713763-
CMYK0.1500.540.46
HSL76.22º37%39.22%-
HSV(B)76.22º54.01%53.73%-
XYZ17.1822.038.05-
YUV122.5894.37124.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 63 (25% from 255) = 19.87%
R=36.91%
G=43.22%
B=19.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137630.1500.540.4676.223739.22
Hex75893FF0362E4c2527
Octal1652117717066561144547
Binary111010110001001111111111101101101011101001100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75893F; }

 p { color: rgb(117,137,63); }

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

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

 a { background-color: rgb(117,137,63); }

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

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

 span { border-color: rgb(117,137,63); }

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