#708371

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

Shades of Laurel #708371

Tints of Laurel #708371

Color information

#708371 (or 0x708371) is unknown color: approx Laurel. HEX triplet: 70, 83 and 71. RGB value is (112,131,113). Sum of RGB (Red+Green+Blue) = 112+131+113=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #708371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708371 is #8F7C8E. Grayscale: #7B7B7B. Windows color (decimal): -9403535 or 7439216. OLE color: 7439216.

HSL color Cylindrical-coordinate representation of color #708371: hue angle of 123.16º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708371 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB112131113-
CMYK0.1500.140.49
HSL123.16º7.82%47.65%-
HSV(B)123.16º14.5%51.37%-
XYZ17.7820.8718.71-
YUV123.27122.21119.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=31.46%
G=36.80%
B=31.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311130.1500.140.49123.167.8247.65
Hex708371F0E317b830
Octal16020316117016611731060
Binary111000010000011111000111110111011000111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708371; }

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

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

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

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

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

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

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

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