#758836

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

Shades of Wasabi #758836

Tints of Wasabi #758836

Color information

#758836 (or 0x758836) is unknown color: approx Wasabi. HEX triplet: 75, 88 and 36. RGB value is (117,136,54). Sum of RGB (Red+Green+Blue) = 117+136+54=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #758836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758836 is #8A77C9. Grayscale: #797979. Windows color (decimal): -9074634 or 3573877. OLE color: 3573877.

HSL color Cylindrical-coordinate representation of color #758836: hue angle of 73.9º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #758836 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB11713654-
CMYK0.1400.600.47
HSL73.9º43.16%37.25%-
HSV(B)73.9º60.29%53.33%-
XYZ16.8121.666.78-
YUV120.9790.21125.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=38.11%
G=44.30%
B=17.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136540.1400.600.4773.943.1637.25
Hex758836E03C2F4a2b25
Octal1652106616074571125345
Binary111010110001000110110111001111001011111001010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758836; }

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

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

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

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

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

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

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

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