#758841

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

Shades of Wasabi #758841

Tints of Wasabi #758841

Color information

#758841 (or 0x758841) is unknown color: approx Wasabi. HEX triplet: 75, 88 and 41. RGB value is (117,136,65). Sum of RGB (Red+Green+Blue) = 117+136+65=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #758841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758841 is #8A77BE. Grayscale: #7A7A7A. Windows color (decimal): -9074623 or 4294773. OLE color: 4294773.

HSL color Cylindrical-coordinate representation of color #758841: hue angle of 76.06º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #758841 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB11713665-
CMYK0.1400.520.47
HSL76.06º35.32%39.41%-
HSV(B)76.06º52.21%53.33%-
XYZ17.0921.778.3-
YUV122.2295.71124.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=36.79%
G=42.77%
B=20.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136650.1400.520.4776.0635.3239.41
Hex758841E0342F4c2327
Octal16521010116064571144347
Binary1110101100010001000001111001101001011111001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758841; }

 p { color: rgb(117,136,65); }

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

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

 a { background-color: rgb(117,136,65); }

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

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

 span { border-color: rgb(117,136,65); }

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