#718C71

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

Shades of Laurel #718C71

Tints of Laurel #718C71

Color information

#718C71 (or 0x718C71) is unknown color: approx Laurel. HEX triplet: 71, 8C and 71. RGB value is (113,140,113). Sum of RGB (Red+Green+Blue) = 113+140+113=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 140 - color contains mainly: green. Hex color #718C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C71 is #8E738E. Grayscale: #808080. Windows color (decimal): -9335695 or 7441521. OLE color: 7441521.

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

Color convert

RGB113140113-
CMYK0.1900.190.45
HSL120º10.67%49.61%-
HSV(B)120º19.29%54.9%-
XYZ19.1723.4619.14-
YUV128.85119.05116.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=30.87%
G=38.25%
B=30.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131401130.1900.190.4512010.6749.61
Hex718C71130132D78b32
Octal16121416123023551701362
Binary11100011000110011100011001101001110110111110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718C71; }

 p { color: rgb(113,140,113); }

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

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

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

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

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

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

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