#708F6E

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

Shades of Laurel #708F6E

Tints of Laurel #708F6E

Color information

#708F6E (or 0x708F6E) is unknown color: approx Laurel. HEX triplet: 70, 8F and 6E. RGB value is (112,143,110). Sum of RGB (Red+Green+Blue) = 112+143+110=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #708F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F6E is #8F7091. Grayscale: #828282. Windows color (decimal): -9400466 or 7245680. OLE color: 7245680.

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

Color convert

RGB112143110-
CMYK0.2200.230.44
HSL116.36º13.04%49.61%-
HSV(B)116.36º23.08%56.08%-
XYZ19.3224.2218.41-
YUV129.97116.73115.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=30.68%
G=39.18%
B=30.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121431100.2200.230.44116.3613.0449.61
Hex708F6E160172C74d32
Octal16021715626027541641562
Binary11100001000111111011101011001011110110011101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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