#707E71

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

Shades of Laurel #707E71

Tints of Laurel #707E71

Color information

#707E71 (or 0x707E71) is unknown color: approx Laurel. HEX triplet: 70, 7E and 71. RGB value is (112,126,113). Sum of RGB (Red+Green+Blue) = 112+126+113=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 126 - color contains mainly: green. Hex color #707E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E71 is #8F818E. Grayscale: #787878. Windows color (decimal): -9404815 or 7437936. OLE color: 7437936.

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

Color convert

RGB112126113-
CMYK0.1100.100.51
HSL124.29º5.88%46.67%-
HSV(B)124.29º11.11%49.41%-
XYZ17.1219.5618.5-
YUV120.33123.86122.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=31.91%
G=35.90%
B=32.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121261130.1100.100.51124.295.8846.67
Hex707E71B0A337c62f
Octal1601761611301263174657
Binary1110000111111011100011011010101100111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,126,113); }

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

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

 a { background-color: rgb(112,126,113); }

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

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

 span { border-color: rgb(112,126,113); }

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