#759045

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

Shades of Wasabi #759045

Tints of Wasabi #759045

Color information

#759045 (or 0x759045) is unknown color: approx Wasabi. HEX triplet: 75, 90 and 45. RGB value is (117,144,69). Sum of RGB (Red+Green+Blue) = 117+144+69=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #759045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759045 is #8A6FBA. Grayscale: #7F7F7F. Windows color (decimal): -9072571 or 4558965. OLE color: 4558965.

HSL color Cylindrical-coordinate representation of color #759045: hue angle of 81.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759045 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB11714469-
CMYK0.1900.520.44
HSL81.6º35.21%41.76%-
HSV(B)81.6º52.08%56.47%-
XYZ18.3824.169.32-
YUV127.3895.05120.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=35.45%
G=43.64%
B=20.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144690.1900.520.4481.635.2141.76
Hex759045130342C52232a
Octal16522010523064541224352
Binary11101011001000010001011001101101001011001010010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759045; }

 p { color: rgb(117,144,69); }

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

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

 a { background-color: rgb(117,144,69); }

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

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

 span { border-color: rgb(117,144,69); }

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