#75813D

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

Shades of Wasabi #75813D

Tints of Wasabi #75813D

Color information

#75813D (or 0x75813D) is unknown color: approx Wasabi. HEX triplet: 75, 81 and 3D. RGB value is (117,129,61). Sum of RGB (Red+Green+Blue) = 117+129+61=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #75813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75813D is #8A7EC2. Grayscale: #757575. Windows color (decimal): -9076419 or 4030837. OLE color: 4030837.

HSL color Cylindrical-coordinate representation of color #75813D: hue angle of 70.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75813D is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB11712961-
CMYK0.0900.530.49
HSL70.59º35.79%37.25%-
HSV(B)70.59º52.71%50.59%-
XYZ16.0319.827.4-
YUV117.6696.02127.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=38.11%
G=42.02%
B=19.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129610.0900.530.4970.5935.7937.25
Hex75813D903531472425
Octal1652017511065611074445
Binary111010110000001111101100101101011100011000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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