#75853C

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

Shades of Wasabi #75853C

Tints of Wasabi #75853C

Color information

#75853C (or 0x75853C) is unknown color: approx Wasabi. HEX triplet: 75, 85 and 3C. RGB value is (117,133,60). Sum of RGB (Red+Green+Blue) = 117+133+60=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #75853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75853C is #8A7AC3. Grayscale: #787878. Windows color (decimal): -9075396 or 3966325. OLE color: 3966325.

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

Color convert

RGB11713360-
CMYK0.1200.550.48
HSL73.15º37.82%37.84%-
HSV(B)73.15º54.89%52.16%-
XYZ16.5420.887.43-
YUV119.8994.2125.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=37.74%
G=42.90%
B=19.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133600.1200.550.4873.1537.8237.84
Hex75853CC03730492626
Octal1652057414067601114646
Binary111010110000101111100110001101111100001001001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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