#718959

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

Shades of Highland #718959

Tints of Highland #718959

Color information

#718959 (or 0x718959) is unknown color: approx Highland. HEX triplet: 71, 89 and 59. RGB value is (113,137,89). Sum of RGB (Red+Green+Blue) = 113+137+89=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #718959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718959 is #8E76A6. Grayscale: #7C7C7C. Windows color (decimal): -9336487 or 5867889. OLE color: 5867889.

HSL color Cylindrical-coordinate representation of color #718959: hue angle of 90º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718959 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB11313789-
CMYK0.1800.350.46
HSL90º21.24%44.31%-
HSV(B)90º35.04%53.73%-
XYZ17.5622.1212.8-
YUV124.35108.05119.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=33.33%
G=40.41%
B=26.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137890.1800.350.469021.2444.31
Hex718959120232E5a152c
Octal16121113122043561322554
Binary1110001100010011011001100100100011101110101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718959; }

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

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

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

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

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

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

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

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