#758833

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

Shades of Wasabi #758833

Tints of Wasabi #758833

Color information

#758833 (or 0x758833) is unknown color: approx Wasabi. HEX triplet: 75, 88 and 33. RGB value is (117,136,51). Sum of RGB (Red+Green+Blue) = 117+136+51=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #758833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758833 is #8A77CC. Grayscale: #787878. Windows color (decimal): -9074637 or 3377269. OLE color: 3377269.

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

Color convert

RGB11713651-
CMYK0.1400.620.47
HSL73.41º45.45%36.67%-
HSV(B)73.41º62.5%53.33%-
XYZ16.7421.636.42-
YUV120.6388.71125.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=38.49%
G=44.74%
B=16.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136510.1400.620.4773.4145.4536.67
Hex758833E03E2F492d25
Octal1652106316076571115545
Binary111010110001000110011111001111101011111001001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758833; }

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

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

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

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

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

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

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

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