#758838

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

Shades of Wasabi #758838

Tints of Wasabi #758838

Color information

#758838 (or 0x758838) is unknown color: approx Wasabi. HEX triplet: 75, 88 and 38. RGB value is (117,136,56). Sum of RGB (Red+Green+Blue) = 117+136+56=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #758838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758838 is #8A77C7. Grayscale: #797979. Windows color (decimal): -9074632 or 3704949. OLE color: 3704949.

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

Color convert

RGB11713656-
CMYK0.1400.590.47
HSL74.25º41.67%37.65%-
HSV(B)74.25º58.82%53.33%-
XYZ16.8521.687.04-
YUV121.291.21125-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=37.86%
G=44.01%
B=18.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136560.1400.590.4774.2541.6737.65
Hex758838E03B2F4a2a26
Octal1652107016073571125246
Binary111010110001000111000111001110111011111001010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758838; }

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

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

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

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

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

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

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

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