#708672

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

Shades of Laurel #708672

Tints of Laurel #708672

Color information

#708672 (or 0x708672) is unknown color: approx Laurel. HEX triplet: 70, 86 and 72. RGB value is (112,134,114). Sum of RGB (Red+Green+Blue) = 112+134+114=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #708672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708672 is #8F798D. Grayscale: #7D7D7D. Windows color (decimal): -9402766 or 7505520. OLE color: 7505520.

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

Color convert

RGB112134114-
CMYK0.1600.150.47
HSL125.45º8.94%48.24%-
HSV(B)125.45º16.42%52.55%-
XYZ18.2421.7119.15-
YUV125.14121.71118.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=31.11%
G=37.22%
B=31.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341140.1600.150.47125.458.9448.24
Hex708672100F2F7d930
Octal16020616220017571751160
Binary1110000100001101110010100000111110111111111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708672; }

 p { color: rgb(112,134,114); }

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

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

 a { background-color: rgb(112,134,114); }

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

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

 span { border-color: rgb(112,134,114); }

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