#718C59

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

Shades of Highland #718C59

Tints of Highland #718C59

Color information

#718C59 (or 0x718C59) is unknown color: approx Highland. HEX triplet: 71, 8C and 59. RGB value is (113,140,89). Sum of RGB (Red+Green+Blue) = 113+140+89=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #718C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C59 is #8E73A6. Grayscale: #7E7E7E. Windows color (decimal): -9335719 or 5868657. OLE color: 5868657.

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

Color convert

RGB11314089-
CMYK0.1900.360.45
HSL91.76º22.27%44.9%-
HSV(B)91.76º36.43%54.9%-
XYZ17.9922.9912.94-
YUV126.11107.05118.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=33.04%
G=40.94%
B=26.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113140890.1900.360.4591.7622.2744.9
Hex718C59130242D5c162d
Octal16121413123044551342655
Binary1110001100011001011001100110100100101101101110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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