#75833B

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

Shades of Wasabi #75833B

Tints of Wasabi #75833B

Color information

#75833B (or 0x75833B) is unknown color: approx Wasabi. HEX triplet: 75, 83 and 3B. RGB value is (117,131,59). Sum of RGB (Red+Green+Blue) = 117+131+59=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #75833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75833B is #8A7CC4. Grayscale: #767676. Windows color (decimal): -9075909 or 3900277. OLE color: 3900277.

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

Color convert

RGB11713159-
CMYK0.1100.550.49
HSL71.67º37.89%37.25%-
HSV(B)71.67º54.96%51.37%-
XYZ16.2420.337.21-
YUV118.6194.36126.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=38.11%
G=42.67%
B=19.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131590.1100.550.4971.6737.8937.25
Hex75833BB03731482625
Octal1652037313067611104645
Binary111010110000011111011101101101111100011001000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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