#758933

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

Shades of Wasabi #758933

Tints of Wasabi #758933

Color information

#758933 (or 0x758933) is unknown color: approx Wasabi. HEX triplet: 75, 89 and 33. RGB value is (117,137,51). Sum of RGB (Red+Green+Blue) = 117+137+51=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #758933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758933 is #8A76CC. Grayscale: #797979. Windows color (decimal): -9074381 or 3377525. OLE color: 3377525.

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

Color convert

RGB11713751-
CMYK0.1500.630.46
HSL73.95º45.74%36.86%-
HSV(B)73.95º62.77%53.73%-
XYZ16.8821.916.47-
YUV121.2288.37124.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=38.36%
G=44.92%
B=16.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137510.1500.630.4673.9545.7436.86
Hex758933F03F2E4a2e25
Octal1652116317077561125645
Binary111010110001001110011111101111111011101001010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758933; }

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

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

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

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

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

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

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

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