#758537

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

Shades of Wasabi #758537

Tints of Wasabi #758537

Color information

#758537 (or 0x758537) is unknown color: approx Wasabi. HEX triplet: 75, 85 and 37. RGB value is (117,133,55). Sum of RGB (Red+Green+Blue) = 117+133+55=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #758537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758537 is #8A7AC8. Grayscale: #777777. Windows color (decimal): -9075401 or 3638645. OLE color: 3638645.

HSL color Cylindrical-coordinate representation of color #758537: hue angle of 72.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #758537 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB11713355-
CMYK0.1200.590.48
HSL72.31º41.49%36.86%-
HSV(B)72.31º58.65%52.16%-
XYZ16.4120.836.77-
YUV119.3291.7126.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=38.36%
G=43.61%
B=18.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133550.1200.590.4872.3141.4936.86
Hex758537C03B30482925
Octal1652056714073601105145
Binary111010110000101110111110001110111100001001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758537; }

 p { color: rgb(117,133,55); }

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

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

 a { background-color: rgb(117,133,55); }

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

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

 span { border-color: rgb(117,133,55); }

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