#758359

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

Shades of Willow Grove #758359

Tints of Willow Grove #758359

Color information

#758359 (or 0x758359) is unknown color: approx Willow Grove. HEX triplet: 75, 83 and 59. RGB value is (117,131,89). Sum of RGB (Red+Green+Blue) = 117+131+89=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #758359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758359 is #8A7CA6. Grayscale: #7A7A7A. Windows color (decimal): -9075879 or 5866357. OLE color: 5866357.

HSL color Cylindrical-coordinate representation of color #758359: hue angle of 80º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758359 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB11713189-
CMYK0.1100.320.49
HSL80º19.09%43.14%-
HSV(B)80º32.06%51.37%-
XYZ17.2620.7412.54-
YUV122.03109.36124.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=34.72%
G=38.87%
B=26.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131890.1100.320.498019.0943.14
Hex758359B0203150132b
Octal16520313113040611202353
Binary111010110000011101100110110100000110001101000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758359; }

 p { color: rgb(117,131,89); }

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

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

 a { background-color: rgb(117,131,89); }

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

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

 span { border-color: rgb(117,131,89); }

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