#758139

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

Shades of Wasabi #758139

Tints of Wasabi #758139

Color information

#758139 (or 0x758139) is unknown color: approx Wasabi. HEX triplet: 75, 81 and 39. RGB value is (117,129,57). Sum of RGB (Red+Green+Blue) = 117+129+57=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #758139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758139 is #8A7EC6. Grayscale: #757575. Windows color (decimal): -9076423 or 3768693. OLE color: 3768693.

HSL color Cylindrical-coordinate representation of color #758139: hue angle of 70º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #758139 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB11712957-
CMYK0.0900.560.49
HSL70º38.71%36.47%-
HSV(B)70º55.81%50.59%-
XYZ15.9219.786.85-
YUV117.294.02127.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=38.61%
G=42.57%
B=18.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129570.0900.560.497038.7136.47
Hex758139903831462724
Octal1652017111070611064744
Binary111010110000001111001100101110001100011000110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758139; }

 p { color: rgb(117,129,57); }

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

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

 a { background-color: rgb(117,129,57); }

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

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

 span { border-color: rgb(117,129,57); }

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