#708D73

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

Shades of Laurel #708D73

Tints of Laurel #708D73

Color information

#708D73 (or 0x708D73) is unknown color: approx Laurel. HEX triplet: 70, 8D and 73. RGB value is (112,141,115). Sum of RGB (Red+Green+Blue) = 112+141+115=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #708D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D73 is #8F728C. Grayscale: #818181. Windows color (decimal): -9400973 or 7572848. OLE color: 7572848.

HSL color Cylindrical-coordinate representation of color #708D73: hue angle of 126.21º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D73 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB112141115-
CMYK0.2100.180.45
HSL126.21º11.46%49.61%-
HSV(B)126.21º20.57%55.29%-
XYZ19.323.7319.78-
YUV129.36119.89115.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=30.43%
G=38.32%
B=31.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121411150.2100.180.45126.2111.4649.61
Hex708D73150122D7eb32
Octal16021516325022551761362
Binary11100001000110111100111010101001010110111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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