#708771

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

Shades of Laurel #708771

Tints of Laurel #708771

Color information

#708771 (or 0x708771) is unknown color: approx Laurel. HEX triplet: 70, 87 and 71. RGB value is (112,135,113). Sum of RGB (Red+Green+Blue) = 112+135+113=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #708771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708771 is #8F788E. Grayscale: #7D7D7D. Windows color (decimal): -9402511 or 7440240. OLE color: 7440240.

HSL color Cylindrical-coordinate representation of color #708771: hue angle of 122.61º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #708771 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB112135113-
CMYK0.1700.160.47
HSL122.61º9.31%48.43%-
HSV(B)122.61º17.04%52.94%-
XYZ18.3321.9618.9-
YUV125.62120.88118.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=31.11%
G=37.5%
B=31.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351130.1700.160.47122.619.3148.43
Hex708771110102F7b930
Octal16020716121020571731160
Binary11100001000011111100011000101000010111111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708771; }

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

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

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

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

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

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

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

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