#718C57

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

Shades of Highland #718C57

Tints of Highland #718C57

Color information

#718C57 (or 0x718C57) is unknown color: approx Highland. HEX triplet: 71, 8C and 57. RGB value is (113,140,87). Sum of RGB (Red+Green+Blue) = 113+140+87=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #718C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C57 is #8E73A8. Grayscale: #7E7E7E. Windows color (decimal): -9335721 or 5737585. OLE color: 5737585.

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

Color convert

RGB11314087-
CMYK0.1900.380.45
HSL90.57º23.35%44.51%-
HSV(B)90.57º37.86%54.9%-
XYZ17.9122.9512.5-
YUV125.88106.05118.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=33.24%
G=41.18%
B=25.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113140870.1900.380.4590.5723.3544.51
Hex718C57130262D5b172d
Octal16121412723046551332755
Binary1110001100011001010111100110100110101101101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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