#758932

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

Shades of Wasabi #758932

Tints of Wasabi #758932

Color information

#758932 (or 0x758932) is unknown color: approx Wasabi. HEX triplet: 75, 89 and 32. RGB value is (117,137,50). Sum of RGB (Red+Green+Blue) = 117+137+50=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #758932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758932 is #8A76CD. Grayscale: #797979. Windows color (decimal): -9074382 or 3311989. OLE color: 3311989.

HSL color Cylindrical-coordinate representation of color #758932: hue angle of 73.79º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #758932 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB11713750-
CMYK0.1500.640.46
HSL73.79º46.52%36.67%-
HSV(B)73.79º63.5%53.73%-
XYZ16.8621.96.36-
YUV121.187.87125.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=38.49%
G=45.07%
B=16.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137500.1500.640.4673.7946.5236.67
Hex758932F0402E4a2f25
Octal16521162170100561125745
Binary1110101100010011100101111010000001011101001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758932; }

 p { color: rgb(117,137,50); }

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

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

 a { background-color: rgb(117,137,50); }

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

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

 span { border-color: rgb(117,137,50); }

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