#75853F

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

Shades of Wasabi #75853F

Tints of Wasabi #75853F

Color information

#75853F (or 0x75853F) is unknown color: approx Wasabi. HEX triplet: 75, 85 and 3F. RGB value is (117,133,63). Sum of RGB (Red+Green+Blue) = 117+133+63=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #75853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75853F is #8A7AC0. Grayscale: #787878. Windows color (decimal): -9075393 or 4162933. OLE color: 4162933.

HSL color Cylindrical-coordinate representation of color #75853F: hue angle of 73.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75853F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB11713363-
CMYK0.1200.530.48
HSL73.71º35.71%38.43%-
HSV(B)73.71º52.63%52.16%-
XYZ16.6220.927.86-
YUV120.2495.7125.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 63 (25% from 255) = 20.13%
R=37.38%
G=42.49%
B=20.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133630.1200.530.4873.7135.7138.43
Hex75853FC035304a2426
Octal1652057714065601124446
Binary111010110000101111111110001101011100001001010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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