#75813E

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

Shades of Wasabi #75813E

Tints of Wasabi #75813E

Color information

#75813E (or 0x75813E) is unknown color: approx Wasabi. HEX triplet: 75, 81 and 3E. RGB value is (117,129,62). Sum of RGB (Red+Green+Blue) = 117+129+62=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #75813E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75813E is #8A7EC1. Grayscale: #767676. Windows color (decimal): -9076418 or 4096373. OLE color: 4096373.

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

Color convert

RGB11712962-
CMYK0.0900.520.49
HSL70.75º35.08%37.45%-
HSV(B)70.75º51.94%50.59%-
XYZ16.0619.837.54-
YUV117.7796.52127.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=37.99%
G=41.88%
B=20.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129620.0900.520.4970.7535.0837.45
Hex75813E903431472325
Octal1652017611064611074345
Binary111010110000001111110100101101001100011000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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