Html Css Color HEX #718959 Highland

📋 copy color: '#718959'

red 113 ◦ green 137 ◦ blue 89

#718959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #718959

Tints of Highland #718959

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 value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#718959 (or 0x718959) is known color: 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

RGB 113 137 89 -
CMYK 0.18 0 0.35 0.46
HSL 90º 0.21% 0.44% -
HSV(B) 90º 0.35% 0.54% -
XYZ 17.56 22.12 12.8 -
YUV 124.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 113 137 89 0.18 0 0.35 0.46 90 0.21 0.44
Hex 71 89 59 12 0 23 2E 5A 15 2C
Octal 161 211 131 22 0 43 56 132 25 54
Binary 1110001 10001001 1011001 10010 0 100011 101110 1011010 10101 101100

Color Harmonies of #718959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718959

Black with #718959

Text Example


Text Example

White with #718959

Text Example


Text Example

HTML Codes & Css Web 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>