#707D5F

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

Shades of Willow Grove #707D5F

Tints of Willow Grove #707D5F

Color information

#707D5F (or 0x707D5F) is unknown color: approx Willow Grove. HEX triplet: 70, 7D and 5F. RGB value is (112,125,95). Sum of RGB (Red+Green+Blue) = 112+125+95=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 125 - color contains mainly: green. Hex color #707D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D5F is #8F82A0. Grayscale: #757575. Windows color (decimal): -9405089 or 6258032. OLE color: 6258032.

HSL color Cylindrical-coordinate representation of color #707D5F: hue angle of 86º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707D5F is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB11212595-
CMYK0.1000.240.51
HSL86º13.64%43.14%-
HSV(B)86º24%49.02%-
XYZ16.0818.9413.63-
YUV117.69115.19123.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=33.73%
G=37.65%
B=28.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112125950.1000.240.518613.6443.14
Hex707D5FA0183356e2b
Octal16017513712030631261653
Binary111000011111011011111101001100011001110101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707D5F; }

 p { color: rgb(112,125,95); }

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

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

 a { background-color: rgb(112,125,95); }

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

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

 span { border-color: rgb(112,125,95); }

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