#708573

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

Shades of Laurel #708573

Tints of Laurel #708573

Color information

#708573 (or 0x708573) is unknown color: approx Laurel. HEX triplet: 70, 85 and 73. RGB value is (112,133,115). Sum of RGB (Red+Green+Blue) = 112+133+115=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #708573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708573 is #8F7A8C. Grayscale: #7C7C7C. Windows color (decimal): -9403021 or 7570800. OLE color: 7570800.

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

Color convert

RGB112133115-
CMYK0.1600.140.48
HSL128.57º8.57%48.04%-
HSV(B)128.57º15.79%52.16%-
XYZ18.1621.4619.4-
YUV124.67122.54118.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=31.11%
G=36.94%
B=31.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331150.1600.140.48128.578.5748.04
Hex708573100E3081930
Octal16020516320016602011160
Binary11100001000010111100111000001110110000100000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708573; }

 p { color: rgb(112,133,115); }

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

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

 a { background-color: rgb(112,133,115); }

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

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

 span { border-color: rgb(112,133,115); }

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