#75823D

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

Shades of Wasabi #75823D

Tints of Wasabi #75823D

Color information

#75823D (or 0x75823D) is unknown color: approx Wasabi. HEX triplet: 75, 82 and 3D. RGB value is (117,130,61). Sum of RGB (Red+Green+Blue) = 117+130+61=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #75823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75823D is #8A7DC2. Grayscale: #767676. Windows color (decimal): -9076163 or 4031093. OLE color: 4031093.

HSL color Cylindrical-coordinate representation of color #75823D: hue angle of 71.3º 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 #75823D is Cyan = 0.1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB11713061-
CMYK0.100.530.49
HSL71.3º36.13%37.45%-
HSV(B)71.3º53.08%50.98%-
XYZ16.1620.087.44-
YUV118.2595.69127.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=37.99%
G=42.21%
B=19.81%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130610.100.530.4971.336.1337.45
Hex75823DA03531472425
Octal1652027512065611074445
Binary111010110000010111101101001101011100011000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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