#708F72

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

Shades of Laurel #708F72

Tints of Laurel #708F72

Color information

#708F72 (or 0x708F72) is unknown color: approx Laurel. HEX triplet: 70, 8F and 72. RGB value is (112,143,114). Sum of RGB (Red+Green+Blue) = 112+143+114=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 143 - color contains mainly: green. Hex color #708F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F72 is #8F708D. Grayscale: #828282. Windows color (decimal): -9400462 or 7507824. OLE color: 7507824.

HSL color Cylindrical-coordinate representation of color #708F72: hue angle of 123.87º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708F72 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB112143114-
CMYK0.2200.200.44
HSL123.87º12.16%50%-
HSV(B)123.87º21.68%56.08%-
XYZ19.5424.319.58-
YUV130.42118.73114.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=30.35%
G=38.75%
B=30.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121431140.2200.200.44123.8712.1650
Hex708F72160142C7cc32
Octal16021716226024541741462
Binary11100001000111111100101011001010010110011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708F72; }

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

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

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

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

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

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

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

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