#708873

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

Shades of Laurel #708873

Tints of Laurel #708873

Color information

#708873 (or 0x708873) is unknown color: approx Laurel. HEX triplet: 70, 88 and 73. RGB value is (112,136,115). Sum of RGB (Red+Green+Blue) = 112+136+115=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #708873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708873 is #8F778C. Grayscale: #7E7E7E. Windows color (decimal): -9402253 or 7571568. OLE color: 7571568.

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

Color convert

RGB112136115-
CMYK0.1800.150.47
HSL127.5º9.68%48.63%-
HSV(B)127.5º17.65%53.33%-
XYZ18.5822.2919.54-
YUV126.43121.55117.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=30.85%
G=37.47%
B=31.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361150.1800.150.47127.59.6848.63
Hex708873120F2F7fa31
Octal16021016322017571771261
Binary1110000100010001110011100100111110111111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708873; }

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

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

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

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

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

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

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

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