#708471

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

Shades of Laurel #708471

Tints of Laurel #708471

Color information

#708471 (or 0x708471) is unknown color: approx Laurel. HEX triplet: 70, 84 and 71. RGB value is (112,132,113). Sum of RGB (Red+Green+Blue) = 112+132+113=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #708471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708471 is #8F7B8E. Grayscale: #7B7B7B. Windows color (decimal): -9403279 or 7439472. OLE color: 7439472.

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

Color convert

RGB112132113-
CMYK0.1500.140.48
HSL123º8.2%47.84%-
HSV(B)123º15.15%51.76%-
XYZ17.9121.1418.76-
YUV123.85121.87119.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=31.37%
G=36.97%
B=31.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321130.1500.140.481238.247.84
Hex708471F0E307b830
Octal16020416117016601731060
Binary111000010000100111000111110111011000011110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708471; }

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

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

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

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

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

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

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

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