#75833D

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

Shades of Wasabi #75833D

Tints of Wasabi #75833D

Color information

#75833D (or 0x75833D) is unknown color: approx Wasabi. HEX triplet: 75, 83 and 3D. RGB value is (117,131,61). Sum of RGB (Red+Green+Blue) = 117+131+61=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #75833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75833D is #8A7CC2. Grayscale: #777777. Windows color (decimal): -9075907 or 4031349. OLE color: 4031349.

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

Color convert

RGB11713161-
CMYK0.1100.530.49
HSL72º36.46%37.65%-
HSV(B)72º53.44%51.37%-
XYZ16.2920.357.48-
YUV118.8395.36126.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=37.86%
G=42.39%
B=19.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131610.1100.530.497236.4637.65
Hex75833DB03531482426
Octal1652037513065611104446
Binary111010110000011111101101101101011100011001000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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