#708C76

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

Shades of Laurel #708C76

Tints of Laurel #708C76

Color information

#708C76 (or 0x708C76) is unknown color: approx Laurel. HEX triplet: 70, 8C and 76. RGB value is (112,140,118). Sum of RGB (Red+Green+Blue) = 112+140+118=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #708C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C76 is #8F7389. Grayscale: #818181. Windows color (decimal): -9401226 or 7769200. OLE color: 7769200.

HSL color Cylindrical-coordinate representation of color #708C76: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C76 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB112140118-
CMYK0.2000.160.45
HSL132.86º11.11%49.41%-
HSV(B)132.86º20%54.9%-
XYZ19.3323.5120.66-
YUV129.12121.72115.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=30.27%
G=37.84%
B=31.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121401180.2000.160.45132.8611.1149.41
Hex708C76140102D85b31
Octal16021416624020552051361
Binary111000010001100111011010100010000101101100001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,140,118); }

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

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

 a { background-color: rgb(112,140,118); }

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

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

 span { border-color: rgb(112,140,118); }

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