#75803D

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

Shades of Wasabi #75803D

Tints of Wasabi #75803D

Color information

#75803D (or 0x75803D) is unknown color: approx Wasabi. HEX triplet: 75, 80 and 3D. RGB value is (117,128,61). Sum of RGB (Red+Green+Blue) = 117+128+61=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #75803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75803D is #8A7FC2. Grayscale: #757575. Windows color (decimal): -9076675 or 4030581. OLE color: 4030581.

HSL color Cylindrical-coordinate representation of color #75803D: hue angle of 69.85º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75803D is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB11712861-
CMYK0.0900.520.50
HSL69.85º35.45%37.06%-
HSV(B)69.85º52.34%50.2%-
XYZ15.919.567.35-
YUV117.0796.36127.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=38.24%
G=41.83%
B=19.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128610.0900.520.5069.8535.4537.06
Hex75803D903432462325
Octal1652007511064621064345
Binary111010110000000111101100101101001100101000110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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