#718659

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

Shades of Highland #718659

Tints of Highland #718659

Color information

#718659 (or 0x718659) is unknown color: approx Highland. HEX triplet: 71, 86 and 59. RGB value is (113,134,89). Sum of RGB (Red+Green+Blue) = 113+134+89=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #718659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718659 is #8E79A6. Grayscale: #7A7A7A. Windows color (decimal): -9337255 or 5867121. OLE color: 5867121.

HSL color Cylindrical-coordinate representation of color #718659: hue angle of 88º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718659 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB11313489-
CMYK0.1600.340.47
HSL88º20.18%43.73%-
HSV(B)88º33.58%52.55%-
XYZ17.1421.2812.66-
YUV122.59109.04121.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=33.63%
G=39.88%
B=26.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134890.1600.340.478820.1843.73
Hex718659100222F58142c
Octal16120613120042571302454
Binary1110001100001101011001100000100010101111101100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718659; }

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

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

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

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

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

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

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

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