#758243

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

Shades of Wasabi #758243

Tints of Wasabi #758243

Color information

#758243 (or 0x758243) is unknown color: approx Wasabi. HEX triplet: 75, 82 and 43. RGB value is (117,130,67). Sum of RGB (Red+Green+Blue) = 117+130+67=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #758243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758243 is #8A7DBC. Grayscale: #777777. Windows color (decimal): -9076157 or 4424309. OLE color: 4424309.

HSL color Cylindrical-coordinate representation of color #758243: hue angle of 72.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758243 is Cyan = 0.1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB11713067-
CMYK0.100.480.49
HSL72.38º31.98%38.63%-
HSV(B)72.38º48.46%50.98%-
XYZ16.3320.158.34-
YUV118.9398.69126.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 67 (26.56% from 255) = 21.34%
R=37.26%
G=41.40%
B=21.34%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130670.100.480.4972.3831.9838.63
Hex758243A03031482027
Octal16520210312060611104047
Binary1110101100000101000011101001100001100011001000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758243; }

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

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

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

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

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

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

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

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