#758458

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

Shades of Willow Grove #758458

Tints of Willow Grove #758458

Color information

#758458 (or 0x758458) is unknown color: approx Willow Grove. HEX triplet: 75, 84 and 58. RGB value is (117,132,88). Sum of RGB (Red+Green+Blue) = 117+132+88=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #758458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758458 is #8A7BA7. Grayscale: #7A7A7A. Windows color (decimal): -9075624 or 5801077. OLE color: 5801077.

HSL color Cylindrical-coordinate representation of color #758458: hue angle of 80.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758458 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB11713288-
CMYK0.1100.330.48
HSL80.45º20%43.14%-
HSV(B)80.45º33.33%51.76%-
XYZ17.3520.9912.37-
YUV122.5108.53124.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=34.72%
G=39.17%
B=26.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132880.1100.330.4880.452043.14
Hex758458B0213050142b
Octal16520413013041601202453
Binary111010110000100101100010110100001110000101000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758458; }

 p { color: rgb(117,132,88); }

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

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

 a { background-color: rgb(117,132,88); }

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

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

 span { border-color: rgb(117,132,88); }

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